body { 
	background-color : #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x; 
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	margin: 0px;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:blue;
}
.main {
	width:1000px;
	height:773px;
	background-image: url(../images/bg4.jpg);
}
.heading {
	font-size:18px;
	border-bottom: white 1px solid;
}
h1,h3 {
	font-size:18px;
	border-bottom: white 1px solid;
margin:0px;
}
.menuBox {
	position:absolute;
	width:405px;
	height:330px;
	top:30px;
	left:50px;
	background-image: url(../images/menu.gif);
	overflow:hidden;
}
.menuButton {
	height:65px;
}
.menuLeft {
	width:175px;
	float:left;
	clear:both;
	padding:10px 0px 10px 0px;
}
.menuRight {
	width:175px;
	float:right;
	clear:right;
	padding:10px 0px 10px 0px;
}
.menuButtonImage {
	vertical-align:middle;
	padding:0px 10px 0px 0px;
	border:blue 0 solid;
}
.contentBox {
	position:absolute;
	width:481px;
	height:717px;
	top:30px;
	left:475px;
	background-image: url(../images/content.gif);
}
.content {
	position:relative;
	width:435px;
	height:685px;
	top:20px;
	left:20px;
	overflow:auto;
}
.spacer {
	padding:20px 35px 35px 20px;
}
.footer {
	text-align:right;
	padding: 0px 10px 0px 0px;
}
.tsandcs {
	font-size:9pt;
}
.bookedout {
	color:#305ba9;
	background-color:#1d378b;
}
.alert {
	color:red;
}
.thumbs {
	overflow:auto;
	height:165px;
}