body {
  background:#C00020;
  color:#333;
  margin:10px;
  font:101%/130% "Trebuchet MS", Georgia, sans-serif;
}

div#main {
  background:#FFFFFF;
  color:#333;
  border:1px solid #000000;
  width:750px;
  min-height:550px;
  height:auto;
  height:550px;
  text-align:left;
  margin:auto;
}

#leftbox {
  float:left;
  width:180px;
  text-align:center;
  font-size:11px;
}

div#content {
  width:500px;
  float:left;
  padding:10px;
  font-size:11px;
  margin: 0px 0px 0px 10px;
}

hr {
  height:1px;
  color:#ccc;
}

p {
  text-align: left;
}

.center {
  text-align: center;
}

a:link, a:visited {
  color:#8949FF;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
