body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #D6D7C8;
	color: #000;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{	
	margin: 0px auto 0px;
	background-color: #D6D7C8;
	width:  940px;
	background-image: url(../fx/main-bg.jpg);
	background-repeat: no-repeat;
	min-height: 980px;
	background-position: 0px 192px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#header{
	margin: 0px auto 0px;
	width:  940px;
	background-image: url(../fx/header.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 192px;
}
#header h1{
	display: none;
}
#menu{
	position: relative;
	width: 122px;
	float: left;
	z-index: 20;
	color: #000;
	top: 0px;
	margin: 0px 0px 0px 100px;
	text-align: left;
}
#menu ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu li{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #000;
}
#menu a:link,#menu a:visited{
	color: #000;
} 
#menu a:hover{
	text-decoration: none;
	color:#cc001f;
}
#menu a.on{
	color: #CC001F;
}

#content{
	width: 594px;
	float: left;
	background-color: transparent;
	color: #3d3d3d;
	line-height: 1.6em;
	margin: 10px 0px 0px 30px;
	text-align: left;
}
.red{
	color: red;
}
.left{
	float: left;
}
.right{
	float: right;
	margin: 0px 0px 0px 20px;
}
.clear{
	clear: both;
	height: 1px;
}
#splash{
	position: relative;
	top: 398px;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#splash a{
	color: #666;
}
#footer{
}
#footer a{
}
.red{
	color: #E2001A;
}
h1{
	font-size: 14px;
	font-style: italic;
	color: #000;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
h2{
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 15px 0px 2px 0px;
}
h3{
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
}
h5{
	text-align: center;
	font-size: 12px;
	margin: 30px 0px 5px 0px;
}
a:link, a:visited{
	color: #E2001A;
	text-decoration: none;
}
table.team td{
	vertical-align: top;
	width: 580px;
	text-align: center;
}

