@charset "utf-8";
/* CSS Document */


/* ======= global styles ======= */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #000 url(../images/page_background.jpg);
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

div#outerDiv {
	width: 900px;
	margin: 0px auto;
	background: #fff;
	border: 2px solid #FFFFFF;
}

/* ======= header ======= */

div#header {
	height: 200px;
	position: relative;
	background: url(../images/header_background.jpg);
}

/* ======= logo ======= */

div#logo {
	height: 200px;
	width: 337px;
	margin-left: 20px;
	background-image: url(../images/fishery_foundation_logo2.png);
	background-repeat: no-repeat;
	background-position: bottom;

}

/* ======= navigation ======= */

#header #navigation {
	position: absolute;
	left: 398px;
	bottom: 12px;
	width: 503px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li a:link, #navigation li a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: inline;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 5px;
	margin: 0 5px 0 5px;
	line-height: 25px;
	font-size: 1em;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}

#navigation li a:hover {
	color:#9BCDE6;
}

/* ======= centerContent ======= */

#centerContent {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#centerContent p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 2.6em;
	color:#FFFFFF;
	margin: 1ex 0;
	font-size: .8em;
}

#centerContent h1, #centerContent h2, #centerContent h3, #centerContenth4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centerContent h1 {
	font-size:18px;
	letter-spacing: 1px;
	color:#FFFFFF;
	margin: .2ex 0 .8ex 0;
	font-weight: normal;
}

#centerContent h2 {
	font-size: 1em;
	color:#FFFFFF;
	margin: .4ex 0;
}

#centerContent h4 {
	font-size: .85em;
	font-weight: bold;
	color:#FFFFFF;
	margin: 1ex 0 -.2ex 0;

}

#centerContent #left{
	height: 300px;
	width: 338px;
	float: left;
	background-image: url(../images/left_background.jpg);
	padding: 25px;
}
#centerContent #right{
	height: 350px;
	width: 512px;
	float: right;
}

/* ======= bottom ======= */
div#bottom {
	clear: both;
	height: 200px;
	position: relative;
	background: url(../images/bottom_background.jpg);
}

/* ======= footer ======= */

div#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	height: 20px;
	background-color: #003255;
}

div#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #fff;
	margin: 0;
	padding: 0;
}

div#footer a {
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

div#footerLeft {
	float:left;
}

div#footerRight {
	float:right;
	}
	
/* ======= misc styles ======= */

.clear {
	clear:both;
}

.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 .fixed {
 	font-size:1em;
}
#bottom img {
	margin-top: 20px;
	margin-left: 20px;
}

