
body {
	background-color: #341A0D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align: center;
	}

#nav_menu{
	padding-left:20px;
	padding-top:15px;
	width:600px;
	}

#container{
	background-repeat: no-repeat;
	background-position:center top;
	margin: 0px auto;
	width:1000px;
	height:690px;
	text-align: left;
	}

#main_content{
	float:right;
	width:452px;
	height:473px;
	padding:104px 61px 0px 0px;
	}
 
.gold{
	color:#fc990c;
	}
#flash{
	width:493;
	height:421;
	float:left;
	padding:270px 0px 9px 15px;
	}



#footer{
	width:1000px;
	height:30px;
	position:inherit;
	float:left;
	}

.dp{

font-size:12px;
padding:0px 5px 0px 0px;
color:#ffffff;
visibility: hidden;

}

.copy{
	float:left;
	padding:0px 0px 0px 300px;
	font-size:12px;
	color:#ffffff;
	
	}
	
.head{
	font-size:14px;
	font-weight:bold;
	}

#face{
	font: 9px/11px;
	}

a:link {
	color: #fc990c;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #fc990c;
	}
a:hover {
	text-decoration: none;
	color: #7e7f81;
	}
a:active {
	text-decoration: none;
	}

a img {
border:none;
	}


-->
div#wn	{ 
	position:relative;
	width:420px; height:440px; 
	overflow:hidden;	
	}
	
div#scrollbar { 
  position:relative;
  width:11px; height:440px; 
  font-size:1px;  /* for image vertical alignment issue */
  }
  
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:416px;
  background: #f2f3f8;
  }
  
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#cec7a5;
  }  
  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment [1]*/
div#scrollbar img {
    display:block; 
    } 
