body {
    background-color: #000;
    margin: 0;
    padding: 0; }

.index td {background-color: #fff; }

#container { width: 958px; margin: 0 auto; }
    
#topnav {
    width: 692px;
    height: 17px;
    background: url(/images/cowgirl_junction_inner_03.jpg); 
    z-index:300; 
    text-align: left;

}

#topnav ul {
    text-align: left; 
    padding: 0;
    margin: 0;
}

#topnav ul li {
    display: inline;
    font:bold 11px tahoma;
    color: #FDDB31;
    padding: 0; 
    margin: 0;
}

#topnav ul li a {
    font:bold 11px tahoma;
    color: #fff;
    padding: 0 8px 0 8px;
    margin: 0;
    text-decoration: none;
}
    
#topnav ul li a:hover {
    color: #FDDB31; 
}







.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #191E20; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 11px arial;
    line-height:18px;
    z-index:500;
    background-color: #6C6C6C;
    visibility: hidden;
    width:100px;
    
}                        
*html .dropmenudiv { 
    margin-left: 0px; 
    width:100px;}

.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 10px;
    border-bottom: 1px solid #191E20; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #191E20;
    color: #FDDB31;

}







#content {
    width: 666px;
    height: 476px;
    background-color: #3D2F26;
    padding: 10px;
}

#content h1 {
    font: bold 36px tahoma;
    color: #FFE80C; }

#content h2 {
    font: bold 18px tahoma;
    color: #FFE80C; }

#content h3 {
    font: bold 18px tahoma;
    color: #D1AE8E; 
    border-bottom: dashed 1px #D1AE8E;}
    
#content P {
    font: normal 12px tahoma;
    color: #fff; }
    
#content a {
    text-decoration: underline;
    color: #fff; }
    
#content a:hover {
    text-decoration: none; }


#content td {
    font: normal 12px tahoma;
    color: #fff; }

#content td.inverse {
    background-color: #FFE80C;
    color: 000; }
    
#content fieldset {  border: solid 1px #FFE80C; padding: 5px; }
#content fieldset legend { font: bold 14px helvetica; color: #000; padding: 3px; background-color: #FFE80C; }


#companyfooter {
    height: 19px;
    width: 958px;
    background: url(/images/pro_photo_studio_34.jpg);
    text-align: center;
    font: normal 10px tahoma;
    color: #fff; }
    
#footer {
    margin-top: 6px;
    text-align: center;
    font: normal 9px tahoma;
    color: #A1A0A0; }
    
#footer a {
    color: #A1A0A0; 
    text-decoration: none;}

#footer a:hover {
    text-decoration: underline;
}

    




