@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

.hide {
	position:absolute;
	left:-9999px;
}
.clear {
	clear:both;
	visibility:hidden;
}
body {
	background:url(images/background.jpg) repeat-x;
	background-color:#3c4d73;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

a:link, a:visited {
	color: #3399FF;
	text-decoration:none;
}

a:hover, a:active {
 	color: #FFCC99;
	text-decoration:none;
}
#page {
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#000000;
}

#header {
	width:800px;
	height:151px;
	background:url(images/header.jpg) no-repeat;
}

#content{	
	background-color:#000;
}
   

.video{
	width:500px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	
}

.map{	
	width:500px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	
}
 
.about{
	width:250px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}

.schedule{
	width:250px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;

}

.day{
	margin-bottom:10px;
	list-style-type: none;
}

.daytitle{	
	 font-weight:bold;
}

.etvlogo{
	width:91px;
	margin-top:50px;
	margin-left:30px;
	text-decoration:none;
	
}	

.copyright{
	text-align: center;
}

#footer {
	width:800px;
	height:150px;
	background:url(images/footer.jpg);
	clear:left;

}

