body {
	background: #333 url('../images/bg.gif') top left repeat-x;
	margin: 0;
	padding: 0;       
	font: normal 12pt Georgia, Times, serif;
	color: #fff;
	text-align: center;
}

#header {
	background: url('../images/content_bg.gif') top left repeat-x;
	width: 800px; height: 200px;
	margin: 4px auto;
}

#content {          
	background: url('../images/content_bg.gif') top left repeat-x;
	width: 760px; height: 370px;
	margin: 4px auto;
	padding: 20px;
}
.description {
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	padding-right:20px;
	width: 280px;
	text-align: center;
}
.video {
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	width: 480px;
	text-align: right;
}

#messagebox {
	background-color: #000000;
	border: solid #fff 1px;
	padding: 4px;
	font-size: 10pt;
	text-align: center;
}

.booking {
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	width: 760px; height: 320px;
}
.bio-header {
	border-top: solid #fff 1px;
	width: 380px; height: 30px;
}
.bio-content {
	padding: 0px 20px;
	border-bottom: solid #fff 1px;
	width: 360px; height: 290px;
	vertical-align: top;
}

#footer {
	background: url('../images/content_bg.gif') top left repeat-x;
	width: 780px; height: 30px;
	margin: 4px auto;
	padding: 10px;
}
.links {
	height: 30px;
	width: 200px;
	background: #cacaca url('../images/booking_bg.gif') top left repeat-x;
	color: #000;
}
.copyright {
	height: 30px;
	width: 600px;
	background: #cacaca url('../images/booking_bg.gif') top left repeat-x;
	color: #000;	
}
