@charset "utf-8";
body{
background:#000;
font-family:arial, san-serif;
font-size:100%;
font-weight:bold;
}
#container{
	margin: 0px auto;
	width: 900px;
	background:#000;
}

#header{
	background:#000;
	padding:none;
	height:248px;
}

#header h1 { margin:none; }

#navigation
{
	float: left;
	width: 900px;
	height:55px;
	background-image:url('imgs/topbar2.jpg');
	text-align:center;
}

#navigation ul
{
	margin:0px auto;
	padding-top:4px;
	width:350px;
	
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#000;
	text-decoration: none;
	border: 1px solid #333;
	text-align:center;
}

#navigation li a:hover { background:#06c; }

#content
{
	clear: left;
	padding: 20px;
	background:#666;
	width:820px;
	margin:0px auto;
}

#content h2
{
	color:#fff;
	font-size: 160%;
	margin:none;
}

#footer
{
	background:url('imgs/btmbar2.jpg') no-repeat;
	text-align: center;
	padding: 25px;
	height: 55px;
	margin:0px auto;
  font-size:80%;
}
#copyFo{
  width:400px;
}
	
#vid{margin-left:120px;}
#mail{z-index:4; position:relative; top:-40px; left:400px; width:250px; height:25px;}
a {color:#00c;}
a img{border:none;}