@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#page-wrap {
	width: 750px;
	background: white;
	margin: 0px auto;
}

.button {
	float: left;
	margin: 0px;
}

#splash {
	display: block;
}
#splash-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}


#about {
	display: none;
	text-align: left;
	padding-top: 50px;
	padding-right: 200px;
	padding-left: 200px;

}
#about-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#rep {
	display: none;
	text-align: left;
	padding-top: 100px;
	padding-right: 200px;
	padding-left: 200px;
}
#rep-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#booking {
	display: none;
	padding: 100px 200px 30px;
	text-align: left;
}
#booking-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#events {
	display: none;
	padding: 30px;
}
#events-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#fill-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}