body {
	margin:0;
	padding:0;
	background:#474745 url(../images/bg.gif) repeat-x;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	color:#dfc57a;
	}
	
h1 {
	font-size:27px;
	color:#3b3b38;
	margin:0 0 20px;
	padding:0;
	font-weight:normal;
	}
	
h3 {
	color:#dfc57a;
	font-size:16px;
	margin:0 0 5px;
	padding:0;
	}
	
#main {
	width:847px;
	margin:0 auto;
	}
	
#top {
	width:100%;
	position:relative;
	height:85px;
	margin:23px 0 0;
	}
	
#phone {
	width:187px;
	position:absolute;
	top:20%;
	right:0px;
	color:#9a9a9a;
	font-size:23px;
	padding:0 0 0 25px;
	background:url(../images/phone.gif) 0 50% no-repeat;
	}

#address {
	width:187px;
	position:absolute;
	top:55%;
	right:0px;
	color:#9a9a9a;
	font-size:12px;
	padding:0 0 0 25px;
}

#nav {
	background:#1d1d1c;
	width:100%;
	float:left;
	}
	
#nav ul {
	margin:0;
	padding:0 0 0 19px;
	list-style:none;
	}
	
#nav ul li {
	float:left;
	}
	
#nav ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:11px 18px 27px;
	letter-spacing:2px;
	}
	
#nav ul li a:hover {
	background:url(../images/arrow.gif) bottom center no-repeat;
	}
	
#photo {
	height:388px;
	background:#646460;
	padding:8px 0 0;
	text-align:center;
	width:100%;
	float:left;
	}
	
#photo.sub {
	height:45px;
	}
	
#content {
	background:#1d1d1c;
	width:100%;
	float:left;
	margin:0 0 12px;
	}
	
#left-col,#right-col {
	position:relative;
	z-index:3;
	margin:-29px 0 0;
	}
	
#left-col {
	width:540px;
	padding:0 0 0 24px;
	float:left;
	color:#ebebdc;
	line-height:20px;
	font-size:12px;
	margin:-24px 0 0;
	}
	
#left-col.single {
	width:795px;
	}
	
#right-col {
	width:240px;
	float:right;
	font-size:11px;
	font-style:italic;
	color:#dfc57a;
	padding:0 10px 0 0;
	}
	
#bottom {
	color:#cfcfc7;
	font-size:11px;
	border-top:1px solid #a9a99f;
	padding:5px 0 20px;
	clear:both;
	}
	
#bottom a {
	color:#cfcfc7;
	text-decoration:none;
	padding:0 5px;
	}
	
#bottom a:hover {
	text-decoration:underline;
	}
	
#bottom span {
	float:right;
	width:225px;
	}