a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}

p{
	font: 17px "Courier New", Courier, mono;
}

body{
	margin: 0 0 0 0;
	background-color: #f0e5ca;
}

.wrapper{
	width: 1000px;
	margin: 0 auto;
}

.menubar{
	background: url(images/menubarBG.gif) no-repeat;
}

.homepageimages{
	margin-top: 50px;
	width: 1000px;
	height: 400px;
}

.video{
	width: 500px;
	height: 333px;
	border: 2px solid #009836;
}

.picture{
	width: 400px;
	height: 333px;
	border: 2px solid #009836;
	float: right;
}

.reservationform{
	margin-top: 30px;
	margin-left: 215px;
}

.footerbar{
	background-color: #009836;
	font-variant: small-caps;
	font-size: 12px;
}

.infofooter{
	background-color: #009836;
	font-variant: small-caps;
	font-size: 12px;
	color: #FFFFFF;
}
