@charset "utf-8";
/* CSS Document */

body{
	background-color:#76534f;
	margin: 0px;
	background-image:url(../images/layout/bg1.jpg);
}
.banner{
	background-image:url(../images/layout/bannger2.png);
	height: 296px;
}
.leftside {
	background-color: #000;
	border-left-color: #4a1c1c;
	border-left-width: 2px;
	border-left-style: solid;
}
.contentbox1 {
	background-color: #262020;
	border-style: solid;
	border-width: 2px;
	border-color: #454142;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
	padding-bottom:10px;
	background-image:url(../images/layout/corner1.png);
	vertical-align:top;
	
}
.blankbox {
	background-color: #000;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
	height:1px;
}
.sheila {
	/*background-image: url(../images/layout/sheila.png);*/
	position: absolute;
	width:203px;
	height:298px;
	left: 270px;
}

.contentbox2 {
	background-color: #262020;
	border-style: solid;
	border-width: 2px;
	border-color: #454142;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:top;
	background-image:url(../images/layout/bg2.jpg);
}
.rightside {
	background-image: url(../images/layout/right_border.png);
}
.rightside1 {
	background-color: #000;
	border-right-color: #4a1c1c;
	border-right-width: 2px;
	border-right-style: solid;
}
.center{
	background-color:#000;
}
.sponsors {
	background-color: #000000;
	border-style: solid;
	border-width: 2px;
	border-color: #4a1c1c;
	text-align:center;
}
.spacer {
	background-color: #000000;
	height:8px;
}
.bottom_border{
	background-image: url(../images/layout/bottom_border.png);
	height:18px;
}
.bottom_corner{
	background-image:url(../images/layout/bottom_corner.png);
}
.bottom_corner2{
	background-image:url(../images/layout/bottom_corner2.png);
}
a:link{
	color:#900;
}
a:visited{
	color:#900;
}
