@charset "UTF-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #231800;
	
}
#wrapper {
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px auto;

}
#container {	
	
	width: 1000px;  
	margin: 0 auto;
	text-align:left;
}
#mainContent {
	width: 958px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#leftColumn {
	width: 250px;
	float: left;
	background-color: #4C2A19;
	text-align: left;
	margin-left: 30px;
	border: 4px solid #211303;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(gfx/left_col_BG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#leftColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #D3C9AB;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#leftColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #BAA97A;
	margin: 20px 0px 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	font-weight: normal;
}
#leftColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #BAA97A;

	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
}
#rightColumn {
	width: 600px;
	background-color: 8d6043;
	float: left;
	text-align: left;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #21110A;
}
#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #BAA97A;
	padding: 12px 0px 0px;
	margin: 0px;
	letter-spacing: -1px;
}
#rightColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #D3C9AB;
	margin: 15px 0px 0px;
	padding: 0px;
	font-weight: normal;
}
#rightColumn a:link , #rightColumn a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#rightColumn a:hover , #rightColumn a:active {
	text-decoration: underline;
}
.clear {
	clear: both;	
}
#header {
	background: url(gfx/header.jpg) no-repeat center top;
	height: 300px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	text-indent: -3000px;
	display: none;
}
#navigation {
	width: 780px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #211303;
	font-weight: bolder;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 209px;
	padding-left: 145px;	
}

a.dukeshome {
	background: url(gfx/home.jpg) 72px 0px;
	height: 39px;
	width: 72px;
	display: block;
	float: left;
	
}
a:hover.dukeshome {
	background: url(gfx/home.jpg) 0px 0px;
}
a.dukesvibe {
	background: url(gfx/vibe.jpg) 193px 0px;
	height: 39px;
	width: 193px;
	display: block;
	float: left;
	
}
a:hover.dukesvibe {
	background: url(gfx/vibe.jpg) 0px 0px;
}
a.dukescalendar {
	background: url(gfx/calendar.jpg) 113px 0px;
	height: 39px;
	width: 113px;
	display: block;
	float: left;
	
}
a:hover.dukescalendar {
	background: url(gfx/calendar.jpg) 0px 0px;
}
a.dukeshours {
	background: url(gfx/hours.jpg) 105px 0px;
	height: 39px;
	width: 105px;
	display: block;
	float: left;
	
}
a:hover.dukeshours {
	background: url(gfx/hours.jpg) 0px 0px;
}
a.dukescontact {
	background: url(gfx/contact.jpg) 127px 0px;
	height: 39px;
	width: 127px;
	display: block;
	float: left;
	
}
a:hover.dukescontact {
	background: url(gfx/contact.jpg) 0px 0px;
}
#footer {
	width: 100%;
	background-color: #231800;
	margin: 0 auto;
	padding-bottom: 10px;
	height: 250px;
}
#footer_middle {
	width: 958px;
	background-image: url(gfx/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	margin: 0 auto;
	padding: 0px;
}

#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;


}
#footer_text p{
	margin: 0px;
}
#mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BAA97A;
	text-align: left;
}
#mail p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
#mail input { 
 background-color: #AAA792; 
}
#mail textarea {
	background-color: #AAA792;
}
