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

html {
	height:100%;
	}
	
body {
	position:absolute;
	background:url(images/bg.gif) repeat center top;
	width:100%;
	min-width:1000px;
	height:100%;
	margin:0px;
	color:#000000;
	font-family:sylfaen;
	font-size:12px;
	}
	
#cmenu {
	float:left;
	height:107px;
	padding-bottom:1px;
	}
#cmenu a {
	float:left;
	display:block;
	height:107px;
	text-decoration:none;
	}
#cmenu span {
	float:left;
	display:block;
	background:url(images/lineblack.gif) no-repeat center 85px;
	width:10px;
	height:107px;
	font-size:1px;
	}
#cactive {
	float:left;
	height:107px;
	}
	
#cthree {
	padding:6px 0px 9px 30px;
	}
#cthree a {
	color:#777777;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
#cthree a:hover {
	text-decoration:underline;
	}
