body {
  margin-right:auto;
  margin-left:auto;
  width:960px;
}

#wrapper {
  margin:0;
  font-family:Georgia,Verdana,Arial;
}

#banner {
  margin-right:auto;
  margin-left:auto;
  width:960px;
}

#main h1,h2,h3 {
  text-align:center;
}

#content {
  float:right;
  width:755px;
  margin-left:10px;
}

#content p.text {
  text-align:justify;
  margin-top:0;
}

#content table {
  width:670px;
  margin-left:auto;
  margin-right:auto;
}

#sidebar_left {
  float:left;
  width:195px;
  background-color:#63301b;
}

#sidebar_left .inner {
  margin:2px;
}

#sidebar_left .inner p {
  background-color:white;
  border: 2px outset brown;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin:6px 3px 4px 3px;
  text-align:center;
  padding:2px;
}

#sidebar_left .inner p:hover {
  background-color:#fcf0db;
}

#sidebar_left .inner a {
  color:black;
  text-decoration:none;
}

#sidebar_left .inner a:hover {
  text-decoration:underline;
}

#clear {
  clear:both;
  height:1px;
}

footer {
  font-size:90%;
  margin-top:20px;
  border-top:1px solid black;
}
