
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color:  #333;
	text-decoration: none;
}
a:hover {
	color:  #999;
	text-decoration: none;
}
a:active {
	color:  #003;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-size: 17px;
	color:  #333;
	text-transform: uppercase;
}

	body {
	background-color: #666;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align: left;
	}

	#header {
	/*background-color: #666;*/
	width: 1000px;
	/*height: 20px;*/
	text-align: left;
	vertical-align: middle;
	}
	
	#flashcontent {
		width: 100%;
		height: 700px;		
	}
	
	#footer {
	/*background-color: #666;*/
	;
	width: 100%;
	height:20px;
	text-align: center;
	}
	
	
	
</style>

