html * { margin: 0; padding: 0;  }

body

	{
	font-family: Verdana, New Times Roman, Arial, san-serif;
	font-size: 12px;
	background-color: #cccccc;
	}


div#container

	{
	margin: 0 auto;
	padding: 0;
	width: 916px;
	border-style: none;
	background-color:#ffffff;
	}
	
	
	
/* IMAGE SWAP */	
	
	
	
div#header

	{
	width:916px;
	height:90px;
	
	}
	
	
	
div#header h1

	{
	width:916px;
	height:90px;
	position: relative;
	}
	
div#header h1 span

	{
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('images/pixelsfx_banner.jpg') no-repeat; 

	}
	
	
	

/* TOP NAV BAR */

	
div#top_nav

	{
	width: 916px;
	
	border-style: none;
	}



div#top_nav ul

	{
	margin: 0;
	 
	list-style: none;
	width: 916px;
	height:29px;
	float: left;
	
	background: #535353 url(images/menu_back.gif) repeat-x;
	}
	
	
div#top_nav ul li

	{ 
	
	float: left; 
	
	}
	
	
div#top_nav ul a

	{
	display:block;
	padding-left: 35px;
	padding-top: 6px;
	float: left; 
	text-decoration: none;
	color: #ffffff;
	}
	
	
div#top_nav ul a:hover

	{
	color: #87c352;
	}	
	


div#content

	{
	width: 916px;
	border-style: none;
	
	}




	
	
p#flash-movie
	
	{
	width: 862px;
	padding-top: 55px;
	padding-left: 28px;
	border-style: none;
	background-color: #ffffff;
	}	

div#coming-soon

	{
	padding-top:10px;
	}


div#copyright

	{
	padding-top: 10px;
	padding-left: 350px;
	font-size: 10px;
	color: #333333;
	}


div#footer

	{
	clear: both;
	}