div#navigation
{
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
	height:100%;
	bottom:0px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/hg_nav.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 0;
}

div#content
{
	position:absolute;
	top:0px;
	left:205px;
	height:100%;
	bottom:0px;
	right:20px;
}

ul#nav 
{
	position:absolute;
	top:40px;
	left:50px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	display: block;
	list-style-type:none;
}

ul#nav li 
{
	display: block;
	padding: 0;
	margin: 0.5em 0 0 0;
	list-style-type:none;
}

ul#nav hr 
{
	margin: 1em 0 0 0;
	border: 0 none;
	border-top: 1px solid #EA560E;
	border-bottom: 1px solid #752C07;
	width: 125px;
}

ul#nav a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #EA560E;
}

ul#nav a:hover 
{
	color: #FED4CF;
}

img#vglogo
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:63px;
	height:52px;

}
img#fw_text
{
	position:absolute; 
	left:0px; 
	top:52px; 
	width:43px;
	height:405px;

}
