/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #000000;
}


h1{
	margin-bottom: 60px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #4D367A;
	font-size: 32px;
	margin: 0;
	font-family: "Arial, Helvetica, sans-serif";
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 110%;
	font-weight: bold;
	color: #8a0e06;
	font-size: 18px;
	margin: 0;
}


h3 {
	padding:10px 20px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}





p {
	margin-bottom: 10px;
	line-height: 150%;
}


a {
	color: #f25712;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 15px 0px 10px 30px;
}

img.center {
	float: center;
	margin: 0px 0px 0 0px;
}

img.right {
	float: right;
	margin: 5px 20px 0 50px;
}

img {
	float: right;
	margin: 0px 0px 0 10px;
}

/* Wrapper */

#wrapper {
	width: 990px;
	margin: 0 auto;
	background-repeat: repeat-y;
	text-align: left;
}


/* Header */

#header {
	height: 154px;
	background: url(images/fish4-bk.gif) repeat;
}

#logo {
	padding: 15px 0px 0px 0px;
}





/* Content */

#content {
	float: left;
	width: 930px;
	padding: 20px 0px 0px 30px;

}

#content2 {
	float: left;
	width: 960px;
	padding: 0px 0 0px 15px;
	color: #ffffff;
}



/* Footer */

#footer {
	height: 160px;
	background: url(images/fish4-foor-bk.gif) repeat;
}

#footer p {
	width: 930px;
	margin: 0 30 0 30;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* navlinks */


#navlinks p {
	margin: 0 30 0 30;
	padding: 8 0 14 10;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/navlinks.gif);
}

#navlinks a {
	color: #ffffff;
}

#navlinks a:hover {
	text-decoration: underline;
}





