@charset "utf-8";
/* CSS Document */


/* ---- Home Page ---- */
body {
	background-image: url(../images/bkgrnd_swirlh.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
}

h1 {
	text-indent: -9999px;
}

#container {
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
	border: 1px solid black;
	position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -450px;
}

#topbanner {
	background-color: black;
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -450px;
}

/* ---- Main Nav ---- */
#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	position: absolute;
	left: 10px;
	top: 7px;
	display: block;
}

#main_nav a, #main_nav a:visited {
	color: black;
	text-decoration: none;
	padding: 6px 10px 0px 10px;
}

#main_nav a:hover {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

#main_nav #selected {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

/* ---- Video Listing---- */
#videos {
	position: absolute;
	left: 13px;
	top: 52px;
	
}

#videos #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 6px 0px 8px 0px;
}

#videos a, #videos a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 6px 0px 8px 0px;
	text-decoration: underline;
}

#videos a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 6px 0px 8px 0px;
	text-decoration: overline;
}

/* ---- Footer ---- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: notmal;
	color: white;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 580px;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: overline;
}

