/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #fff; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


/* ----- typography/positioning ----- */
.content {padding: 0px 10px 0px 52px;}
.welcome {padding: 0px 0px 0px 52px;}
.events {padding: 0px 0px 0px 13px; color:#cdc8c1;}
.photos {padding: 0px 0px 0px 14px; color:#cdc8c1;}
.availability {padding: 0px 0px 0px 16px; color:#cdc8c1;}
.footer, .copyright {color: #000; text-align: center;}


/* ----- links ----- */
a:link {text-decoration: none; color: #448239;}
a:visited {text-decoration: none; color: #448239;}
a:hover {text-decoration: underline; color: #448239;}
a:active {text-decoration: none; color: #448239;}

.green a:link {text-decoration: none; color: #a3c898;}
.green a:visited {text-decoration: none; color: #a3c898;}
.green a:hover {text-decoration: underline; color: #a3c898;}
.green a:active {text-decoration: none; color: #a3c898;}

.footer a:link, .copyright a:link {text-decoration: none; color: #000;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #000;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #000;}
.footer a:active, .copyright a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.icon {background: url('icon2.jpg') right bottom no-repeat;}
.welcome {background: url('bg_welcome.jpg') center top no-repeat;}
.content {background: url('bg_sub.jpg') center top no-repeat;}
.events1 {background: url('events1.jpg') center top no-repeat;}

.top_x {background: url('top_x.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;}

.bg_3x {background: url('bg_3x.jpg') center top repeat-x #efeae6;}

.bg_welcomey {background: url('bg_welcomey.jpg') center top repeat-y;}
.bg_suby {background: url('bg_suby.jpg') left top repeat-y;}
.bg_4l {background: url('bg_4l.jpg') right top no-repeat;}
.bg_4r {background: url('bg_4r.jpg') left top no-repeat;}
.bg_4x {background: url('bg_4x.jpg') center top repeat-x #756f64;}

.bg_bot {background: url('bg_bot.jpg') center top repeat-x;}
.newsletter {background: url('newsletter.jpg') center top no-repeat; height:100px; overflow:hidden;}
/* ----- other stuff ----- */
.image {border:2px solid #aaa59f;}
ul {margin-top: 2px;}
ul li {
	margin-left: -20px; 
	list-style-image: url('bullet.gif');
}
.content td img{margin:5px;}