@charset "utf-8";
body{
	background-color:#666666;
	/*margin:0px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
p{
	margin-top:1em;
	margin-bottom:1em;
}
h1{
	margin-top:0.67em;
	margin-bottom:0.67em;
	color:#FF6600;
	font-weight:bold;
	font-size:14px;
}

h2{
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
h3{
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
ul{
	padding:0px;
	margin:0px;
	margin-left:15px;
	list-style:outside;
}
a:link{
	color:#FF6600;
	text-decoration:underline;
}
a:visited{
	color:#FF3300;
}
a:hover{
	text-decoration:none;
}
#page{
	width:681px;
	margin:auto;
	min-height:583px;
	position:relative;
	background-color:#FFFFFF;
}
#page #topbar {
	background-image:url(img/head.png);
	background-repeat:no-repeat;
	height:67px;
	
}
#page #header {
	height:58px;
	width:681px;
}
#page #header #logo{
	left:14px;
	top:2px;
	width:241px;
	height:38px;
	position:relative;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#page #menu{
	height:28px;
	width:653px;
	background-image:url(img/menu.png);
	background-repeat:no-repeat;
	left:14px;
	position:relative;
}
#page #content{
	width:653px;
	min-height:410px;
	margin-top:7px;
	padding-left:14px;
	font-size:12px;
	
}
#page #content #content_area{
	width:423px;
	min-height:410px;
	padding:5px;
	float:left;
}
#page #content #menu_area{
	float:left;
	width:220px;
}
#page #footer {
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	height:30px;
	width:681px;
}
.cleaner{
	clear:both;
}
