
#header ul {     list-style: none;     padding:0;     margin:0; border-bottom: 0;} 
#header li {     float: left;     border: 1px solid aqua;          margin: 0 0.5em 0 0; } 
#content {     
    border: 0;     
    clear: both; 
    border-top: .3em solid aqua;
} 
body {
    background-color:black; 
    background-attachment:fixed;
    background-repeat:no-repeat;
    color:white; 
    font-size: 10pt; 
    font-weight: bold;
}
td {font-size: 10pt; font-weight: bold}
ol {font-size: 10pt; font-weight: bold}
ul {font-size: 10pt; font-weight: bold}
#tabs {
    margin: 0;
    padding: 0;
}
#tabs li a {
    text-decoration: none;
    padding: 0.25em 1em;
    color: white;
} 
#cagshome #tabs li#tab1 a, #cagssongs #tabs li#tab2 a, #cagsschedule #tabs li#tab3 a, #cagspics #tabs li#tab4 a, #cagstestimony #tabs li#tab5 a{
    background-color: aqua;
    color: black;
    position:relative;
    border-bottom: .1em solid aqua;
    border:0;
} 
#tabs li a:hover {
     text-decoration: none;
     background-color: lime;
     color: black;
}
#header li, #header span {
    display: block;
    float: left
}
#leftcontent {
    position: absolute;
    left:10px;
    top:65px;
    width:170px;
    background:black;
}
#centercontent {
    margin-left: 225px;
    top:65px;
}
#rightcontent {
    position: absolute;
    margin-left: 600px;
    top:65px;
}
.cagspic {
    float: left;
    margin: 8px 8px 8px auto;
    text-align: center;
    text-decoration: none;
}
.cagspic span {
    display: block;
    margin-top: 1px;
    text-align: center;
    font-size: 80%;
    color: white;
}


