/* Layout */
body{
   text-align:center;
   border:0px;
   margin:10px;
   background-color:#eeeeee;}
 
#container{
   position:relative;
   margin-left:auto;
   margin-right:auto;
   background-color:white;
   text-align:left;
   width:802px;
   border-bottom:1px solid #909090;
   border-left:1px solid #909090;
   border-right:1px solid #909090;}

#banner{
   margin:0;
   padding:0;
   border:0px;}

#banner,#left,#middle{ 
   border:0px;}
 
#banner{
   height:184px;
   background-image:url('../images/banner.jpg');
   background-repeat:no-repeat;} 
 
#left,#middle{
   float:left;} 
 
#left{
   width: 180px;
   text-align:center;}
  
#middle{
   height:300px;
   width:600px;
   border-left:1px solid #909090;}  
  
#footer{ 
   clear:both;
   border-top:1px solid #909090;
   padding-top:5px;
   padding-bottom:5px;}

/* Format */
body{
   font-family: Verdana;} 
#footer{ 
   text-align:center;
   width:800px;
   font-size:xx-small;}
#middle{padding:10px;
   font-size:x-small;}
#middle h3{
   text-align:center;}
#middle p{
   text-align:left;}

/* Menu */
#menu {
   background:url('../images/menu_bg.gif');
   width:180px; 
   margin: 0px;
   padding: 0px;
   border:0px;
   list-style-type: none;
   font-family: Verdana;
   font-weight:bold; 
   font-size:xx-small;}
#menu li a{
   display: block;
   padding: 5px, 0px, 5px, 10px;
   height:22px;
   width: 100%;
   border-bottom: 1px solid #909090;
   color: #000000;
   text-decoration: none;}
#menu a:hover, #menuactive{
   background:url('../images/menu_active.gif');}