@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(frameback2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #181B0A;
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#maincontent {
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-image: url(images/Untitled-6_02.png);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
}

#header {
	height: 100px;
	width: 750px;
	position: absolute;
	top: 260px;
	background-image: url(header.png);
	z-index: 1;
}

#clearline {
	clear: both;
}

#side {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 260px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/Untitled-5_03.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#bodywrapper {
	position: absolute;
	top: 335px;
	width: 750px;
}




#side ul {
	margin: 0px;
	padding: 0px;
}

#side ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	height: 50px;
	width: 270px;
	
}

#side ul li:hover {
	background-image:url(linkhover.png);
	background-repeat: no-repeat;
	background-position: top;	
}
#side ul li a {
	border: none;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18pt;
	font-weight: bold;
}

#side ul li img {
	border: none;
	
}

#sidetop {
	height: 25px;







	background-image:;
	background-image: url(images/Untitled-5_02.png);
	width: 290px;
	background-position: left top;
	background-repeat: no-repeat;
}

#sidebottom {
	height: 25px;






	background-image:;
	width: 290px;
	background-image: url(images/Untitled-5_04.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#sidewrapper {
	float: left;
	width: 290px;
}

#maincontentwrapper {
	float:right;
	width: 460px;
	margin-top: 5px;
}

#maincontenttop {
	height: 19px;
	background-image: url(images/Untitled-6_01.png);
}

#maincontentbottom {
	height: 20px;
	background-image: url(images/Untitled-6_03.png);
	background-repeat: no-repeat;
}

#maincontent a {
	color:#FFF;