body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: #050505;
text-align: center;
font : 8pt/170% "trebuchet ms", sans-serif;
color : #B9B9B9; 
} 


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('http://jellyfishing.org/fonts/BebasNeue-webfont.eot');
    src: url('http://jellyfishing.org/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://jellyfishing.org/fonts/BebasNeue-webfont.woff') format('woff'),
         url('http://jellyfishing.org/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('http://jellyfishing.org/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ContraRegular';
    src: url('http://jellyfishing.org/fonts/contra-webfont.eot');
    src: url('http://jellyfishing.org/fonts/contra-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://jellyfishing.org/fonts/contra-webfont.woff') format('woff'),
         url('http://jellyfishing.org/fonts/contra-webfont.ttf') format('truetype'),
         url('http://jellyfishing.org/fonts/contra-webfont.svg#ContraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ContraItalic';
    src: url('http://jellyfishing.org/fonts/contra-italic-webfont.eot');
    src: url('http://jellyfishing.org/fonts/contra-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://jellyfishing.org/fonts/contra-italic-webfont.woff') format('woff'),
         url('http://jellyfishing.org/fonts/contra-italic-webfont.ttf') format('truetype'),
         url('http://jellyfishing.org/fonts/contra-italic-webfont.svg#ContraItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




#header {
width: auto;
height: 356px;
background: transparent url('http://jellyfishing.org/ddd.png') repeat-x scroll center;
text-align:center;
margin: 0 auto;
border-bottom: 0px solid #000;
margin-top: 17px;
border-top: 1px solid #505050;
}

#container{
margin: 0 auto;
width: 680px;
margin-top: 5px;
}


#one, #two, #three, #four, #five, #six, #seven, #eight, #nine{
display: none;
background: transparent url('http://jellyfishing.org/pattern.png')repeat-x bottom;
padding: 3px;
text-align: left;
width: 159px;
}

#tfl, #tafl {
display: none;
background: transparent url('http://jellyfishing.org/pattern.png')repeat-x bottom;
padding: 3px 3px 7px 3px;
text-align: left;
width: 244px;
}


table {
margin: 0 auto;
text-align: justify;
border-collapse: collapse; 
width: 505px; 
}

td.third {
width: 165px;
}

td.half {
width: 250px;
margin-right: 2px;
margin-left: 1px;
}

td.half2 {
width: 250px;
margin-left: 2px;
}

#content {
width: 515px;
background: transparent;
height: auto;
float: right;
padding-left:5px;
text-align: justify;
}
#sidebar {
float: left;
width: 155px;
height: auto;
padding-right: 5px;
margin: 0 auto;
text-align: center;
}

.pimpin {
background: transparent url('http://jellyfishing.org/pattern2.png')repeat-y left;
padding-top: 6px;
padding-bottom: 3px;
}

#footer {
clear:both;
margin-top: 10px;
text-align:right;
padding: 3px 3px 5px 3px;
height:auto;
filter:alpha(opacity=75); 
opacity:0.75;
}

#footer:hover {
filter:alpha(opacity=100); 
opacity:1.0;
}

#navigation {
width : auto;
text-align : left;
margin : -65px 0 0 0;
padding : 0px 5px 1px 0;
background: transparent;
text-align: center;
} 

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

#navigation a:link, #navigation a:visited {
float : inherit;
font : 15pt/185% "BebasNeueRegular", arial, serif;
color : #FB919D;
padding : 3px 5px 2px 5px;
margin-right: 8px;
margin-left: 8px;
text-decoration: none;
font-weight: regular;
-webkit-transition: color 500ms ease-in; 
-moz-transition: color 500ms ease-in;
-o-transition: color 500ms ease-in; 
transition: color 500ms ease-in; 
} 

#navigation a:hover, #navigation a:focus {
color : #F84359;
text-decoration: none;
text-shadow: none;
} 





h1 {
background: transparent;
color: #86DDBA;
font:20pt/150% "ContraItalic", Arial, serif;
font-weight: normal;
text-align: justify;
margin: 0 0 1px 0;
border-bottom: 2px dashed #EFBECD;
text-transform: lowercase;
text-shadow: #144934 1px 1px 1px;
text-indent: 53px;
}


h2 { 
font : 10pt/170% "trebuchet ms", sans-serif;
color: #fff;
margin: 0;
letter-spacing: 1px;
}

h3 {
text-align: center;
font : 12pt/147% "BebasNeueRegular", arial, serif;
text-transform: uppercase;
margin: 0;
font-weight: light;
color: #fff;
}

h4 {
text-align: center;
font: 15pt/175% "BebasNeueRegular", arial, serif;
color: #EB2154;
margin: 2px;
}


img.thumbs {
background: transparent;
text-align: center;
margin-bottom: 4px;
border-color: #FB919D;
}


a:link, a:visited, a:active {
        text-decoration: none;
color: #CB2765;
	cursor: crosshair;
	        }
a:hover { 
	text-decoration: underline;
	cursor: crosshair;
}



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


input:focus, textarea:focus, select:focus, submit:focus{
border-color: #D75A7C;
} 


blockquote { 
background : #080808 url('http://jellyfishing.org/pattern.png')repeat-x bottom;
text-align : justify; 
padding : 7px 8px 11px 11px;
display: block;
}  




