@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #2F0317;
	background-image: url(Images/FFBG_Splash.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	width: 160px;
	left: 30px;
	top: 130px;
	position: absolute;
	height: 290px;
}

#nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color: #835540;
	text-decoration: none;
	padding-bottom: 3px;
}

#nav a:link {
	color: #835540;
	text-decoration: none;
}

#nav a:hover {
	color: #BB8748;
	text-decoration: none;
}

#nav a:visited {
	color: #835540;
	text-decoration: none;
}

#nav a:visited:hover  {
	color: #BB8748;
	text-decoration: none;
}

#navOn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color: #BB8748;
	text-decoration: none;
}

#workColumn {
	left: 180px;
	position: absolute;
	top: 540px;
	width: 765px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color: #835540;
	text-decoration: none;
	line-height: 16px;
}
