/* ----- 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;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.mid_bg {background: url('mid_bg.jpg') top center;}

.area {background: url('bg_area.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;}
.welcome_bg {background: url('welcome_bg.jpg') top center repeat-y;}
.subpage_bg {background: url('subpage_bg.jpg') top center repeat-y;}

.bottom_bg {background: url('bottom_bg.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');
}