html, body {
	margin:0;
	padding:0;
	height:100%; 
	}

html>body #wrap {
	height:100%;
	}
	
#wrap {
	width:1024px;
	margin:0 auto;
	}

html>body #content-wrap {
	height:100%;
	} 
	
html>body #content-area {
	padding:1px 1px;
	} 

html, body {
	background:#075CAC url(/images/bg.jpg) fixed;
	font-family:Tahoma;
	font-size:11px;
	line-height:1.3em;
	color: #333333;
	}
	
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
#header {
	width:1024px;
	height:10px;
}
#footer {
	width:1024px;
	height:10px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}


#content-wrap, #content-area {
	background:url(/images/stripes.gif) fixed;
	background-repeat:repeat-y;
	background-position:center top
	}
	
#lcolumn {
	width:290px;
	padding-top:30px;
	float:left;
	}
	
#lcolumn ul {
	padding:0;
	list-style-type:none;
	margin:60px 0 30px 0;
	}
	
#lcolumn ul li {
	background-image:url(/images/surfboard.gif);
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:auto;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:17px 0 0 55px;
	}

#lcolumn ul li a {
	text-decoration:none;
	color:#000000;
	}
	
#lcolumn ul li a:hover {
	text-decoration:none;
	color:#999999
	}
	
#lcolumn img {
	border:1px solid #104C71;
	margin-bottom:5px;
	}
	
.smalltext {
	font-size:11px;
	font-weight:normal;
	}
	
#rcolumn {
	width:710px;
	float:left;
	padding-top:15px;
	padding-bottom:5px;
	}
	
#rcolumn .testimonial {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	width:194px;
	float:right;
	padding-top:15px;
	}
	
	#content {
	background-color:#83C4FA; 
	border:2px solid #A5CD2F;
	width:629px; 
	margin:30px 5px 0 10px;
	float:left;
	padding:25px;
	}
	
#hpcontent {
	background-color:#0071CA;
	background-image:url(/images/bg-hpcontent.jpg);
	background-repeat:repeat-x;
	border:1px solid #A5CD2F;
	width:679px; 
	margin:30px 5px 0 10px;
	float:left;
	height:229px;
	}
	
#hpcontent-blurb img {
	float:left;
	margin-right:15px;
	}
	
#hpcontent-blurb {
	background-image: url(/images/bg-hpblurb.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0px 15px 0px 0;
	float:left;
	width:auto;
	height:229px;
	color:#FFFFFF;
	font-weight:bold;
	}

h1 {
	font-size:14px;
	font-weight:bold;
	margin:5px 0 15px 0;
	}
	
.smalltext {
	font-size:11px;
	font-weight:normal;
	}
	
#hpsub1, #hpsub2, #hpsub3 {
	background-color:#A5CD2F;
	width:220px;
	margin:40px 0 0 5px;
	float:left;
	}
	
#hpsub1, #hpsub2, #hpsub3, .content{
	padding:15px;
	}
	
#hpsub1, #hpsub2, #hpsub3, img {
	margin-bottom:5px;
	}
	
	.testimonial {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	width:220px;
	font-family:Tahoma;
	line-height:1.3em;
	}
	
#footertext{
	width:420px;
	padding:30px 0 10px 10px;
	margin:0;
	clear:both;
	}
	
#footertext a {
	text-decoration:none;
	margin-right:3px;
	margin-left:3px
	}