* {margin: 0; padding: 0;}

body {
  background-color: #ae00ff;
  color: #000;
  padding: 20px;
  font-size: 10pt;
  font-family: arial, sans-serif;
  text-align: center;
}

a {
  color: #0e9800;
  text-decoration: none;
  outline: none;
  border-bottom: #0e9800 1px dashed;
  font-weight: bold;
}

a:hover {
  border-bottom: #0e9800 1px solid;
}

#container {
  margin: 0 auto;
  background-color: #ebc0ff;
  width: 720px;
}

#header {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 680px;
  height: 200px;
}

#header h1 {
  display: block;
  height: 100%;
  width: 100%;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  text-indent: -5000px;
  text-decoration: none;
  background: url(img/header.jpg) no-repeat left top;
  border: 0;
}

#content {
  margin-bottom: 15px;
}

#copyright {
  margin-top: 5px;
  text-align: center;
  font-size: 80%;
  color: #fff;
  margin-bottom: 20px;
}

#copyright a {
  color: #fff;
  border-color: #fff;
}

a.thumb {
  border-style: none;
}

a.thumb:hover {
  border-style: none;
}

a.thumb img {
  border: #000 1px solid;
}

p {
  margin: 20px;
}

p.left {
  text-align: left;
}

h2 {
  margin: 10px;
}

p#navigation {
  text-align: left;
  margin: 0;
  padding-left: 20px;
}

p#navigation a {
  color: #000;
  border: 0;
  text-decoration: underline;
}

p.linkheader {
  margin-bottom: 0;
  text-align: left;
}

p#navigation span.separator {
  font-weight: bold;
  color: #f3731d;
}

div#adleft {
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}

div#adright {
  width: 50%;
  float: right;
  text-align: left;
}

.linklist {
  text-align: left;
  margin-left: 40px;
}
