html, body {margin:0; padding:0; width:100%; height:100%; background: #030303;}

#background{position:absolute; z-index:1; width:100%; height:934px;}

#wrapper {
	position: relative;
	z-index: 10;
	width: 906px;
	margin: 0 auto;
	border: 0px solid red;
	text-align: center;
}

#videoHolder {
	position: relative;
	z-index: 20;
}

#header {
	position: relative;
	width: 906px;
	height: 239px;
	margin: 0 auto;
}

.menuHolder {
	height: 22px;
	float: left;
}

#quotesHolder {
	position: absolute;
	left: 330px;
	top: 120px;
	text-align: left;
	border: 0px solid red;
	width: 325px;
	height: 74px;
}

#topNav {
	width: 906px;
	height: 25px;
	background-image: url('../images/navBG.jpg');
	margin-bottom: 6px;
}

.imgTitle {
	float: left;
	margin-bottom: 2px;
}

.topMenu {
	padding-top: 5px;
}

#leftColPad {
	margin-left: 10px;
}

#leftCol {
	float: left;
	width: 138px;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px solid blue;
	background: #b7d0cd;
	height: 500px;
}

#leftColTeam {
	float: left;
	width: 138px;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px solid blue;
	background: #b7d0cd;
	height: 946px;
}


#leftColParties {
	float: left;
	width: 138px;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px solid blue;
	background: #b7d0cd;
	height: 530px;
}


#leftColRockers {
	float: left;
	width: 138px;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px solid blue;
	background: #b7d0cd;
	height: 644px;
}

#centerCol {
	float: left;
	width: 377px;
	margin-right: 7px;
	border: 0px solid red;
	background: #b2ccc8;
	height: 500px;
}

#subPage {
	float: left;
	width: 762px;
	border: 0px solid red;
	background: #b2ccc8;
	min-height: 500px;
}

#rightCol {
	float: left;
	width: 378px;
	border: 0px solid green;
	background: #81c1b8;
	height: 500px;
}

#clearFooter {
	height: 6px;
	clear: both;
}

#footer {
	width: 906px;
	background: #e6f1f0;
	height: 150px;
}

#footerPic1 {
	float: left;
	width: 342px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

#footerPic2 {
	float: left;
	width: 170px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

#footerText {
	float: left;
	width: 360px;
	font-family: verdana;
	text-align: left;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 7px;
}

#centerContent {
	padding: 10px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
}

#flashSpacer {
	position: relative;
	top: 10px;
	height: 243px;
	margin-bottom: 25px;
}

#rightContent {
	padding: 10px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
}

#subContent {
	padding: 10px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
}

.smWhite {
	font-size: 10px;
	color: white;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: black;
	font-weight: bold;	
}

.leftLinks {
	width: 175px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #d77c1c;
	line-height: 1.5;
}

.rightLinks {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #d77c1c;
	line-height: 1.5;
}

A.orange {color: #d77c1c; text-decoration: none;}
A.orange:active,visited {color: #d77c1c; text-decoration: none;}
A.orange:hover {color: #d77c1c; text-decoration: underline;}