/* CSS Document */


/* Surfs Up Original CSS Styles */
body {
	background-image: url(/img/water.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma; font-size:11px; font-weight:normal; color:#ffffff;/*Copied style from .nortext below so the class wouldn't have to be constantly applied.*/
}


.header {font-family:Tahoma; font-size:18px; font-weight:bold; color:#FEF302; padding-left:5px;}

.subheader {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FF0402;}

.subheaderG {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#365F91;}

.nortext {font-family:Tahoma; font-size:11px; font-weight:normal; color:#ffffff;}

.textRed {font-family:Tahoma; font-size:11px; font-weight:normal; color:#FF0402;}

.bgBtn {opacity: 0.5; filter:alpha(opacity=50); background-color:#FFFFFF; border-left:1px solid #000000;}




/* New Styles */

#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	height: 193px;
	background: url('/img/bg_topBtn.gif') repeat-x;
	position: relative;
}
#flashTopNav {
	position: absolute;
	top: 50px;
	left: 361px;
}
#content {
	background: url('/img/contentFiller.png') repeat-y;
/* 	height:100px; */
}
#sidebar {
	float: left;
	width: 181px;
}
#main {
	float: right;	
	background-color: #000;
	width:769px;
}

#footer {
	clear: both;
}



h1#pageHeader {
	background: url('/img/bg1.gif') repeat;
	width: 100%;
	font-family:Tahoma; 
	font-size:18px; 
	font-weight:bold; 
	text-align: right;
	color:#FEF302;
	margin: 0px;
	padding: 0px;
}
h1#pageHeader span {
	padding-right: 20px;
}


.clear {
	clear: both;
}


