
	#container {
		width: 1000px;
		height: 743px;
		margin: auto;
		padding: auto;
		background: #000000;
	}
		
	body {
		background-color: #333333;
		width: auto;
		height: auto;
		/*border: 1px solid red;*/
		max-height: 773px;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}

	body2 {
		background-color: #132028;
		width: auto;
		height: auto;
		max-height: 773px;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}
	#header {
		background-color: ffffff;
		width: 1000px;
		height: 134px;		
	}
	
	#nav {
	text-align: left;
	background: #434866;
	padding: 6px 0 6px 0;
	}
	#nav a, #nav a:visited, #nav a:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 13px 8px 13px;
	font-weight: normal;
	}
	
	
	#a:link {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	
		#a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}	
	#a:hover {
	font-size: 11px;
	color: #ffcc00;
	text-decoration: underline;
	font-weight: normal;
	}	
	#a:active {
	font-size: 11px;
	color: #ffcc00;
	text-decoration: none;
	font-weight: normal;
	}
	
	
	#nav a:hover {
		color: #ffffff;
		text-decoration: none;
		background: #ff9900;
		}
	#nav a.selected {
		background: #000000;
		}


	#flashcontent {
	z-index: 10;
		width: 100%;
		height: 540px;	
		padding-top: 0px;	
		
	}
	
			#text {
		font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	valign: bottom;
	padding: 50px 0px 270px 66px;
	font-weight: normal;
		height: 220px;		
	}
	

		#footer {
		z-index: 8;
	font-size: 10px;
	color: #cccccc;
	text-align: left;	
		background-color: #000000;
		width: 100%;
		padding-top: 40px;
		height: 30px;	
		text-indent: 340px;
		
	}
	


