body
{
	background-color: #efe3da;
	margin-top: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;

}

p {line-height: 1.4em}
img {border: 0;}
.photo {padding: 3px; border: 1px solid #888;}
#header
{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 137px;
}

#top-nav
{
	color: #FFF;
	position: relative;
	top: 105px;
	font-weight: bold;
}

#top-nav ul {display: inline; list-style: none}
#top-nav ul li {display: inline; margin-left: 10px; margin-right: 10px;}
#top-nav a {color: #FFF; text-decoration: none;}
#top-nav a:hover {text-decoration: underline;}


#container
{
	margin: 0 auto;
	width: 800px;
	
	
}
#left-nav
{
	width: 250px;
	padding-top: 10px;
	padding-left: 7px;
	float: left;
}

#main-content
{
	min-height: 300px;
	float: left;
	width: 525px;
}
#main-content h2, h3 {border-bottom: 1px solid #222; color: #222;}
#footer
{
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 70px;
}
#footer-content
{
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
#footer-content ul {display: inline; list-style: none}
#footer-content ul li {display: inline; margin-left: 10px; margin-right: 10px;}
#footer-content a {color: #FFF; text-decoration: none;}
#footer-content a:hover {text-decoration: underline;}


.clear{ clear: both}

div.room {padding: 8px;}
div.room h2 {border: 0px; display: inline; margin: 0px; padding: 0px;}
.price {font-weight: bold; font-size: 18px; color: #222;}
.orange {color: #222}







