/* Layout Stylesheet */


html, body {
	margin: 0;
	padding: 0;


}

body {


	margin: 0;
	padding: 25px 0 25px 0;
	font-size: 90%;
	line-height: 120%;
	color: #8a4016;

	font-family: "verdana", serif;
	text-align:center;

	background: #feebaa;

}


#outer {
	 text-align:left;
	 background: #dec88c;

	 border: 3px solid #fff;;
	 width:643px;

	 padding:  0 0 0 56px;
	 margin: auto;
	 
	 background: #fff url(../img/outerbg.jpg);
	 background-repeat: repeat-y;
	 
}




#top #logo {
	display: block;
	float: left;

	width: 408px;
	height: 154px;

	padding: 0;
	margin: 0;

	background: transparent url(../img/topimg.jpg) no-repeat;
	
	
	border: 2px solid #fff;
	border-width: 0 0 2px 0;

}


#top #intro{
	background: #006830;
	width: 213px;
	height: 134px;
	float: left;
	margin: 0 0 0 2px;
	
	padding: 10px;
	font-size: 11px;
	color: #fff;
	
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
}



#nav {
	
	
 	font-size: 75%;
	width: 408px;
	
	
	text-align: left;
	float: left;
	
	padding: 10px 0 2px 0;
	margin:0;

}







#content {

	display: block;
	width: 375px;
	float: left;

	font-size: 85%;
	line-height: 130%;

	margin: 0;
	padding: 10px 15px 15px 15px;

	text-align: left;
	
}

#rightcol{
	float: right;
}

 #reserveren {

	display: block;

	

	
	font-size: 85%;
	line-height: 130%;

	margin: 0 0 0 0;
	padding: 45px 10px 10px 10px;
	
	text-align: left;

	

	width: 213px;
	height: 80px;
	
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
	
	background: #e37721 url(../img/reserveren.gif) no-repeat;
	background-position: 0px 5px;

 }
 
 
 
 
 


 #footer {

	clear: both;
	text-align: center;
	font-size: 70%;
	color: #fff;

	background: #e37721;

	border-style: solid;
	border-color: #fff;
	border-width: 2px 0 0 0;


	height: 20px;
	padding: 0px;
	margin: 0;

 }



