body{
	background:url(http://chuckoven.com/images/background.jpg) repeat-x #e5fbf8;
	color: #3881c6;
	font-family:Arial, Helvetica, sans-serif; 	 
	font-size: 13px;
	line-height: .95em; 	
	}
#header{
	position: absolute;
	top: 0px;
	left:0px;
	}
#content{
//position:absolute;
//top:5px;
	margin-left: 14%;
	margin-top: 100px;
	width: 600px;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	height: 800px;
	background: #e5fbf8;
	padding-left: 25px;
	padding-right: 25px;
	}
a:link{
	color: #3881c6;
	}
a:active{
	color: #3881c6;
	}
a:visited{
	color: #3881c6;
	}
a:hover{
	color: #fafafa;
	background: #3881c6;
	}
li.nav{display: inline; list-style: none; text-decoration: none;}
#nav{position: absolute; top: 110px; //top: 140px;left: 0px; height: 30px;//height: 100px;//padding-top: 10px;}
a.nav:link{color:#3881c6; border: solid 3px #3881c6; padding: 3px; text-decoration: none;font-weight: bold; background: #fafafa;}
a.nav:active{color:#3881c6; border: solid 3px #3881c6; padding: 3px; text-decoration: none;font-weight: bold; background: #fafafa;}
a.nav:hover{color:#696969; border: solid 3px #696969; padding: 3px;font-weight: bold; background: #fafafa;}
a.nav:visited{color:#3881c6; border: solid 3px #3881c6; padding: 3px; text-decoration: none;font-weight: bold; background: #fafafa;}
#nav{position: absolute; top: 50px; left: 211px; height: 30px;}
#left{	
	padding: 3px;
	float: left;
	width: 390px;
	}
#right{
	padding: 3px;
	float: right;
	width: 190px;
	}
input.search{
	width: 95px;
	}
#footer{text-align:center;}