html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:active, a:visited {
text-decoration: none;
color:#5b7f27;
}

a:hover {
text-decoration: underline;
}

#address a:active, #address a:visited {
color:#FF0000;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img{
	
	

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------	BASE STYLESHEET -------------------------------*/

/*-----------------------------MAIN STYLESHEET---------------------------------*/

body {
	font-size:10px;
	color:#000000;
	background:#94982A url(../images/background.jpg) repeat-x;
        padding:0; margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#wrapper {
	width:1020px;
	margin:0 auto;
	}

#container {
	margin-top:20px;
	 background-image:url(../images/shadow.png); background-repeat:no-repeat;
	 
	}
#main{
	width:1000px; 
	margin:0 auto;
	background-color:#FFF1AF;
	}
#stripe {
	background:url(../images/stripe.gif) repeat-x;
	height:15px;
	}
#text ul{
	margin-left: 10px;
	padding-left: 10px;
}
#text ul li{
	margin-left: 10px;
	padding-left: 10px;
}
	
#header{
	padding:8px;
}
/*--------------------------NAVIGATION---------------------------------------*/

#navigation li a{
	border-top:1px solid #E2BB65;
	line-height:24px;
	color:#290418;
	padding-left:20px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background:url(../images/navBg.jpg) repeat-x;
	width:180px;
	height:25px;
	}
#navigation li.selected a{
	color:#FFF1AF;
	}
#navigation li a:hover {
	background-color:#FFF1AF;
	background-image:none;
	}
#navigation {
	width:180px;
	padding:20px 0 0 10px;
	float:left;
	font-size:12px;
	}
#navigation li.selected a{
	background-color:#290418;
	background-image:none;
	}
.menu-a{
	
	}
.menu-a-selcted{
	color:#FFF1AF;
	}
.menuahover {
	background-color:#FFF1AF;
	background-image:none;
	}

#navigation li.selected a{
	background-color:#290418;
	background-image:none;
	}	
/*-----------------------CONTENT CSS-----------------------------------------------*/	
	
#mainContent {
	background:#E2BB65 url(../images/mainContentBg.jpg) repeat-x;
	float:left;
	width:1000px;
	}

#content {
	font-size:1.3em;
	background-color:#FFF1AF;
	float:left;
	width:775px;
	padding-top:20px;
	margin-left:20px;
	padding-bottom:10px;
	}
#text {
	width:510px;
	float:left;
	line-height:1.4em;
	padding:0 20px;
	}

#text img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #003300;
	background: #FEFDFA;
	}

#attract img {
background:none;
border:none;
margin:0px;
padding:5px;
}
.booknow{
	margin: 10px;
	border-width: 0px;
	text-decoration: none;
}

	
#address {
	background-color:#290418;
	width:200px;
	float:left;
	font-size:12px;
	color:#FFF1AF;
	line-height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	margin-bottom:20px;
	}
#address img{
	padding:10px 0 0 18px;
	
}
.lrg {font-size:1.9em; 
	text-align:center;
	padding:10px 0 10px 0px;}
.border {
	border:1px solid #FFF1AF;
	padding:10px;
	
	float:left;
	
	}
	
/*-------------------------HEADERS----------------------------*/
h1 {
	font-size:1.7em;
	display:inline;
	line-height:1em; /* was 2em */
	/* font-style: italic;	*/
	display:block;
	margin-top:0px;
	}
h2 {
	font-size:1.2em;
	margin:10px  0px;	
	display:block;
	}
h3 {
	
	margin:0 auto;
	display:block;
	}
#copy {padding-left:10px;}

