
body {
	background-color: #341A0D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align: center;
	}
.clear { clear: both; }
#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;
	}
#main_content h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}
#main_content p {
	font-size: 0.8em;
	line-height: 1.5em;
}
div.twoCol {
	display: block;
	width: 47%;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
ul.serviceList {
	list-style-image: url(../images/bullet-fluerdelis.png);
}
.serviceList li {
	padding: 0 0 10px 0;
	font-size: 1.2em;
}
.gold{
	color:#fc990c;
	}
#flash{
	width:493;
	height:421;
	float:left;
	padding:270px 0px 9px 15px;
	}

table.hoursTable th, td.closed { font-size: 0.6em; text-transform: uppercase; color: #FFF; background: #341A0D; padding: 2px 0; border: 1px solid #ddd; }
table.hoursTable td { font-size: 0.8em; text-align: center; padding: 4px 0; border: 1px solid #ddd; }
td.closed { font-size: 0.4em; }

#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:440px; height:490px; 
	overflow:hidden;	
	}
	
div#scrollbar { 
  position:relative;
  width:11px; height:490px; 
  font-size:1px;  /* for image vertical alignment issue */
  }
  
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:464px;
  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; 
    } 

