body{
background-color: white;
margin: 0px;
padding: 0px;
font-family: arial, helvetica, sans-serif;
}
/* sub menu declaration */
#inside-sub, #locations-sub{
	display: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#inside-sub a, #locations-sub a{
	border: 0;
	background-color: #bf6e00;
	font-weight:normal;
}

#inside #inside-sub{
	display: block;
}

#locations #locations-sub{
	display:block;
}
/***  END  ***/

p {
font-size: 0.8em; 
font-style: normal; 
}

/*
a:link { color: #00BFFF; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: #00BFFF; text-decoration: none }
a:hover { color: blue; text-decoration: none; }
*/

h1 {font-size: 1.2em; font-style: bold; color: #993300}
h2 {font-size: 0.9em; font-style: bold; color: #993300}

#banner{
	width: 100%;
	height: 118px;
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



#addressbar{
	width: 100%;
	background-color: white;
	text-align: right;
	border-bottom: 2px solid #999999;
}

#address{
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 10px;
}

li{
	font-size: 0.8em;
	margin-bottom: 0.2em;
}

#room{
	width: auto;
	background-color: beige;
	background-position: center center;
	background-repeat: no-repeat;
	
	border-bottom: 2px solid #999999;
}

#content{
	display: block;
	width: 610px;
	margin-top: 20px;
	text-align: left;
}

#smallphoto{
	height: 200px;
	width: 240px;
	display: block;
	float: right;	
	margin-right: 10px;
	border: 1px solid #993300;
}

#photo{
	height: 450px;
	width: 240px;
	display: block;
	float: right;	
	margin-right: 10px;
}
#photo img{
	border: 1px solid #993300;
}

.details{
	display:block;
	float: left;
	width:290px;
	margin: 0px;
	padding-top: 0px;
	margin-left: 20px;
}

.moreinfo{
	clear: both;
	height: 200px;
	text-align:center;
}

