@charset "utf-8";
/* CSS Document */
body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	
	}

#container {
	width:1000px;
	min-height:500px;
	background:#FFFFFF;
	margin:0 auto;
	}

#header {
	float:left;
	width:1000px;
	height:164px;
	background:#00FFFF;
	background:url(../images/bg_header.gif) repeat-x;
	}

#logowrapper {
	float:left;
	width:209px;
	height:164px;
	overflow:hidden;
	margin: 0 215px 0px 42px;
	}
#menuwrapper {
	width:534px;
	height:20px;
	margin-top:135px;
	float:left;
	}
#menuwrapper a {
	display:block;
	float:right;
	text-align:right;
	color:#898989;
	text-decoration:none;
	font-size:12px;
	margin-left:20px;
	}
#menuwrapper a:hover {
	color:#CC0000;
	color:#fb8f9a;
	}
#menuwrapper a.menuon, #menuwrapper a.menuon:hover {
	color:#fb8f9a;
	color:#EA6486;
}
#maincontent {
	float:left;
	width:1000px;
	min-height:550px;
	margin:50px 0 20px 0;
	}

.lefttextcol {
	float:left;
	width:300px;
	min-height:300px;
	color:#848383;
	text-align:justify;
	margin-right:50px;
	font-size:11px;
	line-height:20px;
	}

.rightbox {
	width:650px;
	min-height:300px;
	float:left;
	}

.threepicwrapper {
	width:150px;
	min-height:145px;
	float:left;
}

.lbox {margin-left:80px;}
.midbox{margin:0 60px;}
.rbox {margin-right:none;}

.threepicwrapper a {
	display:block;
	float:left;
	width:150px;
	height:145px;
	}
.threepicwrapper a img {
	border:none;
	width:150px;
	height:145px;
	}
.threepicwrapper a img:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7
	}

p {
	margin:0 0 15px 0;
	padding:none;
	}

#footer {
	width:1000px;
	min-height:20px;
	float:left;
	padding-top:4px;
	margin-bottom:15px;
	font-size:10px;
	color:#666666;
	background:url(../images/bg_footer.gif) repeat-x;
	}
#numenalink {
	text-decoration:none;
	color:#666666;
	}
#numenalink:hover {
	color:#CC0000;
	}

.blockpusher {clear:both;}
.hidden {
	display:none;
	visibility:hidden;
	}