/* CSS Document */

body {
	background-color: #601206;
}

#container{
	width: 764px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #7D5620;
	background-color: #FFFFFF;
}

#header{
	background-image: url(../images/header.jpg);
	height: 190px;
}

#nav {
	background-image: url(../images/nav_bg.gif);
	float: left;
	height: 32px;
	width: 754px;
	padding-top: 14px;
}

.nav, .nav a, .nav a:visited, .nav a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7D5620;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.nav a:hover {
	color: #F29D1C;
}

#content{
	background-image: url(../images/main_bg.gif);
	float: left;
	padding-left: 62px;
	width: 702px;
}

#main{
	float: left;
	margin-top: 10px;
}

#maincontent{
	float: left;
	margin-top: 10px;
	width: 500px;
}

#maintopbar{
 	float: left;
	height: 30px;
	width: 641px;
	background-color: #FEE6C5;
}

.maintopbar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #7D5620;
	padding-top: 7px;
}

#maincolumn{
	float: left;
	width: 500px;
	padding-left: 90px;
	margin-top: 40px;
}

#mainleftcolumn{
	float: left;
	width: 280px;
	padding-left: 40px;
	margin-top: 40px;
}

#mainrightcolumn{
	float: left;
	width: 250px;
	margin-left: 40px;
	margin-top: 40px;

}

ul, li {
	margin-left: 0px;
	padding-left: 0px;
}

#subrightcolumn{
	float: left;
	width: 250px;
	margin-left: 40px;
	margin-top: 40px;

}

.mainbody{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7D5620;
	line-height: 24px;
}

#roomscontent{
	float: left;
	width: 636px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#roomsleftcolumn{
	float: left;
	width: 121px;
	padding-right: 40px;
	margin-left: 30px;
}

#roomsrightcolumn{
	float: left;
	width: 400px;

}

.roomslink, .roomslink a, .roomslink a:visited, .roomslink a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #F5BB57;
	text-decoration: none;
}

.roomslink a:hover{
	color: #631507;
}

#hrule{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #631507;
	float: left;
	height: 1px;
	width: 636px;
	margin: 0px;
	padding: 0px;
}



#footer {
	background-image: url(../images/footer.gif);
	float: left;
	height: 23px;
	width: 734px;
}

.footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #7D5620;
	padding-top: 26px;
	padding-right: 30px;
}


p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
