/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#outer{
	width: 950px;
	text-align: left;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right: 5px solid #404040;
	border-bottom: 5px solid #404040;
	background-color: #FFFFFF;
	margin: auto;
	overflow:auto;
}
	
#masthead{
	float: left;
	width: 945px;
	border: thin;
	background-color:#FFFFFF;
}

#topnavbar{
	color:#000000;
	background-color: #EEEEEE;
	white-space: nowrap;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	float: left;
	text-align: right;
	width: 945px;
}

#botnavbar{
	color:#000000;
	background-color: #EEEEEE;
	white-space: nowrap;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	float:left;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 950px;
}

#globalNav{
	color:#000000;
	background-color: #CCCCCC;
	white-space: nowrap;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}

#navBar{
	margin-right: 10px;
	width: 160px;
	height: 100%;
	float: left;
	color: #FFFFFF;
	background-color:#000099;
	font-size: 10px;
}

div#leftnav {
	width: 160px;
	float: left;
	color: #FFFFFF;
	background-color:#CCCCCC;
	font-size: 10px;
	overflow:hidden;
}

#content{
	position: relative;
	background-color:#FFFFFF;
	width: 765px;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
	float: left;
}

#topcardrooms {
}

div.roomlist {
	width: 765px;
	border: 1px solid #000000;
	overflow: auto;
}

div.roomlist_banner {
	width: 140px;
	float: left;
	clear: none;
}

div.roomlist_info {
	width: 620px;
	float: left;
}

div.roomlist_rating {
	width: 523px;
	float: left;
}

div.roomlist_review {
	width: 97px;
	float: left;
}

div.roomlist_detail {
	width: 100%;
	float: left;
}

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;
}