/* Chris Corna Reef Fund main stylesheet :: Copyright 2009
====================================================== */
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#0e324d url(../images/CCRFbackground.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#20556c;
	text-align:center;
	min-width:997px;
	min-height:410px;
}

a:link, a:visited {
	color:#00539f;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

img {
	border: none;
}
div, p, form {
	margin: 0;
	padding: 0;
	border: 0;
}
/* containers 
------------------------------------------------------- */

#vertical{
	float:left;
	height:50%;
	margin-top:-281px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:997px;
	margin-left:auto;
	margin-right:auto;
	height:562px;
	overflow:hidden;
	text-align:left;
	clear:both;
	}
#leftCol {
	float:left;
	width: 315px;
	height:219px;
}
#textContainer {
	float:right;
	width:629px;
	height:219px;
	margin: 0 53px 0 0;
	background:#0e324d url(../images/CCRF_05.jpg) no-repeat;
}
#textContainer p {
	margin-left:30px; 
	margin-right:125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
}

#btmNav {
	background:#000 url(../images/CCRF_12.jpg) no-repeat left;
	width:945px;
	height:53px;
}
#AboutComingSoon {
	width:67px;
	margin-left: 183px;
	display: none;
}
#GalleryComingSoon {
	width:67px;
	margin-left: 248px;
	display: none;
}
#btmImg {
	float:right;
}