@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}
body {
	background-color: #000000;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996633;
	text-transform: uppercase;
	letter-spacing: 2;
}
.nav a {
	color: #999999;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navIn {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996633;
	text-transform: uppercase;
	letter-spacing: 2;
}
.navIn a {
	color: #996633;
	text-decoration: none;
}
.navIn a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#flashcontent {
	width: 950;
	height: 450;
}
