body { 
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Calibri, Tahoma, Arial;
	font-size: 18px;
	color: #EEEEEE;
	background-color: #000000;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #D0AB7C;
	text-decoration: underline;
}
	
#maindiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:960px;
	height:540px;
	margin-top: -270px; /*set to a negative number 1/2 of your height*/
	margin-left: -480px; /*set to a negative number 1/2 of your width*/

}
#maindivbg {
	position:absolute;
	top: 50%;
	left: 50%;
	width:960px;
	height:540px;
	margin-top: -270px; /*set to a negative number 1/2 of your height*/
	margin-left: -480px; /*set to a negative number 1/2 of your width*/
	background-color:#000000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index: 0;	
}

#footerdiv {
	position: absolute;
	bottom: 0px;
	width: 960px;
	height: 50px;
	z-index: 1;	
}

#footerdivbg {
	position: absolute;
	bottom: 0px;
	width: 960px;
	height: 58px;
	background-color:#000000;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index: 0;	
	border-top: 1px solid rgb(206,170,122);
}

#mainheader {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 430px;
	height: 44px;
}

#logodiv {
	float: right;
	z-index: 2;
}
#logodivleft {
	float: left;
	z-index: 2;
}

#navmenu {
	width: 600px;
	text-align: center;
	float: left;
	height: 25px;
	line-height: 25px;
	z-index: 2;
}

.navitem {
	width: 100px;
	text-align: center;
	float: left;
	font-size: 14px;
	font-weight: bold;

}

	
#contentdiv {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 550px;
	z-index: 2;
}
#contentnavdiv {
	position: absolute;
	top: 100px;
	left: 650px;
	width: 275px;
	z-index: 2;
}

#contentnavdiv li {
	font-size: 18px;
	color: #D0AB7C;
	font-weight: bold;
	font-style: italic;
	line-height: 40px;
	cursor: pointer;
}

#teamlist li {
	line-height: 30px;
}

.maincontent {
	visibility: visible;
	display: block;
}

.subcontent {
	visibility: hidden;
	display: none;
}
.leftlist {
	width: 250px;
	font-size: 14px;
	float: left;
}

.rightlist {
	width: 250px;
	font-size: 14px;
	float: right;
}
.centerlist {
	width: 550px;
	font-size: 14px;
	float: left;
}

h1 {
	font-size: 18px;
	color: #D0AB7C;
	font-weight: bold;
	font-style: italic;
}

.teamphoto {
	width: 150px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	float: left;
}
.teamname {
	margin-left: 20px;
	float: left;
}

.teampoint { 
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
	float: left;
	font-size: 16px;
}

.teamprompt {
	color: #D0AB7C;
	margin-right: 10px;
}

.picture {
	width: 300px;
	float: left;
	padding: 4px;
}