body {
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
	  color: #000000;
  }

  #body { 
    margin-top:299px;
    background: #ffffff url('../images/body_bg.gif') repeat-y top left;
  }
  
  #menu {
    padding-top:18px;
    padding-left:194px;
    height:412px;
    margin-bottom:312px;
    background-image: url('../images/menu_bg.jpg');
    background-repeat:no-repeat;
    background-position: top left;
    float:left;
  }
  
  #bodyText{
    padding-left:356px;
    background: url('../images/bottom.gif') no-repeat bottom left;
  }
  
  #innerText{
    padding:50px 10px 10px 10px;
    width:400px;
    background:white url('../images/bodyText_bg.gif') no-repeat 0px 0;
  }
  
  #header {
    position:absolute;
    left:0px;
    top:0px;
    background-image: url('../images/bg.gif');
    background-repeat: repeat-x;
    width:100%;
    height:299px;
  }
  
  #footer {
    height:80px;
    background:#e5e5e5 url('../images/bottom_2.gif') no-repeat top left;
    border-left:101px solid black;
    padding-left:264px;
    padding-top:10px;
    color:#86969e;
  }
  
  #menu ul{
    padding-left:0px;
    margin-left:0px;
    list-style:none;
    width:144px;
  }
  
  #menu li{
    border-bottom:1px solid #c6c6c6;
    padding:6px;
    font-size:15px;
    color:#666666;
    
  }
  #menu li a{
    color:#666666;
    text-decoration:none;
  }
  
  #menu li.selected a{
    color:#91a700;
  }
  
  h1{
    font-size: 14px;
	  font-weight: bold;
	  color: #86969E;
  }
  
    
  h2{
    font-size: 13px;
	  font-weight: bold;
	  color: #ff9900;
  }