/*css reset*/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*end reset*/
body{
	background-image: url(../images/back.jpg);
	}
#wrapper{
	width:850px;
	min-height:550px;
	border:solid 1px black;
	margin:0 auto;
	background-image: url(../images/bg.gif);
	font-family: Verdana, "lucida-grande", Helvetica, Arial, "sans-serif";
	font-weight:lighter;
	color: #222;
	}
p{
	font-size:14px;
	line-height:18px;
	}
h4{
	font-size:14px;
	
	line-height:16px;
	}	
#header{
	width:850px;
	height:180px;
	background-image:url(../images/header.jpg);
	position:relative;
	
	}

#headerbottom{
	width:850px;
	height:10px;
	background-image:url(../images/headerbottom.gif);
	background-repeat: repeat-x;
	}	
	
/*footer*/
	
#footer{
	width:850px;	
	height:25px;
	clear:both;
	background-image:url(../images/footerbg.gif);
	color: #e0e2b0;
	font-size:12px;
	position:relative
	bottom:0;
	}
	
#footer h6{
	float:left;
	
	height:25px;
	margin-top:12px;
	color: #e0e2b0;
	font-size:10px;
	position: relative;
	}	
#left{
	margin:0 auto;
	margin-left: 250px;
	}	
#right{
	margin-left:100px;}
	
	
/*end footer*/	
	
#leftcol{
	width:475px;
	xheight:250px;
	xborder:solid 1px red;
	float:left;
	padding:5px;
	}
#leftcol h6{
	margin-bottom:5px;
	}
	
#leftcolroom{
	width:840px;
	float:left;
	margin:10px;
	
	}
#leftcolroom h6{
	margin-bottom:10px;
	margin-left:5px;}
#leftcolroom p{
	width:570px;
	margin-left:5px;}

#rightcol{
	background-color: #ddd;
	width: 348px;
	min-height:340px;
	border-left:solid 1px #666;
	margin-top:10px;
	float:left;
	}
#rightcolroom{
	width:120px;
	height:250px;
	border:solid 1px red;
	float:right;
	
	}
#rate h5{
	text-decoration: underline;
	}

h5{
	margin:5px;
	
	}	
img{
	border:solid 1px #666;
	margin:5px;
	}

/*navigation*/

/*room info*/

#roomimage{
	width:290px;
	height:158px;
	float:left;
	}

#roomcontent{
	width:290px;
	height:158px;
	float:left;
	margin:5px;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
	border-left:solid 1px #666;
	}
#rate{
	width:200px;
	height:158px;
	float:left;
padding-left: 10px;
	border-left:solid 1px #666;
	
	}
#rate .amount{
	margin: 5px;
	width:150px;
	}	
#room, #room2{
	height:200px;
	margin-top:20px;
	clear:both;
	}
/*end room info*/


#navbar{
	position:absolute;
	top:140px;
	right:20px;
	font-family: Verdana, "lucida-grande", Helvetica, Arial, "sans-serif";
	font-size:16px;
	margin-top:15px;
	
	}
#navbar ul{
	list-style: none;

	}	
	
#navbar li{
	display:inline;
	}
#navbar a{
	color:black;
	text-decoration: none;
	}	
#navbar a:hover{
	color:#ffff6d;
	}
	
.active{
	text-decoration: underline;
	}
		
/*end nav*/

.border{
	border:solid 1px black;
	}
#contactleftcol{
	width:300px;
	height: 400px;
	float:left;
	margin:20px 0 0 20px;
	}
#map{
	width:500px;
	height:320px;
	float:right;
	margin-top:20px;
		}
.quote{
	margin: 10px 20px 10px 20px;
	text-align: center;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	background-color: #b19967;
	border:solid 1px #333;
	padding:15px;
	}
.name{
	font-family: Georgia;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	margin-bottom: 25px;
	margin-right:40px;
}
.blurb{
	margin:20px;
	}
.contact{
	margin-top:10px;
	font-weight: bold;
	}
	
#rightcol ul{
	font-size: 12px;
	line-height: 18px;
	margin-bottom:20px;
	}
#rightcol li{margin-top:8px;
	margin-left:10px;}	
.about{
	margin:15px 25px 10px 10px;}
.about2{
	margin:5px 25px 15px 10px;
	}