/* AQUA Surf School loves you! */

@import url("mainStyles.css");
@import url("banner2.css");

body{
	font-family: "Times New Roman", Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	padding: 0px;
	margin: 0px;
	background:#2d86cb url(../images/bkg/water-tile.jpg) repeat-y scroll center top;
	text-align: center;
}

#bkg {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 734px;
	background:#2d86cb url(../images/bkg/headerMain.jpg) no-repeat scroll center top;
}

#container {
	position: relative;
	width: 892px;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
}

#cColumn, #contentFull {
	width: 826px;
	margin-left: 33px;
	margin-right: 33px;
}

#header {
	position: relative;
	z-index: 2;
	height: 255px;
}

#navbar {
	position: relative;
	z-index: 2;
	padding-top: 9px;
	padding-left: 2px;
	margin-left: 27px;
	margin-right: 27px;
	width: 94%;
}

#cColumn {
	position: relative;
	z-index: 1;
	float: left;
	margin-top: 9px;
	margin-bottom: 0px;	
}

#contentFull {
	position: relative;
	z-index: 1;
	float: left;
	width: 844px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
	background-color:#FFF;
}

#navColumn {
	position: relative;
	z-index: 2;
	float: left;
	width: 335px;
	padding: 0px;
	margin-left: 9px;
}

#rColumn {
	position: relative;
	z-index: 2;
	float: left;
	width: 480px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 11px;
	margin-right: 9px;
}

#footer {
	position: relative;
	z-index: 1;
	float:left;
	font-size: 80%;
	color:#000000;
	width: 826px;
	height: 100%;
	background: url(../images/bkg/water-footer.jpg) no-repeat scroll center bottom;
	margin-left: 33px;
	margin-right: 33px;
}
