/* @override 
	http://www.backstagedeurne.loc/style/screen.css
	http://www.backstagedeurne.be/style/screen.css
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1e1e23 url(images/background.gif) repeat-x;
	color: #ccc;
	font: 11.5px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#reservation,
#reservation .body {
	background: #ff8600;	
}

#reservation .body {
	padding: 1.25em 0;
	width: 810px;
}

#reservation a {
	text-decoration: underline;
	color: #fff;
}

#reservation {
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
}

#reservation h2 {
	color: #fff;
	display: inline;
	font-size: 120%;
	padding-left: 1em;
	font-weight: 600;
}

#reservation p {
	display: inline;
	font-size: 120%;
}


a {
	color: #ff8600;
	text-decoration: none;
}

#header {
	background: transparent url(images/header.gif) no-repeat 98% 100%;
	height: 182px;
}

#header h1 {
	display: none;
}

#wrap {
	width: 810px;
	margin: 0 auto;
	text-align: left;
}

#frame {
	background: transparent url(images/frame.gif) no-repeat top left;
	height: 359px;
}

#frame img {
	margin: 6px 5px 5px 4px;
}

#image_controls {
	margin: 5px;
}

#image_controls a {
	margin-left: 0.8em;
}

#image_controls a:hover {
	color: #fff;
}

#body {
	padding: 5px;
}



#content {
	padding: 0;
	margin: 0;
	width: 300px;
	text-align: right;
	float: left;
	margin-left: 40px;
	clear: both;
}

#alt_content {
	padding: 0;
	margin: 0;
	float: right;
	width: 400px;
	color: #999;
}

#footer {
	clear: both;
	padding: 30px;
	text-align: center;
	color: #666;
	font-size: 95%;
}

h1 {
	font: 180% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ccc;
	font-weight: normal;
}

h2 {
	font: 140% "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	color: #ddd;
	font-weight: normal;
}



.photos {
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	width: 100%;
}

.thumb {
	border: 1px solid #777;
	float: left;
	margin: 5px 10px 0 0;
}

.ad {
	border: 1px solid #777;
	float: right;
	margin-top: 1em;
}

.ad img {
	border: 0;
}

