@charset "UTF-8";
@import url("common.css");
@import url("lightbox.css");

/* CSS Goodness by Drew Taylor */

body {
	background:#fff url(images/header_bg.gif) repeat-x left top;
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#808084;
	height: 100%;
}

/* -------------------------------main layout------------------------------- */

#container {
	background: url(images/main_bg.gif) repeat-y left;
	width: 1020px;
	float: left;
}

#header {
	width: 1020px;
	padding:0px;
	float:left;
}

#subMenu {
	width: 785px;
	text-align: right;
	margin: 120px 0 0 0;
	font-size: 12px;
	color:#babec1;
	float: left;
}

#menu {
	background-color: #808084;
	width: 785px;
	height: 35px;
	margin: 10px 0 0 0px;
	padding: 15px 0 0 0;
	float: left;
}

#leftCol {
	background: #bdc331 url(images/leftCol_bg.gif) no-repeat top;
	width: 225px;
	float: left;
}

#statBox {
	width: 195px;
	height: 300px;
	float: left;
	font-size: 22px;
	color:#f58026;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	margin-top: 50px;
	padding: 15px 0 0 15px;
}

#certBox {
	background-color: #bdc331;
	width: 195px;
	margin-top: 160px;
	float: left;
	padding: 15px 15px 15px 15px;
	font-size: 12px;
	color:#fff;
}

#rightCol {
	background: url(images/rightCol_bg.gif) no-repeat;
	width: 785px;
	float: left;
	margin: 0px 0 0 0;
	padding: 10px 0 0 10px;
}

#footer {
	background: url(images/) repeat-y left;
	width: 1020px;
	text-align: right;
	font-size: 12px;
	float: left;
	margin: 30px 0 0px 0;
	padding-bottom: 20px;
}

/* ---------------------------------text------------------------------------ */

