/* District 38 - Template CSS Document */

/*
  body
  page
  container
     header
     main-wrapper
       main-content
       right-sidebar
    footer
*/

body {
	margin: 0;
}#page {
   background-color:#ffffff; /* white for now */
}
#container {
	position:relative;
  width:970px;
  margin:0px auto;
}
 	 #header {
	 	 width:100%;
     height:90px;
     background-color:#000099; /* dark blue */
/*     border:dashed red 1px; */
	 }
      #themelogo {
        float:left;
        margin:9px 0px 0px 20px;
        width:120px;
        height:72px;
      }
      #sitetitle {
        float:left;
        padding:20px 0px 0px 200px;
      }
      #TIlogo {
        float:right;
        margin:6px 40px 0px 0px;
        width:80px;
        height:80px;
      }      
 	 #head-nav {
     float:left;
	   width:100%;
	   height:150px;
	   padding-left:2px;
/*     border:dashed cyan 1px; */	  
   }
       .navitem {
        float:left;
        width:24%;
        height:150px;
	      background:#6666ff;
        margin-left:4px;
        text-align:left;
    }
   #main-wrapper {
     float:left;
     width:100%;
   }
      #main-content {
        width:79%;
        float:left;
        padding:2em 0 0 0;
      }
      #left-sidebar {
        width:20%;
        float:left;
      }
         /* OR */ 
      #right-sidebar {
        width:20%;
        float:right;
      }
   #footer {
     float:left;
     width:100%;
   }
        