p { margin: 0; padding: 0;}

body {
	/*background-color: #1c5381; */
	margin: 0px;
	color: #6c6969;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 80%;
}

img { border: none; vertical-align: center;}

h1 { color: #1c5381;	font-family: Verdana, Arial; font-size: 20px; padding: 5px;}

h2 { color: #1c5381; font-family: Verdana, Arial; font-size: 17px; }

a { color: #1c5381; }


#contentouter {
/*	width: 800px;
	margin: 0px auto;
	min-height: 500px;
	overflow: hidden;*/
	
	/*background-color: #dcdddd; */
	/* background-color: #dcdddd;  */
	/*background: url(../images/common/mainbg.gif) repeat-x top center;*/
	/*background-color: #dedede;*/
	/*border-left: 2px solid #194264;
	border-right: 2px solid #194264;*/
	background: url(../images/common/bg.gif) center center repeat-y;
}

#content {
	width: 700px;
	padding: 20px 20px 10px 20px;
	margin: 0px 15px 0px 15px;
	min-height: 500px;
	overflow: hidden;
}

div.center-container {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	background-color: #dedede;
}

div.contentcenter {
	background: #dedede url(../images/common/mainbg.gif) repeat-x top center;
}

	#header {
		height: 120px;
		margin: 0px auto;
		background: url(../images/common/headerimg.jpg) center center repeat-x;
	}

#footer {
	height: 100px; 
	background: url(../images/common/footer.png) center center repeat-x;
	color: white;
}
	#footer #footermenu {
		padding: 20px 0 0 0;
	}
	
	#footer #footermenu img {
		float: left;
	}
	#footer #footermenu .contact {
		font-size: 10px;
		float: left;
		line-height: 20px;
		margin-left: 30px;
		margin-top: 0px;
	}
	
	#footer #footermenu #bbh {
		margin-top: 0px;
		float: right;
		margin-right: 20px;
	}
	
	#footer #footermenu #bbh span {
		font-size: 9px;
	}
	#footer #footermenu #bbh span a {
		color: white;
	}


#menu {
	height: 30px; 
	background: url(../images/common/menubg.jpg) center center repeat-x;
}

	#menu ul {
		list-style-type: none;
		margin: 0;
		margin-left: 20px;
		padding: 0;
	}
	
	#menu li {
		float: left;
		text-align: center;
		/*padding: 5px 12px 0px 12px;*/
		color: white;
		height: 24px;
		margin-top: 6px;
	}
	
		#menu li.selected {
			background: url(../images/common/menuselected.gif) left bottom no-repeat;
		}
	
	#menu li a {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;		
		font-size: 85%;
		margin: 0;
		padding: 5px 20px 0 20px;
		display: block;
		overflow: hidden;
	}
		#menu li.selected a {
			color: #1C5381;
			background: url(../images/common/menuselected-r.gif) right bottom no-repeat;
		}

.room img {
	border: 2px solid white;
}

