body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: #4D6592 url('l.png') repeat-x;
text-align: center;
font : 80%/165% "trebuchet ms", sans-serif;
color : #4D6592; 

} 
#container { 
top: 10px;
margin : 0 auto 0 auto; 
width: 600px;
height: auto;
padding: 5px 6px 0px 6px;
background: #B4BFD6;
text-align : left; 
border: 1px solid #000;
position: relative;
} 
#header {
width: auto;
height: 399px;
background: #B4BFD6 url('http://jellyfishing.info/tad/tad.png') no-repeat scroll center;
text-align:center;
margin: 0 auto;
}

#content {
width: 580px;
padding: 3px 10px 5px 10px;
float: center;
}
#footer {
clear:both;
margin-top: 3px;
text-align:right;
padding: 3px;
height:auto;
}

#navigation {
width : auto;
text-align : left;
margin : 0;
padding : 5px 5px 5px 0;
background: #4D6592;
margin-bottom: 3px;
text-align: center;
} 

#navigation ul, #navigation li{
list-style: none;
display : inline;
} 

#navigation a:link, #navigation a:visited {
float : inherit;
font : 400 18px "trebuchet ms", sans-serif;
color : #FFF;
padding : 5px 20px;
} 

#navigation a:hover {
color : #20242f;
text-decoration: none;
} 





h1 {
	background: transparent;
             	color: #4D6592;
	font:19pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0;
letter-spacing: 1px;
}



a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #799BB4;
	cursor: crosshair;
        }
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #4D6592;
	cursor: crosshair;
}



input, select {
	background: #B4BFD6;
	font:9.5pt "trebuchet ms", sans-serif;
padding: 5px;
color: #4D6592;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: dotted;
	border-color: #4D6592
}

input:hover {
border-color: #000;
}

select:hover {
border-color: #000;
}

TEXTAREA {
	color: #4D6592;
	background: #B4BFD6;
	font:9.5pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: dotted;
	border-color: #4D6592;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #000;
}


img {
padding : 4px;
}

blockquote { 
background : #799BB4;
text-align : justify; 
color : #fff;  
border-right : 33px solid #4D6592; 
padding : 6px 6px 6px 9px; 
display: block;
}  

a.blockquote:link, a.blockquote:visited, a.blockquote:active {
        text-decoration: none;
	font-weight: bold;
		color: #4D6592;
	cursor: crosshair;
        }
a.blockquote:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	cursor: crosshair;
}

