@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	}
	
body {
	position:absolute;
	background:#ffffff;
	width:100%;
	min-width:1003px;
	height:100%;
	margin:0px;
	color:#959796;
	font-size:11px;
	font-family:BPG Glaho,sylfaen;
	}

#cheader {
	background:url(images/header_geo.jpg) no-repeat left top;
	height:125px;
	}


#cmenu a {
	display:block;
	float:left;
	height:27px;
	padding:9px 14px 0px 14px;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	}