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

body{
	color: #fff;
	background-color: #fff;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin-top: 0px;
}

a {
	color: #29ABE2;
	text-decoration:underline;
}

a:hover {
	color: #fff;
}
/* layout */

#page{
	width: 980px;
	background-color: #1A1A1A !important; 
	margin:15px auto;
	border: 0px;
}

#header {
	height: 100px;
	border: 0px;
	background: url(images/header_bg.png) top;
}

#logoheader {
}

#banner {
	height: 250px;
	border: 0px;
	background: url(images/banner.jpg);
}

#blackbar {
	width: 980px;
	height: 20px;
	background-color: #000;
}

#leftcolumn {
	float: left;
	width: 770px;
	padding: 20px;
}

#container {
	float: left;
	width: 980px;
}

#homeleft {
	float: left;
	width: 770px;
	padding: 20px;
}

#homemiddle {
	float:left;
	width: 220px;
	padding: 20px 20px 20px 0px;
}

#homeright {
	float:left;
	width: 150px;
	padding-top: 20px;
	margin-right: 20px;
}

#rightcolumn {
	float:left;
	width: 200px;
	padding: 20px 20px 20px 0px;
	margin-right: 20px;
}

#showinfo {
	width: 180px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #222;
}

#smallhead {
	width: 205px;
	padding-left: 15px;
	background-color: #000000;
	color: #29ABE2;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

#sponshead {
	width: 135px;
	padding-left: 15px;
	background-color: #000;
	color: #29ABE2;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

#sponscont {
	width: 120px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
	background-color:#222;
}

#smallcont {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
	background-color:#222;
}

#fbcolumn {
	width: 290px;
	float: right;
}

#epheading {
	width: 755px;
	padding-left: 15px;
	height: 30px;
	background-color: #000;
	line-height: 30px;
	color: #29ABE2;
	font-weight: bold;
	font-size: 14px;
}

#hostinfo {
	float: left;
	width: 225px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	background-color:#222;
	text-align: center;
}

#epinfo {
	width: 740px;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color:#222;
}

#leftcont {
	width: 580px;
	overflow:  auto;
}

#lbar1 {
	float:left;
	width: 155px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: center; 
}

#lbar2 {
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: center; 
}

#lbar3 {
	margin-top: 10px;
	float: left;
	width: 155px;
	text-align: center; 
}

#footer {
	width: 930px;
	background-color: #333;
	height: 30px;
	line-height: 30px;
	padding: 10px 25px 0px 25px;
	color:#CCC;
	font-size: 10px;
}	

#bottom {
	width: 980px;
	height: 15px;
	background-image: url(images/bot.gif);
}
	
.bold {
	font-weight: bold;
}

/* images */

img.logo {
	margin-left: 10px;
	border: 0px;
	vertical-align: middle;
}

img.feats {
	background-color:#333;
	padding: 5px;
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.host {
	background-color:#111;
	padding: 5px;
	float: left;
	border: 0px;
	margin-right: 10px;
}

img.face {
	border: 0px;
}

img.sponsors {
	background-color:#333;
	padding: 5px;
	border: 0px;
}	

.boldbluehead {
	color: #29ABE2;
	font-weight:bold;
}

.movsched {
	border: 0px;
}

.movsched td {
	padding-top: 5px;
	padding-bottom: 10px;
}

.clear {
    clear:both;
}


#nav {
	width: 980px;
	height: 40px;
	background:#09C;
}


/* Navigation */
#nav ul {
	list-style-type: none;
	margin: 0px -33px;
}

#nav li {
float: left;
}

#nav li a {
	color:#fff;
	font-size: 14px;
	font-family: Helvetica, Arial;
	display: block;
	text-align: center;
	padding: 12px 58px 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFF;
	background: #005F7D;
}
