/* CSS Document */
html, body, #main_container { min-height: 100%;	width: 100%; height: 100%;}
html>body, html>body #main_container {height: auto; }

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	margin:20 0 0 0;
	padding:0;
	background: #999 url(images/bkgnd.gif) repeat-x center top;
}

#main_container {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	height: auto;
	margin:0 auto;
}

a, a:visited { color:#F93; text-decoration:none; }
a:hover, a:active { color:#3F6; text-decoration:underline; }
img a {
	text-decoration: none;
}

/* home only */
#home_cont {
	width:850px;
	height:600px;
	margin:0 auto;
	background: transparent url(images/home_bkgnd.gif) no-repeat center top;
	}
#home_content {
	margin:0;
	padding: 20px 150px 50px 150px;
	text-align: center;
	color: #FFF;
}
.home_lg {
	font-size: 1.4em;
}
.home_lg a {
	color: #3F6;
}

.awesome_flash {
	font-size: 3em;
	font-weight: bolder;
	color: #F93;
	text-decoration: blink;
}
	/* header area */
#header_cont {
	width:850px;
	height:78px;
	margin:0 auto;
	}
#header {
	background: transparent url(images/header.jpg) no-repeat center top;
	margin:0;
	padding:0;
	height:78px;
}

#header_logo {
	float: left;
	padding-left:22px;
	margin-top:5px;
	vertical-align: middle;
}

#header_links {
	float: right;
	padding-right:20px;
}

	/* content area */
#content_cont {
	width: 850px;
	height: 550px;
	background-color: #000;
	margin: 0 auto;
	padding-bottom: 8px;
}
#content {
	padding: 25px;
	color: #FFF;
}
	
	/* footer area */
#footer_cont {
	width: 850px;
	background:  url(images/footer.gif) no-repeat center bottom;
	margin: 0 auto;
}
#footer {
	padding: 5px;
	margin: 0;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
}
#footer a, #footer a:visited { color:#000; text-decoration:none; }
#footer a:hover, #footer a:active { color:#666; text-decoration:underline; }
#title {
	text-align: center;
	}

   /* videos */
.video {
 	width: 250px;
	padding: 0px 8px 0px 8px;
	float: left;
	text-align: center;
}
.video_row {
	width: 800px;
	text-align: center;
	}