@charset "UTF-8";
body {
	margin: 0px;
	background: #246BB0 url(http://abcreefs.com/themes/abcreefs/images/bg-blue.jpg) repeat-x center bottom;
	font-family: Tahome, Arial, Helvetica, sans-serif;
}
#bg-vert {background: url(http://abcreefs.com/themes/abcreefs/images/bg-vert.jpg) repeat-y center;}
#bg-reef {
	background: url(http://abcreefs.com/themes/abcreefs/images/bg-reef.jpg) no-repeat center bottom;
	padding-bottom: 500px;
}
#bg-horiz {background: url(http://abcreefs.com/themes/abcreefs/images/bg-horiz.jpg) repeat-x center top;}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {height: 80px;}
#logo {
	width: 339px;
	height: 80px;
	float: left;
}
#headBoxes {
	float: right;
	width: 208px;
	margin: 18px 10px 0px 0px;
}
#topnav {
	float: right;
	height: 80px;
	border-right: 1px solid #4E8CD5;
}
#container {
	background: #000000;
	color: #FFFFFF;
	padding: 0px 20px 20px;
}
#content-holder {
	margin-top: 15px;
}
#content {
	font-size: 13px;
	line-height: 18px;
	width: 719px;
	border-right: 1px solid #5799E3;
	padding-right: 20px;
	float: left;
}
#content a {color: #8CF1FD; text-decoration: none;}
#content a:hover, #content a:active {border-bottom: 1px dotted #8CF1FD;}
#content h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#rightcol {
	width: 207px;
	float: right;
}
#contactInfo {
	font-size: 12px;
}
#contactInfo h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
#contactInfo p {
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 16px;
}
#photoHead {
	height: 270px;
	width: 960px;
	background: url(http://abcreefs.com/themes/abcreefs/images/top-photo.jpg) no-repeat;
}
#footer {
	background: #0C2849;
	height: 10px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	padding: 9px 20px;
}
.clear {clear: both;}
