body {
  margin:0;
  padding:0;
  background-color:#e2e0e1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-image: url(../images/headerLine.gif);
  background-position: center 103px;
  background-repeat: repeat-x;
}

/*a:link,a:visited,a:hover,a:active {
  text-decoration:none;
  margin:0;
  padding:0;
  border:none;
  }
*/    
body div {
  margin-left:20px;
  margin-right:20px;  
  }

p {
  text-align: justify;
  }
  
h1 {
  font-size:1.5em;
  }
  
h2 {
  font-size:1.25em;
  display:inline;
  }
  
#drweston {
  float:right;
  margin-left:15px;
  }
  
#header {
  background: url(../images/logo.png) no-repeat;
  height:133px;
  margin-top:10px;
  padding-left:320px;
  }
  
#imgLeft {
  float:left;
  height:50px;
  }
  
#navigation {
  padding-top:43px;
  margin:0;
  width:512px;
  }
  
#navigation div {
  float:left;
  margin:0;
  background: url(../images/navBar_new.gif) repeat-x;
  text-align:center;
  }
  
.navigation a{
  height:30px;
  width:80px;
  display:block;
  color: #ffffff;
  font-weight:bold;
  padding:10px;
  border:none;
  text-decoration:none;
  }
  
#left {
  float:left;
  width:300px;
  margin-left:20px;
  margin-right:0;
  }

#content {
  width:480px;
  margin-left: 340px;
  margin-top:-35px;
  background:#fff;
  padding:15px;
  }
    
#footer {
  height:35px;
  clear:both;
  margin: 5px 0 15px 0;
  background-image:url('../images/bottomBar.gif');
  background-repeat:repeat-x;
  text-align:right;
  color:#ccc;
  padding-top:1em;
  font-size:.90em;
  }
  
a img {
  border: none;  
  margin:-2px;
  padding:0;
  }