body {
	background-color: #000000;
}


div#container
{  
    width: 800px; 
    position: absolute; 
    left: 50%; 
    top: 30px;
	margin-right: 400px;
	margin-left: -400px;
    background-color: #000000;     
    visibility: visible;
}

div#banner
{
	width: 800px;
	width:108px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	
}

div#navbar
{  
    width: 800px; 
    position: absolute; 
    left: 0px; 
    top: 108px;
    background-color: #000000;     
    visibility: visible;
}

div#left_nav 
{
	position: absolute;
	width: 170px;
	height: 352px;
	left: 0px;
	top: 110px;
	background-color: #000000; 
	visibility: visible;
	
}



div#right_nav 
{
	position: absolute;
	width: 170px;
	height: 352px;
	left: 630px;
	top: 110px;
	background-color: #000000; 
	visibility: visible;
	
}

div#left_column 
{
	position: absolute;
	width: 154px;
	height: 330px;
	left: 186px;
	top: 133px;
	visibility: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: justify;
}

div#full_column 
{
	position: absolute;
	width: 430px;
	height: 330px;
	left: 186px;
	top: 133px;
	visibility: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: justify;
}



div#right_column
{
	position: absolute;
	width: 280px;
	height: 330px;
	left: 336px;
	top: 133px;
	visibility: visible;
	
}

div#page
{
	position: absolute;
	width: 420px;
	height: 20px;
	left: 188px;
	top: 113px;
	text-align: left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B8926E;
	visibility: visible;
	
}

div#address
{
	position: absolute;
	width: 800px;
	height: 22px;
	left: 0px;
	top: 500px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	visibility: visible;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;	
}

div#btm_nav
{
	position: absolute;
	width: 800px;
	height: 18px;
	left: 0px;
	top: 480px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	visibility: visible;
	
}


a:link {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999999; 
	text-decoration: none
}

a:hover {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #B8926E; 
	text-decoration: none
}

a:visited {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999999; 
	text-decoration: none
}

.right_subnav {
	text-align: right;
	width: 170px;
	height: 24px;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
}

.left_subnav {
	text-align: left;
	width: 170px;
	height: 24px;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
}

.left_header {
	width: 170px;
	height: 22px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
}

.right_header {
	width: 170px;
	height: 22px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	padding-top: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
}

.right {
	float: right;
	padding-left: 5px;
}

.left{
	float: left;
	padding-right: 5px;
}

.boldtext {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}