/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('FILEname.jpg') center top repeat-x #fff; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

.form {width:195px; background:#f1f0eb; float:left; padding:5px 0;}

/* ----- typography/positioning ----- */
.content {padding: 0px 0px 0px 25px;}
.area {padding: 0px 0px 0px 25px;}
.welcome {padding: 0px 0px 0px 25px;}
.reservation {padding: 5px 20px 0px 5px;}
.newsletter {padding: 5px 15px 0px 10px;}
.footer, .copyright {color: #000; text-align: center;}


/* ----- links ----- */
a:link {text-decoration: none; color: #a45520;}
a:visited {text-decoration: none; color: #a45520;}
a:hover {text-decoration: underline; color: #a45520;}
a:active {text-decoration: none; color: #a45520;}

.footer a:link, .copyright a:link, .reservation a:link {text-decoration: none; color: #000;}
.footer a:visited, .copyright a:visited, .reservation a:visited {text-decoration: none; color: #000;}
.footer a:hover, .copyright a:hover, .reservation a:hover {text-decoration: underline; color: #000;}
.footer a:active, .copyright a:active, .reservation a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.top_bg {background: url('top_bg.jpg') center top repeat-x;}
.top_l {background: url('top_l.jpg') right top no-repeat; width:auto;}
.top_r {background: url('top_r.jpg') left top no-repeat; width:auto;}

.mid_bg {background: url('mid_bg.jpg') top center;}

.area {background: url('bg_area.jpg') left top no-repeat;}
.area2 {background: url('bg_area2.jpg') left top no-repeat;}

.welcome {background: url('bg_welcome.jpg') left top no-repeat;}
.content {background: url('content_bg.jpg') left top no-repeat;}
.content2 {background: url('content_bg2.jpg') left top no-repeat; padding-left:20px;}

.welcome_bg {background: url('welcome_bg.jpg') top center repeat-y;}
.subpage_bg {background: url('subpage_bg.jpg') top center repeat-y;}
.subpage_bg2 {background: url('subpage_bg2.jpg') top center repeat-y;}

.bottom_bg {background: url('bottom_bg.jpg') top center repeat-x;}
.bottom_bg2 {background: url('bottom_blank.jpg') top center repeat-x;}

/* ----- other stuff ----- */
.map {border: 1px solid #a45520;}
.img {border: 1px solid #735209;}
ul li {
	margin-left: -15px; 
	list-style-image: url('bullet.gif');
}
.social {
	width:54px;
	height:138px;
	padding-top:4px;
	background:url(bar.png) no-repeat;
	display:block;
	z-index:100;

}
.socialblank {
	width:54px;
	height:138px;
}
.socialbutton {
	margin-right:4px;
	margin-top:6px;
	margin-bottom:4px;
	border:0;
	width:46px;
	height:46px;
}
/* AddThis Vertical Layout Menu */


.addthis_toolbox .vertical a {
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 28px;
	padding-left: 34px;
	margin-bottom: 5px;
	margin-top: 4px;
	margin-left: 11px;
}


.addthis_toolbox .vertical span {
    position: absolute;
    left: 1px;
    top: 1px;
	
}

iframe {background:#fff; border:1px solid #7C7059; padding:4px;}

