/* CSS Document */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	background-image: url(images/body_bg.jpg);
	background-position:50% 365px;
	background-repeat: no-repeat;

 }
 
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #AE0101;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #AE0101;
	text-decoration: underline;
 }

#page {
	margin:0px auto;
	width: 800px;
 }
 
#interiorpage {
	margin:0px auto;
	width: 750px;
	background-image:url(images/bg_page.png);
	background-repeat:repeat-y;
 }
 
/* IE hack */
* html #interiorpage {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bg_page.png');
}
 
#contentleft {
	width: 155px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#logo {
	}
#nav {
	}
	
#adminnav {
	height: 295px;
	padding: 25px 25px 25px 20px;
	background-image:url(images/admin_nav.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	}
	
#contentright {
	width: 595px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#contentimage {
	width: 595px;
	height: 70px;
	background-image:url(images/layout_02.jpg);
	}
	
#contentbody {
	width: 550px;
	padding: 0px 35px 0px 10px;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	text-align:left;
	}
	
	
#footer {
	padding: 0px;
	clear:both;
	}


/* Homepage formatting */
.indexspacer {
	padding: 0px 10px 0px 0px;
	}
	
#indexnews {
	width: 270px;
	height: 530px;
	overflow: auto;
	}

.formatheader, .tableheader {
	background-image: url(images/bg_header.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;	
	padding: 2px 5px 2px 5px;
	}
	
.formatheader {
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;

	}	
	
.formatbody {
	font-size: 11px;
	line-height: 17px;
	border-top: 0px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	padding: 5px 5px 5px 5px;
	}
	
/* Team formatting */

.contentphoto {
	border-top: 0px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	padding: 5px 5px 5px 5px;
	}
	
.teamphoto {
	width: 70px;
	}

.videodescription {
	padding: 10px 50px 0px 50px;
	}
	
.videobg {
	background-image:url(images/film_bg.jpg);
	width: 100px;
	height: 70px;
	padding: 15px 15px 40px 15px;
	vertical-align: middle;
	text-align: center;
	}

.linksformat {
	padding: 10px 20px 10px 20px;
	}
	
.spotsbg {
	background-image:url(images/spots_bg.jpg);
	width: 100px;
	height: 70px;
	padding: 15px 15px 15px 15px;
	vertical-align: middle;
	text-align: center;
	}

/* General formatting */

.tablecontent {
	background-color: #CC0000;
	}
	
td {
	background-color: #FFFFFF;
	}
	
.tablepadding, .teamphoto {
	padding: 5px;
	}
	

.title {
	font-size: 14px;
	}

.title, .subtitle, .teamname {
	color: #CC0000;
	}
	
.imageright {
	float: right;
	display: inline;
	padding: 0px 0px 10px 10px;
	}
	
.credits {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #ffffff;
	}

.credits a:link, .credits a:visited, .credits a:hover, .credits a:active { 
	color: #ffffff;
	}
	
.bold, .title, .subtitle, .teamname {
	font-weight: bold;
	}
	
.clear { 
	clear:both;
	}
	
h2 { 
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	}
	
/* admin section */	
.fielda, .fieldb { 
	float: left;
	padding-bottom: 10px;
	}
	
.fielda { 
	width: 150px;
	text-align: right;
	padding-right: 10px;
	}

.fieldb { 
	width: 300px;
	}