﻿.rightBorder
{
	background-image:url("../BlogLayout/right.png");
	background-position:top;
	background-repeat:repeat-y;
}

.leftBorder
{
	background-image:url("../BlogLayout/left.png");
	background-position:top;
	background-repeat:repeat-y;
}

.bottomBorder
{
	background-image:url("../BlogLayout/bottom.png");
	background-position:top;
	background-repeat:repeat-x;
}

.line
{
	background-image:url("../Layout/line.png");
	background-position:top;
	background-repeat:repeat-x;
}


