/* Generated by KompoZer */
* {
  margin: 0 auto;
  padding: 0;
}
body {
  margin: 15px auto;
  background-color: #777777;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  text-align: justify;
}
#wrap, #header, #menu, #content, #footer {
  width: 750px;
}
#wrap {
  border: 10px solid white;
  margin: 0 auto;
  background-color: white;
  color: black;
}
#header {
  width: 750px;
  height: 110px;
}
#menu ul {
  border-color: white;
  border-top: 2px solid white;
  padding: 8px 10px;
  background-color: black;
  color: white;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu li a {
  padding: 8px 10px;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
#menu li a:hover {
  background-color: white;
  color: red;
}
#content {
  padding: 20px;
  width: 710px;
}
#content img {
  border:  none;
  margin: 0 0 20px 20px;
  float: right;
}
#content h1 {
  margin: 0 0 10px;
  color: red;
  font-size: 1.6em;
}
#content p, #content p a {
  line-height: 1.5em;
}
#content p a {
  color: blue;
  text-decoration: none;
}
#content p a:hover {
  color: red;
  text-decoration: underline;
}
hr {
  border-top: 2px solid #777777;
}
#content h2 {
  margin: 10px 0;
  color: blue;
  font-size: 1.4em;
}
#footer {
  padding: 10px 0;
  background-color: black;
  color: white;
  font-size: 0.9em;
  text-align: center;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  color: red;
  text-decoration: underline;
}

/* generic site styles */
#showcase {
width:750px;
}
#showcase {
  padding: 20px;
  width: 710px;
}
#showcase h1 {
  margin: 0 0 10px;
  color: red;
  font-size: 1.6em;
}
#showcase img {
  border:  none;
  margin: 0;;
 }
