body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #443355 url('wood.jpg') repeat;
text-align: center;
font : 71%/155% "trebuchet ms", sans-serif;
color : #000; 

} 
#container { 
margin : 0; 
text-align : left; 
width: 725px;
margin-top: 0px;
background : #fff url('wood.jpg')repeat;
position: relative;
} 

#header {
background: #fff url('http://jellyfishing.info/starrk/barr.png') repeat-x;
width: auto;
height: 671px;
text-align: left;
}


#content {
width: 713px;
padding: 0 0 0 12px;
float: center;
background: #fff url('wood.jpg');
}

#footer {
clear:both;
text-align:right;
background : transparent;
color: #000000;
padding: 3px;
height:auto;
}



h1 {
	background: transparent;
             	color: #9c9898;
	font:21pt "georgia";
	font-weight: normal;
	text-align: justify;
font-style: italic;
margin: 0;
letter-spacing: 1px;
}

h1:first-letter {
	color: #464646;
	}




a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
cursor: crosshair;
		color: #656565;
	           
}
a:hover { 
	text-decoration: none;
	font-weight: bold;
cursor: crosshair;
		color: #9c9898;
	}



img.woo {
margin: 0 3px 3px 3px;
border: 3px solid #656565;
}



input, select {
	background: #ffffff;
	font:8pt "trebuchet ms", sans-serif;
padding: 5px;
color: #000000;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

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

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

TEXTAREA {
	color: #000000;
	background: #ffffff;
	font:8pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
padding: 5px;
}

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




blockquote { 
background : #d9d7d7;
text-align : justify; 
color : #000000;  
border-left : 23px solid #656565; 
padding : 6px; 
margin: 0 auto;
width: 330px;
}  

