body {
    font-family:verdana, sans-serif;
    color:#666;
    font-size:8pt;
    margin:0;
    padding:0;
    background:white url('images/backgroundREV.jpg') repeat-x;
}

.mainContainer {
    width:700px;
    height:450px;
    margin:20px auto 15px auto;
    background:url('images/mountain.jpg') no-repeat;
    /*border:1px solid green*/
    }
    
img {
    border:none;
}

a {color:#888}

a:hover {
    color:#888
}

h3 {
    font-weight:bold;
    font-size:8pt;
    color:black
    }
    
.header {
    padding-top:40px;
    height:70px;
    text-align:center
    }
.nav {
     float:right
     }
     
p {
    line-height:1.5em;
    }    

li {line-height:1.6em}    
    
.footer {
    width:700px;
    text-align:center;
    color:#aaa;
    margin:5px  auto;    
 }

#noshow {
    display:none;
    }