#content {
   border: 1px solid #333333;
   background: black;
   float: left;
   margin: 0;
   padding: 3px;
   width: 792px;
   height: 414px;
}
#content_container {
   background: none;
}
#bricks {
   width: 1023px;
   background: url('/img/layout/brick_bg.jpg') no-repeat bottom left;
   position: absolute;
   bottom: 0;
   left: 11px;
   height: 198px;
   z-index: 2;
}
#content_container #projects {
   height: 34px;
   background: black;
   border: 1px solid #333333;
   border-bottom: 1px solid #848330;
   border-top: none;
   margin-top: -1px;
   float: left;
   display: inline;
   padding-right: 15px;
   display: inline;
}
#content_container #projects h2{
   margin: 7px 0 0 15px;
   padding: 0;
   width: 123px;
   font-size: 12px;
   font-weight: normal;
   float: left;
   color: #666666;
   display: inline;
}
#content_container #projects ul{
   list-style: none;
   float: left;
   margin: 0;
   padding: 0;
   display: inline;
}
#content_container #projects ul li{
   list-style: none;
   float: left;
   margin: 5px 0 0 0 ;
   padding: 2px 10px 2px 14px ;
   background: url('/img/layout/projects_border.jpg') repeat-y top right;
   display: inline;
}
#content_container #projects ul li.last {
   background: none;
}
#content_container #projects ul li a {
   color: white;
   font-weight: bold;
   text-decoration: none;
}
#content_container #projects ul li.selected a {
   color: #fdca00;
}
#footer {
   background: none;
   padding-top: 55px;
}