body {
  background-color: #fff;
  margin: 0;
}

#container {
  width: 845px;
  position: absolute;
  padding-bottom: 20px;
}

#left {
  width: 240px;
  background: #ffffff url('images/sidebar-bg.jpg') repeat-x;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

#left-content {
  width: 145px;	
  padding-left: 46px;
}

#left-content a {
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  color: #3853a4;
}

#left-content a:hover {
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  color: #000;
  text-decoration: none;
}

#right {
  float: right;
  position: relative;
  top: 0;
  width: 600px;
}

#header {
  width: 600px;
}

#horizontal-nav {
  width: 600px;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding-top: 4px;
  margin-top: 10px;
  margin-bottom: 25px;
  display:block;
  height: 26px;
}

#horizontal-nav a {
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  color: #292929;
  text-decoration: none;
  padding: 8px;
  display:inline;
  height: 30px;
}

#horizontal-nav a:hover {
  color: #fff;
  background: url('images/rollover-bg.jpg') repeat-x;
  display:inline;
  height: 30px;
}

#content {
  width: 540px;	
  margin-left: 30px;
  font-size: 11px;
  font-family: Arial, verdana, sans-serif;
  line-height: 14px;
}

.img {
 border:1px solid #292929;
 float:right; 
 margin-bottom: 10px;"	
}

td {
  line-height: 14px;	
}

