body{
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
	text-align: center;
}
img{
	border: 0;
}
a{
	color: #000000;
}
div#site{
	background: #E44702;
	border: 3px double #002C7B;
	margin: 0 auto;
	text-align: left;
	width: 864px;
}
div#site2{
	background: #FFFFFF;
}
div#header{
	background: url(images/header.png);
	height: 85px;
	width: 864px;
}
div#header div#banner{
	background: url(images/banner.png);
	height: 60px;
	margin-left: 394px;
	padding-top: 2px;
	width: 468px;
}
div#header ul{
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}
div#header ul li{
	float: left;
	margin-left: 1px;
}
div#header ul li a{
	color: #FFFFFF;
	display: block;
	height: 15px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	width: 107px;
}
div#header ul li a:hover{
	background: url(images/header_menu_hover.png);
	color: #000000;
}
div#cont{
	background: url(images/cont_background.png) repeat-y;
	clear: both;
	padding-top: 5px;
	width: 864px;	
}
div#left{
	float: left;
	margin-left: 4px;
	width: 144px;
}
div#right{
	float: left;
	margin-left: 2px;
	width: 144px;
}
div.menu{
	background: url(images/menu_foot.png) bottom no-repeat;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 144px;
}
div.menu_head{
	background: url(images/menu_head.png);
	height: 23px;
	width: 144px;
}
div.menu_cont{
	background: url(images/menu_cont.png);
	width: 144px;
}
div.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.menu ul li{
	
}
div.menu a{
	display: block;
	height: 15px;
	padding: 2px 5px;
	width: 134px;
}
div.menu a:hover{
	background: #E44702;
	border: 1px solid #000000;
	border-left: 0;
	border-right: 0;
	color: #FFFFFF;
	height: 13px;
	text-decoration: none;
}
div#content{
	float: left;
	margin-left: 2px;
	width: 564px;
}
div.content{
	background: url(images/content_foot.png) bottom no-repeat;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 564px;
}
div.content_head{
	background: url(images/content_head.png);
	height: 23px;
	width: 564px;
}
div.content_cont{
	background: url(images/content_cont.png);
	padding: 5px;
	width: 554px;
}
div#footer{
	background: url(images/footer.png);
	clear: both;
	height: 21px;
	margin-left: 1px;
	width: 862px;
}