body { 
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	margin: 0;
	background-color: black;
}
a:link {text-decoration: none; color: orange;}
a:visited {text-decoration: none; color: orange;}
a:active {text-decoration: none; color: orange;}
a:hover {text-decoration: underline; color: yellow;}


#wrapper {
	background-image: url('./images/background6.jpg');
	height: 100%;
	width: 100%;
	margin: 0px; 
	position: relative;
}
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 70px;
}
#breadcrumbs {
	margin-left: 300px;
	width: 400px;
	height: 100px;
}
#logo {
	position: absolute:
	left: 0;
	top: 0;
	width: 300px;
	height: 80px;
}
#menuitems {
	position: absolute;
	top: 0;
	left: 320px;
}
.menuitem {
	height: 60px;
	top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding-top: 40px;
	background-color: black;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.menuitem a:link {
	color: white;
	text-decoration: none;
}
.menuitem a:visited {
	color: white;
	text-decoration: none;
}
.menuitem a:active {
	color: white;
	text-decoration: none;
}
.menuitem a:hover {
	color: yellow;
	text-decoration: underline;
}
.selmenuitem {
	height: 60px;
	top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: yellow;
	padding-top: 40px;
	background-color: gray;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#content {
	position: absolute;
	top: 100px;
	left: 300px;
	min-width: 650px;
	clear: both;
	padding: 10px;
	color: white;
	background-color: black;
	border: 1px solid white;
	font-size: 14px;
}
#content h1 {
	color: #755473;
}#content h2 {
	color: #755473;
}
#bookingform td {
	text-align: right;
}
.bookingright {
	text-align: left;
}
#eventtype {
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 300px;
	height: 50px;
}
#message {
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 400px;
	height: 50px;
}
.size_14 { font-size: 14px; }
