body {
	background:url('images/bg.jpg') repeat-x;
	font-family:georgia, serif;
	color:#007E9A;
	margin:0;

}
a, a:visited{
	color:#007E9A;
	font-weight: bold;
}
#wrapper{
	width:100%;
	height:1500px;
	margin:auto;
	border:0px solid black;

}
#content{
	width:829px;
	margin:auto;
	border:0px solid black;
}
#nav{
	width:180px;
	height:251px;
	float:left;
	background:#7fbecb;
	font-size:1.4em;

}
a.nav, a.nav:visited{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
#nav ul{
	list-style-type:none;

}
#nav li{
position: relative;
left:-1em;
	border-bottom:1px dotted white;
}
#slideshow{
	position:relative;
	left:185px
}
#leftcol{
	width:550px;
	float:left;
	padding-right:15px;
	border:0px solid black;
}
#leftcol2{
	width:550px;
	float:left;
	padding-right:15px;
	padding-left:15px;
	border:0px solid black;
}
#rightcol{
	width:230px;
	float:left;
	padding:15px;
	border:0px solid black;
	background:#a2ca40;
	color:#ffffff;
}

.legal{
	color:#8dc1cc;
	
}
#footer{
	width:100%;
	height:300px;
	background:url('images/edgetile.gif') repeat-x #0090ab;
	padding-top:30px;
	color:#fff;
	border:0px solid black;
	margin:auto;
	text-align:center;
}