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

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}


a{
	color: #264FA4;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #264FA4;
}

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

#bg {
width:1024px;
background:url(images/bg.gif) left repeat-y;
margin: 0px auto; }


#main{
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #000000;
	
}

#content{
	width: 924px;
	padding: 15px 0px 15px 0px;
	background: #FFFFFF;
	margin: 0px 13px 0px 13px;
}

#right{
	width: 623px;
	margin: 0px 13px 0px 0px;
	float: right;
}

.text{
	padding: 10px 0px 0px 0px;
	text-align: justify;
}

H2{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #375391;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#left{
float:left;
width: 259px;
margin-left: 8px;
}



#left ul 
{
	list-style: none;
	padding-left:0px;
	padding-top:20px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}

#left li{
	padding-top: 9px;
	background: url(images/fish.png) 6px 10px no-repeat;
	padding-left: 28px;
}

#footer{
	height: 48px;
	width: 950px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	text-align: center;
	clear:both;
	padding: 30px 0px 15px 0px;
	background:url(images/futer.jpg) bottom repeat-x;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

