html,
body {
	background-color: #472973;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

a.hiddenLink {
	display: none;
}

a {
	color: #DD5502;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	color: #E98C3E;
}

a.visited {
	color: #D8D8D8;
}

div#top {
	background-image: url(../img/head_fish.png);
	width: 1113px;
	text-align: center;
	margin: 0 auto;
	height: 238px;
	background-color: white;
	border: 1px solid black;
}

div#content {
	width: 1113px;
	margin: 0 auto;
	border: 1px solid black;
	background-color: black;
	min-height: 150px;
	text-align: center;
	padding-bottom: 20px;
}

div#menu_bar {
	width: 1113px;
	margin: 0 auto;
	height: 25px;
	text-align: center;
	font: 18px Tahoma;
}

div#menu_bar div.menu_item {
	display: inline;
	text-align: center;
	margin-left: 25px;
}

p.default_content {
	font-size: 16px;
	padding: 0 15px 0 15px;
}

div#content {
	background-image: url(../img/content_background.png);
	min-height: 450px;
	max-height: 774px;
	margin-bottom: 35px;
	overflow: auto;
}
