/* Layout Stylesheet */


html, body {
	margin: 0;
	padding: 0;


}

body {


	margin: 0;
	padding: 25px 0 25px 0;
	font-size: 90%;
	line-height: 120%;
	color: #fff;

	font-family: "verdana", serif;
	text-align:center;

	background: #fff;

}


#outer {
	 text-align:left;
	 background: #dec88c;

	 border: 0;
	 width:697px;

	 padding:  0 0 0 0;
	 margin: auto;
	 
	 background: #333 url(../img/outerbg.gif);
	 background-repeat: repeat-y;
	 
	 overflow: hidden;
	 
}




#left{
	width: 462px;

	float: left;
	
	background: transparent url('../img/contentbg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 155px;
	
	
}

#right{
	width: 228px;
	float: right;
	
}


#top {
	display: block;
	

	
	height: 155px;

	padding: 0;
	margin: 0;

	background: transparent url(../img/topimg.jpg) no-repeat;
	
	
	border: 0px solid #fff;
	border-width: 0 0 2px 0;

}






#nav {

 	font-size: 10px;
	
	
	
	padding: 10px 0 10px 0;
	margin:0;
	overflow: hidden;
	height: 12px;
	
	border-bottom: 2px solid #fff;

}







#content {

	display: block;
	
	border: 0;
	
	font-size: 85%;
	line-height: 130%;

	margin: 0;
	padding: 10px 15px 15px 15px;

	text-align: left;
	
	
	
}



#intro{
	background: #c14a1e;
	
	height: 135px;

	margin: 0 0 0 0;
	
	padding: 10px;
	
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #fff;
	
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
}


 #reserveren {

	display: block;

	

	
	font-size: 85%;
	line-height: 130%;

	margin: 0 0 0 0;
	padding: 40px 10px 0px 10px;
	
	text-align: left;

	

	
	height: 107px;
	
	border: 0px solid #fff;
	border-width: 0 0 2px 0;
	
	background: #e37721 url(../img/reserverenbg.jpg) no-repeat;
	background-position: 0px 0px;

 }
 
 
 #intro2{
	background: #8a4016;
	
	
	
	margin: 0 0 0 0;
	
	padding: 10px;
	font-size: 11px;
	color: #fff;
	
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
}
 
 


 #footer {

	clear: both;
	text-align: left;
	font-size: 70%;
	color: #8a4016;

	background: #fff;

	


	height: 20px;
	margin: 0px;
	padding: 2px 0 0 2px;

 }



