#title {
   position:absolute;
   left: 60px;

   width:950px;
 
}

#title h1 {
   background: transparent url(title.gif) no-repeat top left;
   height:66px;
}

#title h1 Span {
   display: none;
}

#top_banner {
   position:absolute;
   left:150px;
   top:100px;
}

#left_banner {
   position:absolute;
   left:10px;
   top:120px;
}

#bluepiece {
   background: transparent url(blueback.jpg) no-repeat top left;
   position:absolute;
   left:20px;
   top:220px;
   z-index:100;
}


#preamble {
   background: transparent url(backpattern.jpg) no-repeat top left;
   position:absolute;
   left:220px;
   top:200px;
   width:540px;
   height:200px;
   font: 18pt century;
   color:ee3333;
   background: transparent f2be6b;
   padding:20px;  
   z-index:1;
}

#links {
   position:absolute;
   left:780px;
   top:200px;
   width:200px;
   height:200px;
   font: 14pt century;
   color:ee3333;
   background: transparent 58592f;
}

#main_content {
   position:absolute;
   left:60px;
   top:480px;
   font: 18pt century;
   color:ee3333;
   background: transparent f2be6b; 
   padding:20px;
}

#main_content ul li {
   color:3333ee;
   background: cccccc;
   padding:20px;
}