div#container {
  width: 780px;
  background: white;
  margin: 0px auto;
  font: 0.9em/1.6em verdana, sans;
  color: #404040;
}
h1 {
  text-align: right;
  color: white;
  background: url('images/headfade.jpg') repeat-y right;
  font: 1.2em/1.2em courier new, sans;
  font-weight: bold;
  padding: 1px 10px 1px 0px;
}
body {
  background: white;
}
div#header {
  display: block;
}
div#nav {
  background: url('images/nav_repeat.gif') repeat-x;
  height: 31px;
}             
div#nav a {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #888888;
  width: 70px;
  text-align: center;
  margin-top: 5px;
  height: 23px;
}
div#nav a:hover {
  text-decoration: none;
  background:#c00080;
  color: white;
}

img#nav_left {
  float: left;
}
img#nav_right {
  float: right;
}
div#content {
  padding-left: 200px;
  background: url('images/image.jpg') top left no-repeat;
}
div#footer {
  background: #C00080 url('images/foot.gif') bottom no-repeat;
  font-size: 0.7em;
  text-align: center;
  color: white;
}
div#footer a {
  color: white;
}
a {
 text-decoration: none;
 color: #c00080;
}
a:hover {
  text-decoration: underline;
}

div#content img {
  float: left;
  margin: 0px 20px 20px 0px;
  clear: left;
}
