﻿
body {
    margin-top: 0px;
    padding: 0px;
    background-color: white;
    font-family: "Century Gothic", verdana, sans-serif;
    behavior:url("../mybtc/csshover.htc"); 
}




#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

#masthead {
    width: 960px;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    
}


#show  {
    width: 200px;
    height: 200px;
    background-color: transparent;
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid #C4D1F9;

}  

#navigation {
    width: 164px;
    float:left;  
    background-color: white;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 4px;
 /*    height: 600px; */
    margin: 0 0 10px 0;
}

#content {
    float: left;
    width: 540px;
 /*    height: 570px; */
    background-color: white;
    padding: 10px;
    margin: 10px 5px 10px 10px;
   
 }


#right-column {
    float: left;
    width: 188px;
/*     height: 520px; */
    background-color: white;
    padding: 10px;
    margin: 60px 0px 10px 5px;
    
 }

#footer { 
 width: 938px;
 clear: both;
 color: #333;
 
 background-color: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}



