html, body {
        background:url('images/background-image.jpg') no-repeat #000;
        margin: 0 auto;
}

a:link, a:visited {
        color: purple; text-decoration: none;
        }
        
a:hover{
        color: purple; text-decoration: underline;
        }


#container {
        background: url('images/bgpattern.jpg') no-repeat;
        width: 720px;
        margin: 0 auto;
        }       
        
#topnav{
        background: #fff;
        filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
        width: 690px;
        height: 25px;
        margin: 0 auto;
        font-family: Arial; font-weight: bold; font-size: 12pt;
        color: #000;
        text-align: right;
        padding-right: 30px; padding-top: 10px;
        }  

#twocolholder{
        background: #xxxxxx;
        position: relative;
        width: 720px; height: 600px; 
        left: 0px; top: 0px;
        margin: 0 auto;
        text-align: center;
        }
                      
#sidenav{
        position: absolute;
        left: 30px; top: 20px;
        width: 140px;
        text-align: right;
        }

#sidenav span{
        font-family: Arial; font-weight: bold; font-size: 12pt;
        color: #000;
        line-height: 16pt;
        }   

#thumbholder{
        position: absolute;
        left: 150px;
        clear: both;
        width: 550px;
        height: auto;
        padding-left: 38px; padding-top: 24px;
        text-align: left;  
        }          

.testimtext {
        font-family: Arial; font-weight: none; font-size: 9pt;
        color: #000;   
        display: block;
        width: 500px;
}         

#footer{
        position: relative;
        top: 330px;
        background: #666;
        height: 25px;
        font-family: Arial; font-weight: bold; font-size: 10pt;
        color: #fff;
        padding-top: 10px;
        text-align: center;
        }    
        
#footer .btmtext {
        font-family: Arial; font-weight: none; font-size: 9pt;
        color: #fff;
        text-align: center;     
}   
    