html {
	background: #750f0f url('/resources/images/skin/2009/bg_body.png') repeat-x scroll top left;
	
}

#hd {
	border-top: 1px solid #999999;
	height: 250px;
	background: #fff url('/resources/images/skin/2009/bg_hd.png') no-repeat scroll bottom center;
}
	#hd h1 {
		text-indent: -10000px;
	}
	
	#hd h2 {
		color: #fff;
		text-transform: uppercase;
		font-style: italic;
		font-weight: normal;
		font-size: 14px;
		float: right;
		margin: 107px 1em 0 0;
	}
#pnav {
	height: 55px;
	background: #fff url('/resources/images/skin/2009/bg_pnav.png') no-repeat scroll top center;
}
#mission {
	height: 285px;
	background: #221914;
	border-top: 1px solid #221914;
	padding: 4px;
	font-size: 93%;
	line-height: 1.6em;
}
	#mission h1,
	#mission h2,
	#mission h3 {
		color: #fecf05;
	}
	#mission p,
	#mission ul,
	#mission li {
		color: #ffffff;
	}

a:link,a:visited,a:hover,a:active {
	color: #750f0f;
}

#content {
	background: url('/resources/images/skin/2009/bg_content.png') repeat-y scroll -316px 0;
}
	
#primary{
	background: #fff;
}
	#primary div.entry {
		padding: 10px;
	}

	#staticschd {
		width: 100%;
		margin-bottom: 24px;
		border: none;
	}
	
	#staticschd .tbodyhead {
		text-align:left;
		padding: 8px 8px 0 8px;
		font-size: 100%;
		line-height: 1.07em;
		margin-top: 0;
		margin-bottom: 1.07em;
		text-transform: uppercase;
		border: none;
		border-top: 1px solid #696a6c;
	}	

	#staticschd td {
		padding: 4px;
		border: none;
		text-align: center;
	}

	#staticschd thead th {
		padding: 4px;
		text-align: center;
		border: none;
	}

	#staticschd .title {
		text-align: left;
	}

	#staticschd caption, #staticschd tfoot {
		display: none;
	}

#secondary {
	background: url('/resources/images/skin/2009/bg_secondary.png') repeat-y scroll top right;
}
	#sidebar {
		font-size: 85%;
	}
		#sidebar .module {
			padding: 10px;
			margin:10px;
			margin-right: 2px;
			background: url('/resources/images/skin/2009/bg_module.png') no-repeat bottom right;
		}
	#sponsors {
		background: #fff;
	}
		#sponsors .level {
			padding:10px;
		}
		#sponsors img {
			margin: 15px;
		}
	
#ft {
	height: 10px;
	padding: 5px;
	background: #f6911d;
	font-size: 77%;
	text-align: right;
}

