/*
Original Design by Metamorphosis Design and titled metamorph_wavesinblue
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License

Revisions by James Shewey
*/

*
{
border: 0;
margin: 0;
}

img
{
	border: 0px;
}


a{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #003EFF;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:20px;
	background: #000000;
}

p{
	padding-bottom: 15px
}

#main_bg{
	width: 1014px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(images/bg.jpg) left top no-repeat;
}

#main {
	width: 1014px;
	margin-left: 0px;
}


#header { 
	width:1014px;
	padding: 0px 0px 0px 0px;
	height: 385px;
	background: url(images/big.jpg) left top no-repeat;
}

#logo {	font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		font-size:18px;
		font-style:italic;
		padding: 28px 0px 0px 704px;
		height: 295px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}


#logo H2 a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

#buttons{
	width: 991px;
	height: 51px;
	background: url(images/but_bg.jpg) top repeat-x;
	text-align:center;
	margin-left: 0px;
	float:right;
	padding-left: 23px
}

#buttons ul {
    padding-left: 0px;
    margin: 0px;
}

#buttons li {
	display: inline;
}

#buttons a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	display: block;
	float: left;
	width: 162px;
	height: 34px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 17px;
	text-align: center;
	background:url(images/fish_b.gif) 0px 23px no-repeat;	
}


#buttons a:hover {
	text-decoration: underline;
	background: url(images/but_over.jpg) repeat-x;
}

#content{
	width:1014px;
	padding: 0px 0px 0px 0px;
	background: url(images/cont_bg.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	min-height: 580px;
}

#left{
	width: 265px;
	margin: 0px 0px 0px 0px;
	float: left;
	color:#C7C8CA;
}

.left_b {	background: url(images/fish.jpg) 12px 18px no-repeat;
		padding-left: 41px;
		padding-top: 15px;
		width: 213px;}

.text{
	padding: 5px 0px 0px 0px;
}

.img {	float:left;
		margin: 12px 12px 5px 0px;
}

span {	color:#FFFFFF;
		font-weight:bold;
}

.dat { text-decoration: underline;
		color:#FFFFFF;}
		
.col_b {color:#FFFFFF;}

#left H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: 100;
	color: #ffffff;
	text-align:center;
	background:url(images/tit_l.jpg) left top no-repeat;
	height: 32px;
	padding-top: 15px;
}

#right H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 13px;
	padding-left: 4px;
	text-align: left;
}

.read_r{
	text-align:right;
	padding-right:20px;
	padding-top: 5px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#right{
	float: right;
	width: 746px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

.right_100{
	float: left;
	width: 966px;
	background: rgba(102,102,102,0.6);
	margin: 12px 12px 12px 12px;
	padding: 12px 12px 12px 12px;
	margin-right: 0px;
	color: #ffffff;
	border-radius: 15px;
	font-weight: bold;
}
.right_s { 
	float: right;
	background: rgba(102,102,102,0.6);
	padding: 12px 12px 12px 12px;
	margin: 12px 12px 12px 12px;
	border-radius: 15px;
	font-weight: bold;
}

.left_r { 
	width: 220px;
	float: left;
	color: #ffffff;
	background: rgba(102,102,102,0.6);
	padding: 12px 12px 12px 12px;
	margin: 12px 12px 12px 12px;
	border-radius: 15px;
	font-weight: bold;

}

.right_r {
		width: 175px;
		float:right;
		}

#footer{
	height: 53px;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	clear:both;
	padding: 16px 0px 0px 0px;
	font-weight: bold;
}
