a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #E4AC4D;
}
a:active {
	text-decoration: none;
	color: #E4AC4D;
}
#navback {
	position: absolute;
	top: 577px;
	left: auto;
	right: auto;
	links: 0;
	width: 900px;
	height: 34px;
	background-color: #000;
}
#nav {
	position: absolute;
	top: 577px;
	left: auto;
	right: auto;
	links: 0;
	width: 900px;
	white-space:nowrap;
}
#nav a {
	text-decoration: none;
	display: block;
	padding: 0px 20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: transparent;
}
#nav a:hover {
	color: #E4AC4D;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.bg_color {
	background-color: #330200;
}
.opacity50 {
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
	cursor:pointer;
}
.opacity100 {
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
	cursor:pointer;
}
.font14 {
	font-size: 14px;
	color: #FFFFFF;
}
.font14_bg {
	background-color: #330200;
	font-size: 14px;
	color: #FFFFFF;
}
.yellow {
	font-size: 14px;
	color: #E4AC4D;
}

.white {
	font-size: 14px;
	color: #FFFFFF;
}

.font_small {
	font-size: 10px;
	color: #FFFFFF;
}

