#outer {
background-color:#FFF;
border-bottom:5px solid #404040;
border-left:1px solid #000;
border-right:5px solid #404040;
border-top:1px solid #000;
margin:auto;
overflow:auto;
text-align:left;
width:950px;
}

#masthead {
background-color:#FFF;
border:thin;
float:left;
width:945px;
}

div#masthead table tr td {
margin:0;
padding:0;
vertical-align:middle;
}

div#masthead table tr td.topleftalign a {
display:block;
float:left;
}

div#masthead table tr td a {
display:block;
float:right;
}

div#botnavbar {
background-color:#EEE;
border-bottom:1px solid #000;
border-top:1px solid #000;
color:#000;
float:left;
font-size:12px;
margin-bottom:20px;
margin-top:2px;
text-align:left;
white-space:nowrap;
width:950px;
}

#onearticle {
	border:1px solid #000;
	background-image:none;
	background-color: #FFF;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 760px;
	height: 400px;
}

div.roomlist {
border:1px solid #000;
overflow:auto;
width:765px;
height:200px;
}

div.roomlist_banner {
clear:none;
float:left;
width:150px;
height:150px;
text-align:center;
}

div.roomlist_info {
float:left;
width:600px;
}

div.roomlist_rating {
float:left;
width:500px;
overflow:hidden;
}

div.roomlist_review {
float:left;
width:97px;
}

div.roomlist_detail {
float:left;
width:100%;
}

div.sidebar {
background-color:#CCC;
border:1px;
border-color:#603;
float:right;
margin:10px;
padding:5px;
position:relative;
width:250px;
}

div.sidebar h1 {
border:0;
color:#000;
font-size:12px;
font-weight:700;
text-decoration:underline;
}

div.general_footer,div.article_footer {
background-color:#FFC;
border:3px;
border-color:#666;
border-style:solid;
clear:both;
display:block;
float:left;
margin-bottom:20px;
margin-top:20px;
padding-top: 5px;
padding-left: 10px;
width:97%;
font-size: 12px;
height: 30px;
}

div.general_footer p,div.article_footer p {
line-height:1.2;
margin:0;
padding-left:5px;
}

.contentback  {
float:left;
background-color:blue;
width: 100%;
position:relative;
}

.leftback  {
width: 100%;
position:relative;
right: 765px; /* width of the  content area */
float:left;
background-color: #f00;
}

.leftsidebar  {
float:left;
width: 160px;
overflow:hidden;
position:relative;
left: 700px;
}

.content  {
float:left;
width: 765px;
overflow:hidden;
position:relative;
}

div#leftnav {
float:left;
font-size:10px;
overflow:hidden;
width:160px;
text-align:left;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div#content {
background-color:#FFF;
float:left;
margin:0;
padding-left:10px;
padding-right:10px;
position:relative;
width:765px;
}


