body, h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
}

body{
	background-image:url('images/outer-bg.gif');
	background-repeat:repeat-x;
	background-color:#4a2a20;
	color:#ddc2b7;
	font-family:Times New Roman, serif;
	font-size:13px;
}

li{
	list-style-type:none;
}

h1{
	font-size:18px;
	font-weight:bold;
	padding:2px 0px 3px 2px;
}

h2{
	font-size:16px;
	font-weight:normal;
	letter-spacing:1.0px;
	padding:2px 0px 3px 2px;
}

/* LINKS */

a:link, a:visited, a:active, a:hover{
	color:#ddc2b7;
	text-decoration:none;
}

p a{
	border-bottom:1px dotted #ddc2b7;
}
img{
	border:none;
}

/* NAVIGATION */

ul.nav{
	float:right;
}

ul.nav li{
	display:inline;
}

ul.nav a{
	padding:2px 0px 2px 4px;
	margin-left:1px;
	text-decoration:none;
}

.continue{
	float:right;
}

/* styles for each div layer - sized around image. replaceable */

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:930px;
}

#header{
	width:960px;
}

#banner{
	width:100%;
    text-align:center;
	background-color:#705348;
    height:83px;
}

.hat{
    float:left;
    margin-top:-38px;
    margin-left:-25px;
}
.logo{ 
    margin-left:-25px;
}

.small{
    font-size:smaller;
}

#content{
	float:left;
	background-image:url('images/inner-bg.gif');
	background-repeat:repeat-x;
	background-color:#5b3c2f;
	width:960px;
	padding-bottom:20px;
    margin-bottom:5px;
}

#main{
    padding-top:20px;
	margin:15px;
	width:930px;
}

#main p{
	font-family:Tahoma, Arial, sans-serif;
	text-indent:15px;
	color:#e9d8d1;
	max-width:500px;
	text-align:justify;
	padding-left:10px;
}

#rooms{
	clear:both;
}

.room{
	width:285px;
	background-color:#503125;
	margin:7px;
	padding:5px;
	float:left;
	min-height:170px;
    max-height:250px;
}

#footer{
	clear:both;
	text-align:center;
}

#footer p{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	padding:1px;
}