/* www.virtualmonk.com */

* { margin:0; padding:0; }

body {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
}

#container {
	width:800px;
	height:100%;
	margin:0 auto;
}

#header {
	width:800px;
	height:50px;
	margin:10px 0 15px 0;
	background:url(images/logo.jpg) top left no-repeat;
}

#nav_container {
	width:830px;
	height:160px;
}

#nav_container ul {
	list-style:none;
	margin:-22px 0;
	float:left;
	clear:none;
}

#nav_container ul li {
	float:left;
}

#nav_container ul li a {
	background:#333;
	color:#CCC;
	padding:5px 25px 6px 10px;
	text-decoration:none;
	border-right:solid 1px #FFF;
}

#nav_container ul li a:hover {
	background:#FFF;
	color:#000;
}

#flash_bg {
	float:left;
	width:830px;
	height:160px;
}
