@charset "UTF-8";
/* CSS Document */

html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
	min-height:100%;
	position:relative;
	background-color: #DFE4E7;
	}
	#header {
	background-color: #1B1205;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 85px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#container #body #content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2A1804;
}
#container #body #content #space {
	padding-top: 10px;
	padding-bottom: 10px;
}
.centerwelcome {
	padding-bottom: 130px;
	padding-right: 50px;
	padding-left: 60px;
}
#container #body #content #news {
	width: 310px;
	float: left;
	padding-bottom: 50px;
}
.float_right {
	clear: both;
	float: right;
}
#container #body #content #image {
	width: 300px;
	height: 400px;
	float: left;
}
#container #header #header_wrap table {
	float: right;
	clear: both;
	margin-top: -22px;
}
#container #body #content #news ul {
	list-style-type: none;
}
#container #body #content #shows ul {
	list-style-type: none;
}
#container #body #content #shows {
	width: 275px;
	float: right;
}
#container #body #main {
	height: 330px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#container #body #main #main_wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
	#body {
	padding-bottom:80px;	/* Height of the footer */
	background-color: #DFE4E7;
	}
	#footer {
	position:absolute;
	width:100%;
	height:80px;
	background-color: #201305;
	}
.title {
	font-size: 15px;
	color: #2A1804;
	text-align: center;
}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	</style>
	[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}#footer #footer_wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #D5D9DC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 6px;
	text-align: center;
}
#container #header #header_wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 80px;
}
.thumbnail {
	float: left;
	width: 146px;
	padding-right: 5px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.notext {
	display: none;
}
#container #body #content ul {
	list-style-type: none;
	line-height: 20px;
}
#container #body #content #line {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2A1804;
	padding-top: 40px;
}
#container #body #content #images {
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 40px;
}
.float_left {
	float: left;
	padding-right: 15px;
	clear: both;
}
.centerlinks {
	text-align: center;
	padding-top: 30px;
}
#footer #footer_wrap p a:hover  {
	color: #FFF;
	text-decoration: underline;
}
#footer #footer_wrap p a:link {
	color: #CCC;
}
#footer #footer_wrap p a:visited {
	color: #FFF;
	text-decoration: underline;
}

