/* 
Main style sheet for Gulf Coast Kayak Adventures

Clay Yeaman <clay@yeaman.org> 2004


*/

body { 
    background-color: #000066; 
    color: #000; 
    margin: 0px 0px 0px 0px; 

    /* for opera users */
    padding: 0px 0px 0px 0px;
    background-image: url(images/bg.gif);
    background-repeat: repeat
} 
 
.navbar{
     font: bold 15px Verdana, sans-serif;
     color: #fff;
     text-align: center;
}

a.nav:link{ 
     color: #fff;
     text-decoration: none
}

a.nav:visited{ 
     color: #fff;
     text-decoration: none
}

a.nav:active{ 
     color: #fff;
     text-decoration: none
}

.content{
    background: #006;
    color: #006;
    font: bold 13px Verdana, sans-serif;
    
}
.contentmain{
    background: #006;
    color: #006;
    font: bold 16px Verdana, sans-serif;
    
}
.copyright{
    font: bold 8px Verdana, sans-serif;
    color: #FFF;
    text-align: center;
    vertical-align: bottom;
} 

div.titletext {
    font: bold 30px Verdana, sans-serif;
    text-align: center;
}

div.tagline {
    font: bold italic 15px Verdana, sans-serif;
    text-align: center;
}

div.line {
     text-align: center;
     margin-left: 10px;
}

