body,html{
	background-image: url(/img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #062433;
	margin:0;
	padding:0;
	font-family: Helvetica;
	font-size: 10px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#homelink{
	width:500px;
	height:125px;
	position: absolute;
	float: right;
	margin: 0;	
	cursor: pointer;
	border:0;
}

#nowaccepting{
	width:248px;
	height:101px;
	position: absolute;
	float: right;
	margin-left: 615px;
	margin-top: -12px;
	border:0;
	text-align: left;
	color:#88c59c;
	font-size: 12px;
	font-weight: bold;
}

#nowaccepting a, #nowaccepting a:visited{
	color: #06766a; 
	text-decoration: underline;
}

#header{
	width: 849px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}
#nav{
	margin:0;
	padding: 0;
	color:#149388;
	font-size: 12px;
}
#nav img,a{
	border:0;
	padding:0;
	margin:0;
	white-space: nowrap;
}
#maincol{
	margin: 0;
	padding: 0;
	width: 849px;
	/*min-height: 400px;*/
	background-color: #fff;
}
#footer{
	color: #149388;
	margin: 10px 0;
	font-weight: normal;
}
.content{
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#494344;
	text-align: left;
	padding: 0 5px 0 40px;
	line-height: 20px;
	min-height: 350px;
}

.content a, .content a:hover{
	color: #149388;
}
h1{
	font-family: Futura;
	font-style: normal;
	font-weight: normal;
	font-size: 52px;
	color: #07756a;
}

h2{
	font-weight: bold;
	font-size: 12px;
	color: #07756a;
	margin-top: 0;
}

h2.sub{
	color: #60AC89;
}

h3{
	color:#494344;
	font-size: 18px;
}