body, div, img, object, form, input, ul, ul li, h1, h2, p
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

body
{
	background: #c6b299;
}

div, img
{
	display: block;
	overflowe: hidden;
}
div.left, img.left
{
	float: left;
}
div.right, img.right
{
	float: right;
}

ul, ol
{
	font: normal 0.8em Arial, Helvetica, sans-serif;
}
ul li
{
	list-style: none;
}

h1
{
	margin-bottom: 15px;
	color: #a61f38;
	font-size: 1.0em;
	text-transform: uppercase;
}
h1 em
{
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

h2
{
	color: #570110;
	font-size: 0.8em;
	text-transform: uppercase;
}

p
{
	margin-bottom: 15px;
	font-size: 0.8em;
}
p.large
{
	font-size: 1em;
}
p.small
{
	font-size: 0.65em;
}
p.right
{
	text-align: right;
	line-height:1.4em;
}
p.small-margin
{
	margin-bottom: 7px;
}

a:link, a:visited, a:hover, a:focus, a:active
{
	outline: 0;
	color: #148cc7;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.black
{
	color: #000;
	font-weight: normal;
}

a strong
{
	color: #000;
}

sup
{
	font-size: 0.8em;
}

input.text-box
{
	padding: 2px;
	border: 1px solid #000;
	width: 175px;
	height: 16px;
	font-size: 1.0em;
	line-height: 16px;
}

input.button
{
	padding: 0 10px;
	display: inline-block;
	height: 22px;
	background: url(../images/backgrounds/button.gif) repeat-x;
	color: #fff;
	font-size: 1.0em;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#wrapper
{
	margin: 0 auto;
	border: 3px solid #000;
	width: 947px;
	background: #fff;
}

#top-bar
{
	height: 113px;
	background: url(../images/backgrounds/top-bar.gif) repeat-x;
}

#flash-box
{
	border-top: 2px solid #fff;
	height: 397px;
}

#fish-box
{
	padding: 28px 30px 18px 30px;
	background: url(../images/backgrounds/fish-box.gif) no-repeat center center;
}

#fish-box-content
{
	width: 650px;
}

#navigation
{
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	height: 22px;
	background: #148cc7;
}

#navigation ul
{
	padding-left: 20px;
	float: left;
	font-size: 0.9em;
}
#navigation ul li
{
	display: block;
	float: left;
}
#navigation ul li a
{
	padding: 0 20px;
	dislay: block;
	float: left;
	height: 22px;
	color: #fff;
	line-height: 22px;
}

#navigation div
{
	padding: 0 40px;
	height: 22px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 22px;
	text-transform: lowercase;
}
#navigation div a
{
	color: #fff;
}

#navigation ul li a:hover, #navigation ul li a.active, #navigation div a:hover, #navigation div a.active
{
	color: #8bd3f5;
	text-decoration: none;
}

#photo-bar
{
	height: 183px;
}

#menu-right
{
	float: right;
	width: 578px;
}

#menu-left
{
	height: 824px;
}

#menu-left-top
{
	height: 747px;
}
#menu-left-top div.content
{
	padding: 15px 15px 0 15px;
	width: 339px;
}

#tabs
{
	padding: 0 5px;
	height: 31px;
	background: url(../images/backgrounds/tabs-bottom.gif) repeat-x bottom;
}

#tabs-left
{
	float: left;
	height: 31px;
	background: url(../images/backgrounds/tab-left.gif) no-repeat;
}

#tabs-left ul
{
	float: left;
	height: 31px;
	background: url(../images/backgrounds/tab-right.gif) no-repeat right;
}
#tabs-left ul li
{
	display: block;
	float: left;
	height: 31px;
}
#tabs-left ul li a
{
	padding-right: 10px;
	display: block;
	float: left;
	height: 31px;
}
#tabs-left ul li a span
{
	padding-left: 10px;
	display: block;
	float: left;
	line-height: 31px;
	text-transform: uppercase;
	cursor: pointer;
}

#tabs-left ul li a:hover, #tabs-left ul li a.active
{
	background: url(../images/backgrounds/tab-right-over.gif) no-repeat right;
	text-decoration: none;
}

#tabs-left ul li a:hover span, #tabs-left ul li a.active span
{
	background: url(../images/backgrounds/tab-left-over.gif) no-repeat;
}

#menu-left-bottom
{
	padding: 7px 7px 0 7px;
	height: 70px;
	background: #570110;
}
#menu-left-bottom p
{
	margin-bottom: 5px;
	color: #fff;
	font-size: 0.75em;
}
#menu-left-bottom p.small
{
	font-size: 0.65em;
}
#menu-left-bottom p a
{
	color: #fff;
}

