@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(BK.jpg);
	background-repeat: repeat-x;
	background-position: left 52px;
	background-color: #7F1612;
}
.leftPannel {
	background-image: url(BK_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.RightPannel {
	background-image: url(BK_Right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.footer {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(BK_bottom.jpg);
	background-repeat: repeat-x;
}
.footer A:link, .footer A:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer A:hover {
	text-decoration:underline;
}

