body {
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 300px;
}
a{
	text-decoration: none;
	color: #FFF000;
	}	
a:hover {
	color: #EF008D;
}
.left {	
	min-height: 150px;
	background: url("../images/logo.gif")
 	no-repeat top left;
}
.sidebar {
	background-color: #EF008D;
	width: 25%;
	float: right;
	color: #FFF000;
	padding: 0px 5px 5px 5px;
}
.figure p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 3em;
}
.figure {
	float: left;
	width: 200px;
	margin: 10px 10px 10px 10px;
}
.figure img {
	border: none;
}
	.nav ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.nav li {
	float: left;
}
.nav a {
	background: #0090D6;
	color: #FFF;
	width: 6em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-right: 3px;
	border-width: 3px;
	border-style: solid;
	border-top-color: #00C1D6;
	border-right-color: #1A3777;
	border-bottom-color: #1A3777;
	border-left-color: #97A0D0;
}
.nav a:hover{
	background: #FF0000;
	color: #FFF;
	width: 6em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-right: 3px;
	border-width: 3px;
	border-style: solid;
	border-top-color: #FFACDE;
	border-right-color: #A7688D;
	border-bottom-color: #B5297B;
	border-left-color: #CA7FAB;
}
body#home a#homeLink,
body#pictures a#picsLink,
body#media a#mediaLink,
body#contact a#contactLink,
body#complaints a#complaintLink,
body#directions a#directionsLink
 {
	color: #FFF;
	background: #FF0000;
	width: 6em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-right: 3px;
	border-width: 3px;
	border-style: solid;
	border-top-color: #FFACDE;
	border-right-color: #A7688D;
	border-bottom-color: #B5297B;
	border-left-color: #CA7FAB;
}