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

BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border-top: 1px solid;
	background-color: #000000;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#video {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	}
	
.clear {
	clear: both;
	border-bottom: 1px solid;
	border-bottom-color: #FF0000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
	
#container {
	width: 960px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
#HEADER{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
	padding: 0;
}
#HEADER ul {
	margin: 0;
	padding-left: 0;
	height: 75px;
	line-height: 75px;
	display: block;
	list-style: none;
	background-color: #4D4D4D;
	background-image: url(../images/bg_topnav.gif);
	background-repeat: no-repeat;
}
#HEADER li {
	display: inline;
	background-color: #222222;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
		}
	
#HEADER li a { 
	height: 75px; 
	line-height: 75px; 
	display: block; 
	padding-left: 20px; 
	padding-right: 20px; 
	border-left: 1px solid Black;  
	float: left;
	}
#HEADER li a:hover {
	background-color: #BDBFE1;
	text-decoration: none;
	}
#HEADER .Visual{
	height:130px;
	background-repeat: no-repeat;
	background-color: #000000;
	border-top: 3px solid Black;
}
#HEADER .logo {
	height: 50px;
	background: #4d4d4d;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 2px;
}

#flash	{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
