body {
	background: url('../images/leftfish.gif') no-repeat;
	background-color: #FF6633;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color:  #FF6633;
	font-size: 11pt;
	font-family: verdana;
}
h1 {
	font-size: 1.5em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.3em;
}
img {
	border:none;
	padding: 0;
	margin: 0;
}
a {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FF6633;
}
ul {
	list-style: inside;
	text-indent: 15px;
}
#container {
	width: 870px;
	margin-left: 224px;
}
#header {
	width:870px;
	color: white;
	font-family: Courier, monospace;
	text-align: center;
	height: 60px;
}
#footer {
	clear:both;
	width:870px;
	color: white;
	font-size:0.8em;
	text-align: center;
	height: 30px;
}
	#footer p {
		text-align: center;
	}
	#footer a {
		color:white;
	}
#mainNavCenterHolder {
	
}
#header h1 {
	font-size: 3.2em;
	padding: 0;
	margin: 0;
	text-transform: none;
	text-indent: -9000px;
	display: none;
}
#header h2 {
	font-size: 0.9em;
	font-family: verdana;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	margin: 0;
	text-indent: -9000px;
	display: none;
}
#mainButton {
	width: 200px;
	color: white;
	font-family: Courier, monospace;
}
#mainNavigation {
	clear:left;
	float:left;
	padding-left: 80px;
	height: 50px;
	line-height: 2.2em;
	margin:0 auto;
	font-size: 1.2em;
	line-height: 1.9em;
}
#banner {
	width: 800px;
	margin-left: 20px;
	height: 67px;
	background: url('../images/banner.png') no-repeat;
}
#mainNavigation {
	
}
#mainNavCenter {
	width: 730px;
	height: 50px;
	text-indent: -30px;
	margin:0 auto;
}
#mainNavCenter a {
	width: 197px;
	color: white;
	font-family: Courier, monospace;
	/**background: url('../images/button.png') no-repeat;**/
	float:left;
	padding-left: 45px;
	font-weight: bold;
	text-decoration: none;
}
#content {
	clear:left;
	padding: 8px 8px 8px 21px;
	width: 784px;
	height: 400px;
	background-color: inherit;	
}
	#content h1 {
		width:100%;
		text-align:center;
	}
#gridPanel {
	width: 784px;
	padding-left: 30px;
}
#leftPanel {
	position: relative;
	overflow: visible;
}
#leftPanelHeightPush {
	height: 900px;
	width:146px;
	float:left;
}
#leftPanelContainer {
	float:left;
	position:relative;
	overflow:hidden;
	width: 125px;
	height: 515px;
	margin: 10px;
	padding: 0px;
	border-top: none;
	border-bottom: none;
	border-left: solid 10px #ccc;
	border-right: solid 10px #ccc;
}
	#scrollerUpArrow {
		position:relative;
		height:15px;
		display:block;
		z-index: 10;
		overflow:hidden;
	}
	#scrollerDownArrow {
		position:absolute;
		bottom:0px;
		left:0px;
		height:15px;
		display: block;
		overflow:hidden;
	}
	#leftPanel div.scrollerImage {
		width: 125px;
		height: 97px;
		padding: 0;
		margin: 0;
		overflow:hidden;
	}
#rightPanel {
	float: left;
	width:790px;
	background-color: white;
	padding: 0px 20px 10px 0px;
	margin-left: 15px;
	font-size: 0.8em;
	height: 535px; /**500 - padding **/
	background: url('../images/textpanelbg.gif')  no-repeat;
}
	#rightPanel .contentImage {
		float:right;
		display:block;
		position: relative;
		padding: 5px 5px 8px 8px;
	}
	#rightPanel h1 {
		padding-top: 15px;
		padding-bottom: 0px;
	}
#visitedPanel {
	float:left;
	clear:left;
	width: 784px;
	padding-left: 30px;
}
#visitedPanel h4 {
	text-align: center;
	width: 100%;
	color: white;
	
}
.closeButton {
	z-index: 99;
	position: absolute;
	right: 7px;
	top: 3px;
	width: 12px;
	height: 12px;
	background: url('../images/cross_12.png') no-repeat;
}
.reloadButton {
z-index: 99;
	position: absolute;
	right: 7px;
	top: 3px;
	width: 12px;
	height: 12px;
	background: url('../images/refresh_12.png') no-repeat;
}
div.gridItem {
		width: 146px;
		height: 142px;
		float: left;
		text-align: center;
		padding-top: 5px;
		background: url('../images/griditembg_up.gif') no-repeat;
		position: relative;
}
div.gridItem a {
	text-decoration: none;
	font: inherit;
	color: #FF3300;
	border: none;
	margin: 0;
}
div.gridItemInv{
		width: 146px;
		height: 142px;
		float:left;
		text-align: center;
		padding-top: 5px;
		background: url('../images/griditembg_up.gif') no-repeat;
		position: relative;
}

div.gridItem:hover {
		background: url('../images/griditembg_down.gif') no-repeat;
		cursor: pointer;
}

	div.gridItem .header {
		font-size: 0.9em;
		line-height: 1em;
		text-transform: uppercase;
		font-family: arial;
		font-weight:bold;
		margin: 0 auto;
		height:28px;
		display: table-cell;
		vertical-align:middle;
	}
	div.gridItem .header span {
		width:130px;
		display: inline-block;
		vertical-align: text-bottom;
		padding: 0px 8px 0px 8px;
	}
	div.gridItem .image {
		padding-top: 3px;
		position:absolute;
		left: -2px;
		margin: 0 auto;
		clear: both;
		width: 100%;
	}
	
#fishLink {
	background: url('../images/fishwords.png') no-repeat;
	position:absolute;
	left: 28px;
	top: 268px;
	width: 118px;
	height: 212px;
	cursor: hand;
}
#fishTank {
	display:none;
}

