html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 15px;
  background-color: #333;
  color: white;
}

body, p, div, th, td, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

p, li {
  line-height: 1.5em;
  margin: 1em 0;
}

li {
  margin: 0.5em 0;
}


img {
  border: none;
}

h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

a:link, a:visited {
  color: white;
  text-decoration: none;
}

a:hover, a:active {
  color: white;
  text-decoration: underline;
}

form {
  margin: 20px 0;
}

fieldset {
  border: 1px solid #666;
  margin: 10px 0;
  padding: 5px;
}

legend {
  padding: 0 5px;
}

form p label {
  font-weight: bold;
  float: left;
  width: 180px;
  text-align: right;
  padding-right: 10px;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}

input, select {
  vertical-align: middle;
}

#wrapper {
  width: 750px;
}

#logo {
  float: right;
  width: 250px;
  height: 25px;
  background-image: url('../images/logo.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

#logo h1{
  display: none;
}

#header {
  width: 490px;
  height: 25px;
}

#header ul {
  margin: 0;
  padding: 5px 0 0 0;
}

#header li {
  display: inline;
  padding: 0 10px;
  font-weight: bold;
  font-size: 10px;
  border-left: 1px solid #888;
}

#header li.first {
  border-left: none;
}

#header a:link, #header a:visited {
  color: white;
  text-decoration: none;
}

#header a:hover, #header a:active {
  color: white;
  text-decoration: underline;
}

#main {
  background-color: #CAD3B8;
  background-image: url('../images/back1.gif');
  background-repeat: repeat-x;
  background-position: top;
  min-height: 400px;
  color: black;
}

* html #main {
  height: 400px;
}

#sidebar {
  float: left;
  width: 140px;
  height: 150px;
  background-image: url('../images/dog.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#content {
/*  background-image: url('../images/seattle.gif');
  background-repeat: no-repeat;
  background-position: top right;*/
  padding: 40px 20px 20px 160px;
}

#content a:link, #content a:visited {
  color: #664;
  text-decoration: none;
}

#content a:hover, #content a:active {
  color: #664;
  text-decoration: underline;
}

#footer {
  color: #DCDCDC;
  font-size: 10px;
  text-align: right;
  padding-top: 5px;
}

.error {
  color: #A00;
}

.width50 {
  width: 50px;
}

.width150 {
  width: 150px;
}

.width200 {
  width: 200px;
}

img.dog {
  vertical-align: middle;
}

.navigation {
  margin-top: 20px;
}

table.details {
  border: none;
  width: auto;
}

table.details th, table.details td{
  border: none;
  padding: 5px 0;
  vertical-align: middle;
}

table.details th {
  padding-right: 10px;
  text-align: right;
}

ul.simple {
  list-style: none;
}

.red {
  color: #C00;
}

.green {
  color: #080;
}

.small {
  font-size: 10px;
}

table.table {
  border: 1px solid #999;
  border-collapse: collapse;
}

table.table th, table.table td {
  padding: 5px;
  border: 1px solid #999;
}

table.table th {
  background-color: #EEE;
}

table.table td {
  background-color: white;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}
