
/*
Fixed width and centered
*/

html {
   padding: 0;
}

body {
   min-width: 876px;
}

.siteContainer {
	position: relative;
   width: 876px;
   margin-left: auto;
   margin-right: auto;
}
   #topContainer {
      position: relative;
      height: 154px;
      width: 876px;
      margin: 0;
      z-index: 20;
   }
   #header {
      position: relative;
      z-index: 5;
      border-bottom: 8px solid #ffffff;
   }

#main {
   position: relative;
   width: 860px;
   background-color: #ffffff;
   border: 8px solid #ffffff;
}






/*
 * Home contents
 */

#homeList {}
   #homeList li {
      float: left;
      display: inline;
      width: 281px;
      height: 244px;
      margin-right: 8px;
      background: url(../gfx/bgBlock.jpg) top left no-repeat;
   }
      #homeList li.noMargin {
         margin-right: 0;
      }
   #homeList li h2 {
      color: #2a8f04;
   }

   #homeList li p {
      margin: 0;
      padding: 0;
      padding-top: 4px;
      padding-bottom: 10px;
   }

   #homeList li .content img {
      border: 0;
   }

   #homeButtons {
      padding-top: 8px;
   }
	   #homeButtons a,
	   #homeButtons img {
	      margin: 0;
	      padding: 0;
	      display: block;
	   }
   
