@charset "utf-8";

/* CSS Document */



body {

	margin: 0px;

	padding: 0px;

	background: url(layout/body.jpg) repeat-x center top;

	font: 12px Verdana, Arial, Helvetica, sans-serif;

}



#holder {

	margin: 0px auto;

	padding: 0px;

	width: 800px;

	position: relative;

}



#banner {

	background: url(layout/banner.jpg) no-repeat left top;

	clear: both;

	float: left;

	height: 320px;

	width: 800px;

	position: relative;

	left: 0px;

	top: 0px;

}



#leftmenu {

	background: #444444 url(layout/leftmenu.png) repeat-y left top;

	width: 182px;

	border: 4px solid #3C3C3C;

	position: relative;

	float: left;

font: 9px ;

}



#leftmenu a {
	display: block;
	border-bottom: 1px dotted #666666;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-indent: 15px;
	font-size: 12px;

}



#leftmenu a:hover {

	border-left: 4px solid #FF0000;

		display: block;

	border-bottom: 1px dotted #666666;

	color: #FFFFFF;

	padding-top: 5px;

	padding-bottom: 5px;

	text-decoration: none;

	text-indent: 11px;

}



#mainarea {

	float: left;

	width: 550px;

	position: relative;

	padding: 10px;

	margin-left: 10px;

	border: 1px solid #666666;

	margin-bottom: 15px;

}



#footer {

	background: #333333;

	border-top: 4px solid #000000;

	position: relative;

	height: 200px;

	width: 100%;

	clear: both;

	color: #CCCCCC;

	text-align: center;

	padding-top: 10px;

}

#overlay {

	position: absolute;

	left: 519px;

	top: 142px;

}

h1,h2,h3,h4 {
	font-size: 16px;
	color: #333333;
}

