/*1.general----------------------------------*/
body{
	margin:25px 0 0 0;
	padding:0;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	background:#233409;
}
h1,h2,h3,h4{
	font-family:"Times New Roman",serif;
}	
h1{
	font-size:150%;
}
h2{
	font-size:120%;
	display:inline;
}
h3{
	font-size:110%;
	display:block;
	height:auto;
	width:100%;
	border-bottom:2px solid #C06978; 
}
h4{
	font-size:95%;
}

p{
	font-size:95%;
	line-height:1.2em;
	font-family:Arial,Helvetica,sans-serif;
}
a:link,a:active,a:visited{
	color:#7B3132;
	text-decoration:none;
}
a:hover{
	color:#cecece;
}
img{
	border:none;
} 

/*2.composition-----------------------------*/
#wrap{
	width:820px;
	height:100%;
	margin:0 auto;
	border:3px solid #cfcfcf;
}
#main{
	width:800px;
	height:auto;
	background:#d1e4ad;
	border:1px solid #cfcfcf;
	margin:10px auto;

}
#header{
	float:left;
	width:800px;
	height:250px;
	background:url(images/header.jpg);
}
#menu{
	float:left;
	width:800px;
	height:40px;
	background:#073114;
	padding:0;
	line-height:40px;
}
#main-content{
	float:left;
	width:540px;
	height:auto;
	padding:5px;
	background:#d1e4ad;
}
#sub-content{
	float:left;
	width:240px;
	height:auto;
	padding:5px;
}
#footer{
	clear:both;
	width:800px;
	height:30px;
	background:#333;
	line-height:30px;
	text-align:center;
}
#accordion-wrap{
	width:540px;
	height:100%;
}
	
/*3.elements-----------------------------------*/
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.article{
	float:left;
	width:500px;
	height:auto;
	margin:0 auto 25px auto;
}
.articles{
	float:left;
	width:500px;
	height:auto;
	min-height:220px;
	margin:0 auto 25px auto;
}	
/*images--------------------------*/
.inline{
	vertical-align:middle;
	margin-left:10px;
}
.photos{
	float:left;
	margin-top:10px;
	margin-right:10px;
}
/*info about nenrinbo-------------*/
.info{
	float:left;
	width:210px;
	height:auto;
	padding:0 10px 5px 10px;
	margin:0 5px 15px auto;
	border :1px solid #0D3B23;
}
.info p{
	font-size:.85em;
}

.reserve_in{
	display:block;
	width:130px;
	height:30px;
	text-align:center;
	padding-top:10px;
	background:#FF6600;
	border:outset 2px #FFFFCC;
}
.reserve_in a:link,a:active{
	color:black;
	font-size:110%;
}
.reserve_in a:hover{
	color:white;
	font-size:120%;
}
.note{
	font-size:85%;
	color:#555;
	line-height:.9em;
}
.strong{
	font-weight:bold;
}
/*Menu-----------------------------*/
#menu ul,li{
	list-style:none;
	text-align:left;
	text-indent:1em;
	margin:0;
}
#menu li{
	float:left;
	width:120px;
	height:30px;
}
#menu li a{
	display:block;
	width:120px;
	height:40px;
	text-decoration:none;
	border-right:1px solid #000;
}
#menu li a:hover{
	background:#6EA278;
}
/*Accordion----------------------*/	
.togglers{
	cursor:pointer;
	height:auto;
}
.article dl,.article dt,.article dd{
	list-style:none;
	display:block;
	width:100%;
}
.article dt{
	display:block;
	width:100%;
	height:auto;
	background:#6EA278;
}	
/*link to other hotels--*/
.others{
	font-size:.85em;
}	
 