/* Header first line  - blur effect for the second line */
.topbgLeft
{
	background: url("topbgLeft.jpg") 0px 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.topbgLeft div
{
	width: 22px;
	height: 4px;
}

.topbgMiddle
{
	width: 100%;
	background: url("topbgMiddle.jpg") 0px 0px;
	background-repeat: repeat-x;
	background-position:bottom;
}
.topbgMiddle div
{
	height: 4px;
}

.topbgRight
{
	background: url("topbgRight.jpg") 0px 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.topbgRight div
{
	width: 36px;
	height: 4px;
}
/* Header second line - the real one */
.topbgLeft2
{
	background: url("topbgLeft2.jpg") 0px 0px;
	background-position: right;
	background-repeat: no-repeat;
}
.topbgLeft2 div
{
	width: 22px;
	height: 22px;
}
.topbgMiddle2
{
	width: 100%;
	background: url("topbgMiddle2.jpg") 0px 0px;
	background-repeat: repeat-x;
}
.topbgRight2
{
	background: url("topbgRight2.jpg") 0px 0px;
	background-position: left;
	background-repeat: no-repeat;
}
.topbgRight2 div
{
	width: 36px;
	height: 22px;
}
/* Footer first line - the real one */
.bottombgLeft
{
	background: url("bottombgLeft.jpg") 0px 0px;
	background-position: right;
	background-repeat: no-repeat;
}
.bottombgLeft div
{
	width: 22px;
	height: 22px;
}

.bottombgMiddle
{
	width: 100%;
	background: url("bottombgMiddle.jpg") 0px 0px;
	background-repeat: repeat-x;
	text-align: right;
}
.bottombgRight
{
	background: url("bottombgRight.jpg") 0px 0px;
	background-position: left;
	background-repeat: no-repeat;
}
.bottombgRight div
{
	width: 36px;
	height: 22px;
}
/* Footer second line - the blur effect */
.bottombgLeft2
{
	background: url("bottombgLeft2.jpg") 0px 0px;
	background-position: right;
	background-repeat: no-repeat;
}
.bottombgLeft2 div
{
	width: 22px;
	height: 4px;
}
.bottombgMiddle2
{
	width: 100%;
	background: url("bottombgMiddle2.jpg") 0px 0px;
	background-repeat: repeat-x;
}
.bottombgRight2
{
	background: url("bottombgRight2.jpg") 0px 0px;
	background-position: left;
	background-repeat: no-repeat;
}
.bottombgRight2 div
{
	width: 36px;
	height: 4px;
}

/* Copyright */
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #737373;
	vertical-align: middle;
}
A.copyright:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #737373;
	text-decoration: underline;
}


/* left border */

.leftBorder
{
	background-image: url("leftBorderTop.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 5px;
	vertical-align:bottom;
}

.leftBorder div
{
	background-image: url("leftBorderBottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width:5px; 
	height:150px; 
}

.rightBorder
{
	background-image: url("rightBorderTop.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 5px;
	vertical-align:bottom;
}

.rightBorder div
{
	background-image: url("rightBorderBottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width:5px; 
	height:150px; 
}
