@charset "utf-8";
/* CSS Document */
/************* Overall styles **************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #37667D;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/************* Layout Divs **************/
#wrapper{
	width: 990px;
	padding: 0px 30px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#topnav{
	width: 980px;
	padding: 5px 10px 0px 0px;
	text-align:right;
	color: #37667D;
}

#topnav a:link, a:visited {
	color: #37667D;
	text-decoration: none;
}

#header{
	width: 990px;
	padding: 0px;
}

#leftcontent{
	float: left;
	width: 645px;
	position: relative;
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #CCC;
	overflow:hidden;
}

#rightcontent{
	float: right;
	width: 325px;
	position: relative;
	padding: 0px;
	margin: 5px 0px 0px 5px;
	color:#FFF;
}

#rightcontent a:link {
	color: #FFFFFF;
	text-decoration: underline;e;
}

#rightcontent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#rightcontent #why {
	width: 290px;
	height: 131px;
	padding: 25px 15px 0px 20px;
	background-image: url(images/side_bg.jpg);
}

#rightcontent #closer {
	width: 290px;
	height: 130px;
	padding: 25px 15px 0px 20px;
	background-image: url(images/side_bg.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcontent #intrigued {
	width: 290px;
	height: 131px;
	padding: 25px 15px 0px 20px;
	background-image: url(images/side_bg.jpg);
}

#footer{
	width: 990px;
	height: 50px;
	font-size: 10px;
	color: #37667D;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.clearer{
	height: 1px;
	overflow: hidden;	
	margin-top: -1px;
	clear: both;
}

