body {
  font-size: 13px;
  backgrund: #fff;
  color: #000;
  font-family: verdana, sans-serif;
}

div, img {
  padding: 0px;
  margin: 0px;
  border-style: none;
}

#wrap {
  background: url(../images/borders.png) repeat-y;
  margin: 0px auto;
  width: 800px;
}

#header {
  background: url(../images/top-center.png) repeat-x;
  height: 131px;
}

#header-left {
  width: 54px;
  float: left;
  background: url(../images/top-left.png) no-repeat;
  height: 131px;
}

#header-right {
  width: 54px;
  float: right;
  position: relative;
  left: 4px;
  background: url(../images/top-right.png) no-repeat;
  height: 131px;
}

#header h1 {
  display: block;
  padding-top: 50px;
  color: #777;
}
 
#header h1 a {
  text-decoration: none;
  color: #777;
}

#header h1 a:hover {
  color: #444;
}

#nav {
  background: #e5e4e5;
  margin: 0px 20px;
  vertical-align: middle;
  height: 2em;
  text-align: center;
}

#nav a {
  padding: opx 5px;
  color: #000;
  line-height: 2em;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
  color: #999;
}

#nav a.selected {
  color: #999;
}

#content {
  padding: 10px 20px;
  line-height: 1.6;
  font-family: verdana, arial, helvetica, sans-serif;
}

#content h3 {
  margin-left: 0px;
}

#content a {
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
  color: #444;
}

#content a:hover {
  text-decoration: underline;
  color: #000;
}

#footer {
  background: url(../images/bottom-center.png) repeat-x;
  height: 110px;
}
 
#footer-left {
  width: 54px;
  float: left;
  background: url(../images/bottom-left.png) no-repeat;
  height: 110px;
}
 
#footer-right {
  width: 54px;
  float: right;
  background: url(../images/bottom-right.png) no-repeat;
  height: 110px;
}

#footer p {
  text-align: center;
  padding-top: 20px;
  color: #555;
}

#footer p a {
  color: #333;
  text-decoration: none;
}

#footer p a:hover {
  color: #ddd;
  text-decoration: underline;
}

h2 {
  font-weight: normal;
  border-bottom: #e5e4e5 1px solid;
}

pre {
  padding: 5px;
  border: #cccccc 1px solid;
  background: #efefef;
  margin: 0px 1em;
}

#navbox {
  width: 700px;
  align: center;
  margin: 5px auto;
  padding: 5px;
}

.navcell {
  width: 136px;
  tex-align: center;
  float: left;
  border-left: dotted #ddd 1px;
  border-right: dotted #ddd 1px;
  margin: 1px;
}

.navcell:hover {
  border-left: solid #999 1px;
  border-right: solid #999 1px;
}

#menu {
  float: left;
  width: 180px;
  min-height: 300px;
  border-right: solid #999 1px;
  margin: 0px 10px 10px 0px;
}

#menu-head {
  text-align: center;
}

#menu ul {
  list-style: none;
  padding: 10px 5px 5px 15px;
  margin: 0px;
}
 
#menu ul li a {
  color: #666;
  font-weight: bold;
  margin: 0px;
}

#content-text {
  width: 565px;
  float: right;
}

#content-text h3{
  border-bottom: #999 solid 1px;
}

.left {
  float: left;
}
 
.right {
  float: right;
}

table tr.hd td {
  background: #999;
  color: #fff;
}
 
table tr.od td {
  background: #eee;
}

table tr.ev td {
  background: #ddd;
}
 
.panel h4 {
  background: #999;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #fff;
}
