body {
	margin: 0px; 
	background-color: #F3F6DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {border: none;}
a:link, a:visited {color: #1D9699; text-decoration: none;}
a:hover, a:active {color: #1D9699; text-decoration: underline;}

/* ---------- GENERAL LAYOUT ---------- */
#wrapper {
	width: 850px;
	margin: 0px auto;
}
#bg {
	background: url(../images/bg.jpg) repeat-y center top;
	width: 800px;
	padding-right: 25px;
	padding-left: 25px;
}
#masthead {
	background: url(http://westshurfine.com/assets/images/headers/rotator.php) no-repeat;
	height: 139px;
	padding-top: 17px;
}
#logo {
	height: 99px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
#topnav {
	height: 24px;
	width: 760px;
	background: #666;
	padding: 0px 20px;
}
#container {
	width: 800px;
}
#leftcol {
	padding: 10px;
	float: left;
	width: 162px;
}
#rightcol {
	width: 618px;
	float: right;
}
#content {
	padding: 20px;
}
#bottomads {
	background: #EFEFEF;
	clear: right;
	float: right;
	width: 618px;
}
#bottomads table {border-collapse: collapse;}
#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	font-size: 11px;
	padding: 25px 0px;
	text-align: center;
}
.clear {clear: both;}