	body {
		background-color: #161616;
		background-image: url(1.jpg);
	    font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	    color:#999;
		margin: 0;
		padding: 0;
	}
		a {
	text-decoration: none;
	color:#666;
}
   #header {
		background-color: #fff;
		width: 100%;
		height: 60px;
	}
	#flashcontent {	
		width: 100%;
		height: 600px;		
	}
	#footer {
		text-align: center;
		color:#666;
		width: 100%;
		height: 20px;
		padding: 60px 0 10px 0;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}
	#navlist
		{
		float:left;
		margin:6px 0 0 20px;
		padding:0px;
		}
		#navlist ul
		{
		padding:0;margin:0;
		list-style-type:none;
		float:left;
		position:relative;
		}
		#navlist ul, #navlist li
		{
		float:left;
		display: inline;
		list-style-type: none;
		position:relative;
		}
		#navlist a:link, #navlist a:visited
		{
		float:left;
		display:block;
		text-decoration:none;
		color:#000;
		width:auto;
		padding:0px 1px 0px 1px;
		line-height:60px;
		}
		* html #navlist ul li a:link, #navlist ul li a:visited {width:auto;w\idth:auto;}
		#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
		{
			background: transparent;
			color: #999;
		}
		
		#navlist a:hover { color: #999; }
		/* Navbar and Left Nav */

