body {
	background: #ffffff;
	margin: auto;
	font-family:  Georgia, Times, serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Georgia, Times, serif;
	color: #000000;
	font-size: 24px;
	font-style:italic;
	margin: 20px 10px 20px 20px;
	padding: 0;
}

h2 {
	font-family: Georgia, Times, serif;
	color: #ffff99;
	font-style:italic;
	font-size: 18px;
	margin: 10px 10px 15px 20px;
	padding: 0;
}

p {
	margin: 0 30px 10px 20px;
}

a {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}



/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width:800px;
	position: relative;
}


.top {
	position:relative;
	background:url(../images/top.jpg) no-repeat;
	width:800px;
	height:120px;
	z-index:1001;
}

.main_nav {
	width:287px;
	height:33px;
	margin:0;
	float:right;
	position:relative;
	top:87px;
}

#content {
	width:800px;
	position:relative;
}

.about_col_1 {
	width:451px;
	height:480px;
	background:#ffcc66 url(../images/about_top.jpg) no-repeat top center;
	float:left;
	position:relative;
}

.col_2 {
	float:left;
	width:349px;
}

.about_details {
	width:349px;
	background:url(../images/about_details.jpg) no-repeat top;
	height:261px;
	color:#ffffff;
	margin:0;
	padding:10px 0 0 0;
}

.visit_col_1 {
	width:451px;
	height:480px;
	background:#cccc99 url(../images/visit_top.jpg) no-repeat top center;
	float:left;
	position:relative;
}

.col_2 {
	float:left;
	width:349px;
}

.col_2 a {
	color:#ffffff;
}

.visit_details {
	width:349px;
	background:url(../images/visit_details.jpg) no-repeat top;
	height:261px;
	color:#ffffff;
	margin:0;
	padding:10px 0 0 0;
}

ul.gen {
	list-style:none;
	margin:0 0 10px 0;
}

ul.gen li {
	padding:0;
	background:none;
	margin:2px 0 2px 0;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	width:800px;
	text-align:center;
	margin:30px 0 0 0;
	padding:0;
	color:#001f5b;
}

#footer a {
	color:#001f5b;
	text-decoration:none;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:auto;
	width:287px;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
	width:160px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:160px;
}


/* *************** CUSTOM NAV STYLES **************** */

#btn_about a { background: url(../images/btn_about.gif) no-repeat; width: 96px; height: 33px; }
#btn_visit a { background: url(../images/btn_visit.gif) no-repeat; width: 95px; height: 33px; }
#btn_news a { background: url(../images/btn_news.gif) no-repeat; width: 96px; height: 33px; }

#btn_about a:hover {background-position: -96px 0;}
#btn_visit a:hover {background-position: -95px 0;}
#btn_news a:hover {background-position: -96px 0;}

#btn_about_on a { background: url(../images/btn_about.gif) no-repeat -96px 0; width: 96px; height: 33px; }
#btn_visit_on a { background: url(../images/btn_visit.gif) no-repeat -96px 0; width: 95px; height: 33px; }

.btn_text { visibility: hidden; }

