@charset "UTF-8";
/* CSS Document */

#page {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
}

#content {
	background:#f9f4ec;
	border: 1px solid #000000;
	width:900px;
}


#header_home {
	width: 900px;
	height: 350px;
	border: 1px solid #000000;
}

#header_in {
width: 900px;
	height: 300px;
	border: 1px solid #000000;
}

.col_l {
	width:49%;
	float:left;
}

.col_r {
	width:49%;
	float:right;
}

.col_1 {
	width: 100%;
}

a, a:visited {
	color:#344e1e;
}

.box {
	padding:1.5em;
	margin-right:.5em;
	font-size: 65%;
	border: 1px solid #430300;
	background:#ffffff;
	color:#430300;
}

/* Room Pictures */

.tabs {
  clear:both;
  list-style:none;
  text-align:center;
  height:74px;
} 

.tabs ul {
    list-style:none;
	padding-top: 20px;
	clear:both;
}
 
.tabs li{
  	text-align:center;
 	display: block;
	float: left;
	margin-left:10px;
}

.tabs a{
  	display:block;
  	text-align:center;
  	text-decoration:none;
  	height:74px;
	margin-bottom: 10px;
}

.tab_content{
  clear:both;
  margin-left:10px;
}


/* Footers */

.footer1 {
	background-color:#000000;
	height: 3px;
	width:900px;
}

.footer2 {
	color:#f9f4ec;
	font-size: 70%;
	text-align:center;
	width:900px;
}
