body {
  background: #E5E6E8 url("images/gradient.jpg") repeat-x scroll 0 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2A3845;
  font-size: 0.9em;
  line-height: 1.6em;
}

#wrap {
  background: white none repeat scroll 0 0;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin: 0 auto;
  width: 860px;
}

#header {
  background: transparent url(images/header.png) repeat-x scroll 0 0;
}

#logo {
  height: 50px;
  padding: 5px 10px;
  text-align:center;
  font-size: 2em;
  color: white;
}

#navigation {
  height: 30px;
  float: right;
}

#navigation ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0;
}

#navigation li {
  float: left;
}

#navigation li a {
  display: block;
  margin-left: 8px;
  padding: 0 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}

#main {
  width: 860px;
  padding: 8px;
}

#main-left {
  margin-bottom: 5px;
  margin-top: 35px;
  width: 860px;
}

#main-left h1 {
  background: transparent url('images/titles.jpg') no-repeat scroll left bottom;
  font-size: 20pt;
  padding-bottom: 22px;
}

.row {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto !important;
  padding: 10px;
  width: 700px;
}

.row-left {
  color: #666666;
  font-family: Tahoma, Verdana, Arial;
  margin: 0 15px 10px 0;
  padding-top: 6px;
  text-align: right !important;
  width: 100px;
  float: left;
}

.row-left b {
  color: #80B31C;
  display: block;
  font-family: Georgia, Times New Roman;
  font-style: italic;
  font-weight: bold;
}

.row-right {
  color: #333333;
  font-family: Tahoma, Verdana, Arial;
  text-align: left;
  width: 550px;
  float: left;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 0.8em;
  line-height: 1.2em;
}
