/***************/
/* Basic Stuff */
/***************/

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 40px 0px 40px 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../pictures/bg_blue.png);
	color: #FFFFFF;
}

div {
	margin: 0px;
	border: 0px;
}

img {
	border: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	border: 0px;
}

ul {
	list-style-type: none;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

.resetfloat {
	float: none;
	clear: both;
}

/****************/
/* Body Wrapper */
/****************/

#content {
	background: url(../pictures/bg_black.gif) repeat-y;
	width: 840px;
	padding: 0px;
	margin: 0px auto 0px auto;
	display: block;
}

/**************************/
/* Top Picture/Page Links */
/**************************/

#topnav {
	height: 500px;
	background: url(../pictures/top_island.png) no-repeat;
	margin: 0px;
}

#topnav ul {
	padding-top: 360px;
	margin: 0px;
}

#topnav li {
	float: left;
	display: inline;
	margin-left: 77px;
}

#topnav a {
	background: url(../pictures/button_fish_ie.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 114px;
	height: 60px;
	text-decoration: none;
	color: #000000;
}

#topnav a:hover {
	background-position: 0px -63px;
	color: #FFFFFF;
}
	
#topnav a.current {
	background-position: 0px -126px;
	color: #000000;
}

#topnav p {
	text-align: center;
	position: relative;
	top: 24px;
	left: 10px;
	font-weight:bold;
}

/*************/
/* Main Text */
/*************/

#maintext {
	width: 680px;
	margin: 0px 80px 50px 80px;
	text-align: left;
	overflow: hidden;
}

/* For pages with side links, use
   these inside a maintext div */
#sidenav {
	margin: 0px;
	width: 120px;
	float: left;
	text-align: center;
	display: inline;
	overflow: hidden;
}

#sidenav ul {
	display: block;
	margin: 0px;
}

#sidenav li {
	margin-bottom: 5px;
}

#sidenav a {
	color: #999999;
	text-decoration: none;
}

#sidenav a:hover {
	color: #FFFFFF;
}

#sidenav a.current {
	color: #6666FF;
}

#sidetext {
	margin-left: 60px;
	width: 500px;
	float: right;
	display: inline;
	text-align: center;
	overflow: hidden;
}

#sidetext a {
	color: #999999;
	text-decoration: none;
}

#sidetext a:hover {
	color: #FFFFFF;
}

/**********/
/* Footer */
/**********/

#footer {
	background: url(../pictures/footer.png) no-repeat;
	height: 50px;
}

#footer p {
	padding-top: 20px;
}

/***********/
/* Preload */
/***********/

#preload {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}