/* CSS Document */

*{
 padding-top:0px;
 margin:0px;
 }
 
body{
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 background-color:#fff;
 }

#main {
  width:900px;
  margin-left:auto;
  margin-right:auto;
  }
#header {
  width:900px;
  height:100px;
  }
.navigation {
  float:left;
  margin-left:400px;
  #margin-left:225px;
  margin-top:10px;
  width:480px;
  height:40px;
  } 
.navigation ul{
  float:left;
  width:100%;
  list-style-type:none;
  margin-top:10px;
  }
.navigation a{
  float:left;
  text-decoration:none;
  color:#CC6600;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  padding:0.4em 0.9em;
  }
.navigation li{
  display:inline;
  } 
.navigation a:hover {
  text-decoration:underline;
  color:#993300;
  }         
#banner{
  float:left;
  width:900px;
  height:150px;
  margin-top:5px;
  border-bottom:#000 2px solid;
  }  
#contentbody {
  float:left;
  width:900px;
  }
#contentbody h2{
  color:#FFFFFF;
  }  
#leftpanel {
  float:left;
  margin-top:10px;
  width:650px;
  }
 .text {
  float:left;
  width:640px;
  margin-left:10px;
  color:#333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  word-spacing:3px;
  line-height:19px;
  } 
.text h3 {
 color:#663300;
}
.text h4{
  color:#CC6600;
}
.text a{
  text-decoration:none;
  color:#CC6600;
  }
.table {
  width:600px;
  margin-left:30px;
  margin-top:10px;
  border:none;
}
.table img{
  border:none;
}          
#rightpanel {
  float:left;
  width:230px;
  margin-left:10px;
  #margin-left:7px;
  margin-top:10px;
  } 
  
#footer {
  float:left;
  width:900px;
  height:30px;
  margin-top:10px;
  #margin-top:5px;
  text-align:center;
  color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  border-top:#666 2px solid;
  }  
#footer a{
margin-top:15px;
 text-decoration:none;
 color:#993300;
 }  
