* {  
 margin: 0;  
 padding: 0;  
}  
body {  
 font: 16px/145% "Palatino Linotype", Georgia, serif;  
 color: #132057;  
 background: #000000 url(images/pageback.jpg) no-repeat center top;
 background-attachment: scroll;
 margin-bottom: 20px;
}  
  
#wrapper {  
 margin: 0 auto;  
 width: 960px;  
 background: #FFFFFF url(images/wrapperback.gif) repeat-y;  
 text-align: left;
 border-left: 1px solid #000080;
 border-right: 1px solid #000080;  
}
  
#header {  
        height: 125px;  
}

   
.slide {
     border-left: 1px dotted #C0C0C0;
     padding: 10px;
     margin: 10px 0 0 10px;
     display:none }
     
.note {
     padding: 10px;
     background:#EBEBEB;
     font-size: 0.75em;
     line-height: 135%;
}     
                        
#nav {
     height: 32px;
     width: 700px;
     float: right;
     border-bottom: 1px dotted #ccc;
     margin-right: 24px;
      }
        
#content-primary {  
 background: #FFFFFF;                
 float: right;  
 margin: 12px 44px 60px 24px;  
 padding-right: 15px;
 width: 650px;  
 
}  

#content-secondary {  
 float: right;  
 margin: -5px 59px 60px 24px;  
 width: 144px;  
 color: #000080; 
} 
 
#footer {  
 clear: right;  
 border-top: 1px dotted #ccc;
 height: 150px;  
 background: #fff;
}  
  
.clear {  
 clear: both;  
}

#feedControl {
  width : 500px;
  height : 200px;
  padding : 10px;
  background: #C0C0C0;
}
