@charset "utf-8";
/* CSS Document */
body{
	background-color:#f1efdf;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
	position:relative;
	text-align:left;
	margin:0px auto;
	width:800px;
	border:1px #000 solid;
	background:url(/images/banner_bg.jpg) no-repeat #fff;	
}
#nav{
	position:relative;
	text-align:left;
	clear:both;
}
#contentArea{
	position:relative;
	display:inline-block;
	width:400px;
	padding:35px 35px 0px 35px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	clear:both;
}
#dailyInsightForm{
	position:absolute;
	top:300px;
	right:30px;
	width:300px;
	text-align:center;
}
#formTop{
}
#formMid{
	background:url(/images/lb_panel_mid.jpg) repeat-y;
	padding:10px;
}
#formBottom{
}
#photoArea{
	position:absolute;
	top:300px;
	right:30px;
	width:300px;
	text-align:center;
}
#contactForm{
	position:absolute;
	top:300px;
	right:30px;
	width:300px;
	text-align:left;
}
#footer{
	width:800px;
	text-align:center;
	margin:15px auto;
}

