﻿*,body {
	margin:0 auto;
	padding:0;
}
body {
	/* remember to put the text-align tag in here to just style the body text to center and not all stuff */
	background-color:white;
	text-align:center;
	letter-spacing:1px;
}
/* template page layout */
#wrapper {
	margin:0 auto;
	text-align:left;
	background-color:white;
	width:950px;
	min-height:800px;
	height:auto !important;
	height:800px;
	border:1px black solid;
}

#header {
	width:950px;
	height:430px;
	margin:0;
	position:relative;
	
}
#image {
	margin:0;
	width:950px;
	height:430px;
	
}
#image img {
	border:0;
}
#main{

	min-height:600px;
	height:auto !important;
	position:relative;
	height:600px;
}
#leftc {
	width:185px;
	min-height:400px;
	height:auto !important;
	height:470px;
	float:left;

}
#rightc {
	width:181px;
	min-height:400px;
	height:auto !important;
	height:470px;
	float:left;

}
#content{
	width:583px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	line-height:1.2;

}
#content a{
	text-decoration:none;
	font-color:#
}
#content h1{
	color:#035e35;
	text-align:center;
	font-size:24px;
}
#therec {
	width:530px;
	min-height:240px;
	height:auto !important;
	height:240px;
	margin-left:25px;
	text-align:left;
}
#bottomimg {
	margin-top:10px;
	margin-left:5px;
	
}
#bottomimg img{
	
		border:1px black solid;
		margin-right:4px;
		margin-left:4px;
	
}
#footer {
	clear:left;
	height:149px;
	width:950px;
}
#footer img{
	border:0;
}
#extracom {
	clear:left;
	width:910px;
	height:110px;
	margin-left:15px;
	margin-right:20px;
	padding-top:10px;
	text-align:center;
}

/* navigation */
#navigation {
	position:absolute;

    margin-top:-275px;
	height:260px;
	letter-spacing:0;


}
#navigation ul{

	width:180px;

    margin:0;
	margin-left:42px;
	padding:0;

	list-style-type:none;
	text-align:center;
    height:auto:

}
#navigation ul li {
	width:165px;
	padding-bottom:1px;
	padding-top:3px;
	border-bottom:1px white solid;
}
#navigation a{
	text-decoration:none;
	color:white;
}
#navigation a:hover {
	font-weight:bold;
}
#navigation ul li.last {
	border-bottom:none;
}

/* inner page contents */



/* general page contents */
#content img {
	border:1px black solid;

}
#leftc img {
	margin-left:15px;
	margin-top:10px;
}
#rightc img {
margin-left:8px;
	margin-top:10px;
}
#content p{
	margin-top:10px;
	text-align:center;
}
a {
	color:#035e35;
}
a:hover {
	font-weight:bold;
}
#booknow {
	float: right;
	position: absolute;
	width: 154px;
	right: 25px;
	top: 25px;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
}
#booknow a{
  border:0;
}

