@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#locationtext{
	width: 300px;
	height:auto;
	float: right;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: lighter;
	color: #990000;
	text-align: left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;
	color: #990000;
	text-align: left;
}

p {
	padding: 10px;
}

body {
	background-color:#666666;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: none;
}



#page {
	width: 958px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header{
	width: 900px;
	height: 160px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 15px 0 0 17px;
	width: 105px;
	height: 131px;
}

#banner{
	float:right;
	background-image: url(../img/banner.jpg);
	width: 735px;
	height: 111px;
	margin-right: 40px;
}

.normList {
	margin-left: 15px;
}

#menu {
	float: right;
	width: 735px;
	height: auto;
	margin-right: 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	text-align: center;
	display: block;
	float: right;
	width: 85px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 95%;
	color: #FFFFFF;
	background: #999999;
}

#menu a:hover {
	background: #CCC;
	text-decoration: underline;
}

#menu .active a{
	background: #666;
}

#flash{
	margin-top: 10px;
	width:auto;
	height:440px;
	margin-left: 65px;
}


#content{
	width: auto;
	height: auto;
	margin-left: 65px;
	margin-top: 20px;
	clear: both;
}

#content p{
	text-align:justify;
}

#emailform{
/*	background-image: url(../img/emailbg.jpg);  */
	width: 350px;
	height: 450px;
}

#emailform input { 
 background-color: #ffffff; 
}

#emailformbig{
	width: 480px;
	height: 400px;
}

#emailformbig input { 
 background-color: #ffffff; 
}


#intropara{
	width: 450px;
	float: right;
	margin-top: 10px;
	margin-right: 70px;
}

#imgcontent{
	width: 250px;
	height:auto;
	float: right;
}

#imgcontent img{
	border: #333 solid 2px;
}

#textcontent{
	width: 500px;
	height: auto;
}

#textcontent2{
	width: 500px;
	height: 400px;
}

#guestbookcontainer{
	width: 800px;
	height: auto;
	margin-top: 20px;
	margin-left: 85px;
}

#textcontainer{
	width: 800px;
	height: auto;
	margin-top: 20px;
	margin-left: 85px;
}

#textcontainer p{
	text-align:justify;
}

#textcontainer a{
	color: #990000;
	text-decoration: none;
}

#textcontainer a:hover{
	text-decoration:underline;
}

#ratecontainer{
	width: 800px;
	height: auto;
	margin-top: 20px;
	margin-left:85px;
	font-size:13px;
}

#gallerycontainer{
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#gallerycontainer img{
	border:#333 solid 2px;
}

#quickcontact{
	width: 300px;
	height: auto;
	margin-left: 35px;
	margin-top: 20px;
}

#footer{
	clear: both;
	margin-top: 20px;
	margin-left: 65px;
	width: 824px;
	height: 90px;
	background-color: #990000;
	color:#FFFFFF;
	font-size: 12px;
}

#footer table{
	border-collapse: collapse;
}

#bottom{
	padding-top: 20px;
	width: auto;
	height: 130px;
	background-image: url(../img/spacebg.png);
	background-position:bottom;
	background-repeat: repeat-x;
}

#bottom a{
	border: none;
	text-decoration: none;
	color: #333;
}

#guesttextcontent {
	width: 500px;
	height: auto;
	margin-left: 85px;
}

#guestimgcontent {
	float: right;
	padding-top: 50px;
	padding-right: 70px;
	padding-bottom: 50px;
}

#guestimgcontent  img{
	border: #333 solid 2px;
}
