body {
  font: .8em Verdana;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

table, td, tr, input, select, textarea {
  font: 1em Verdana;
}

a {
  color: #0E22A2;
}

img {
  border: none;
}

ul {
  margin: 4px;
  padding-left: 20px;
}

h3 {
  margin-top: 20px;
  font: 1.6em Arial;
  font-weight: bold;
}

hr {
	height: 0px;
	border: 0px;
	border-top: solid 1px #e6e6e6;
}

#error {
  width: 400px;
  border: solid 2px #FFF000;
  background: #FFFFCC;
  display: block;
  margin: 15px 0px;
}

#container {
  width: 900px;
  display: block;
  margin: 0 auto;
  text-align: left;

}

#header {
  height: 100px;
  line-height: 100px;
  background: #881111;
  border-bottom: solid 6px #340404;
}

#toright {
  background: url('/img/toright.gif') repeat-y;
  height: 100px;
  width: 20px;
  display: block;  
  float: right;
}

#toleft {
  background: url('/img/toleft.gif') repeat-y;
  height: 100px;
  width: 20px;
  display: block;
  float: left;
}

#logo {
  float: left;
}

#menu {
  float: right;
  position: relative;
  margin-right: 60px;
  top: 70px;
  height: 30px;
  line-height: 30px;
}

#menu a {
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background: #340404;
  color: #FFFFFF;
  text-decoration: none;
  border: solid 1px #000000;
  border-bottom: none;
}

#menu a:hover {
  border: solid 1px #2A5A0C;
  border-bottom: solid 6px #2A5A0C;
  color: #FFFFFF;
  background: #4EAB16;
}

#content {
  width: 600px;
  max-width: 580px;
  padding: 10px;
  float: left;
}

#pager {
  width: 600px;
  text-align: center;
}

#right-bar {
  width: 300px;
  max-width: 270px;
  padding: 10px;
  padding-left: 20px;
  float: left;
} 

#footer {
  float: left;
  width: 900px;
  text-align: center;
  font-size: .85em;
  color: #888888;
  height: 30px;
  line-height: 30px;
  border-top: solid 1px #BBBBBB;
  margin-top: 10px;
}

#footer a {
  color: #888888;
}