/* CSS Document */

#page {
	min-width:740px;
	max-width:1500px;
	margin:0 auto;
}
#header {
	background-position: center;
}


#hmenu {
	background-color:#27567a;
	float:none;
	position:static;
	height:24px;
	border:1px solid #aaa;
	border-top:none;
	margin:0;
}
#hmenu ul {
	float:none;
}


