@charset "utf-8";
#container {
	background-color: #000;
	width:100%;
	height:40px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left: auto;
	margin-right: auto; 
	
	}

#flash{
	border:thin #F00 solid;
	height:100%;
	}

h1 {
	font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 5px 0;
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.4em;
	display: block;
	color: #ccc;
}
.container1 {
	width: 520px;
	height: 330px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -165px 0 0 -210px;
	overflow: hidden;
}
img {border: none;}
ul#topnav {
	margin: 0; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	float:none;
	width:970px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:39px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(../images/a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(../images/a_bg.gif) repeat-x left bottom;
}