html{
	min-height: 100%;
}
body{
	background-color: #5b5b5b;
	background-image: url(../images/body-bg-tile.png);
	background-repeat: repeat-x;
}

p{line-height: 20px;}

h1,h2,h3,h4,h5,h6 {color: #610000;}

h1,h2,h3,h4,h5,h6 {padding: 0 0 5px 0; margin: 0;}

#container{
	background-image: url(../images/content-bg-tile.png);
	background-repeat: repeat-y;
	margin-top: 20px;
	padding-bottom: 10px;
}

#header-nav{
	width: 849px;
	margin-left: 18px;
	margin-top: 10px;
}

#feature{
	width: 790px;
	height: 333px;
	margin-left: 45px;
	margin-top: 10px;
	background-image: url(../images/feature-bg.jpg);
	background-repeat: no-repeat;
}

#video-player{
	margin-top: 20px;
}

#body-content{
	margin-top: 30px;
}

#sponsors {margin-top: 50px;}
#sponsors img{padding: 8px;}

#footer{
	margin-left: 20px;
	margin-top: 50px;
	color: #999;
	text-align: center;
	font-size: 11px;
}

#gallery-feature{width: 419px; height: 280px; float: right; margin-right: 20px; margin-top: 20px;}
#gallery-feature a{color: #ffd200;}