/* Fernie Skating Club */
body {
text-align: center;
background:url(Images/lgrey016.jpg); color:#000;
font-family: verdana, arial, geneva, sans-serif;
}

h1 {
text-indent:-9999px;
}

#wrapper {
width:760px;
margin: 0 auto;
text-align: left;
background:#FFF; color:#000;
}

#header {
background:#FFF; 
color:#000000;
text-align: center;
}



#navigation {
width: 177px;
float: left;
background:#FFF; color:#CCC;
margin-top: 10px;
margin-bottom: 10px;
}


#navigation p {
padding: 10px;
}

#navcontainer ul { 
margin: 0;
padding: 0; 
list-style-type: none; 
} 
#navcontainer li {
margin: 0 0 2px 0;
} 
#navcontainer li a#current {
color:#00F; background:#09F;
}
#navcontainer a { 
display: block;
color:#CCC; background:#06f;
width: 140px;
padding: 4px 6px; 
text-decoration: none;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
 }
#navcontainer a:hover { 
color:#0FF; background:#06f;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
#content {
width: 560px;
float: right;
font-size: 80%;
background: #FFF; color:#000;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}


#content h2 {
font-size: 130%;
padding-left: 10px;
}


#content p {
padding: 5px;
}

h3 {
font-size:16px;
color:#06F;
}


#footer {
clear: both;
background:#06F; color:#000;
}


#footer p {
padding: 3px;
text-align: center;
font-size: 75%;
background:#06F; color:#000;
}


