@charset "utf-8";
#background_container {
	background-color: #006;
}
/* CSS Document */


#container {
	background-color: #FFF;
	overflow: hidden;
	width: 968px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#banner_row {
	width: 968px;
	height: 161px;
	background-color: #FFF;
	color: #006;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #006;
}
#right_banner {
	float: right;
	width: 189px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 1px;
	height: 161px;
	font-style: italic;
	padding-right: 10px;
}


#center_banner {
	width: 768px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	background-image: url(images/face_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 161px;
	text-align: center;
	text-indent: 140px;
}
#widget {
	width: 853px;
	padding-left: 115px;
	height: 60px;
	padding-top: 40px;
	float: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #006;
}

#navbar {
	width: 109px;
	padding-left: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 10px;
}
#column_container {
	width: 818px;
	float: left;
	padding-left: 20px;
}


#page_image{
	float: right;
}
#main_column {
	width: 550px;
	float: left;
	padding-left: 20px;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 90%;
}

#main_column h1, h2 {
	line-height: 150%;
}
#footer {
	font-size: 15px;
	font-style: oblique;
	width: 968px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-top-width: 10px;
	border-top-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-top-color: #006;
	border-bottom-color: #006;
}

