body {
   color: #000000;
   padding: 0px;
   margin: 0px;
   background: #2D2D2D url('/images/engine/main-background.jpg') repeat-x;
   font-size: 78%;
   font-family: verdana, tahoma, lucida grande, sans-serif;
}

#wrapper {
   width: 800px;
   margin-left: auto;
   margin-right: auto;
}

#wrapper-top {
   width: 760px;
   text-align: left;
}

#wrapper-top h1 {
   margin: 10px 0px 0px 0px;
}

#wrapper-top h2 {
   margin: 10px 0px 10px 0px;
}

#wrapper-content {
   border: 1px solid #222;
   background-color: #333;
}

.orange-bar {
   height: 5px;
   border-bottom: 1px solid #222;
   background-color: #fc0;
   color: inherit;
   font-size: 0;
}

.align-right {
   text-align: right;
}

#current-nav {
   margin: 5px 5px 0;
   padding: 0 2px 0 2px;
   background: inherit;
   color:#666;
   border-top: 1px solid #444;
   border-right: 1px solid #444;
   border-bottom: 1px solid #2c2c2c;
   border-left: 1px solid #2c2c2c;
   font-size: 10px;
}

.question-title {
   font-weight: bold;
}

#current-nav a:link,
#current-nav a:visited,
#current-nav a:active {
   text-decoration: none;
   color: #666;
}

#current-nav a:hover {
   text-decoration: none;
   color: #FFF;
}

#content-left {
   width: 170px;
   margin: 0px;
   float: left;
}

#content-right {
   margin-left: 175px;
   padding-right: 5px;
   padding-top: 5px;
}

.menu-box {
   border: 1px solid #222;
   width: auto;
   margin: 5px 0 5px 5px;
   background-color: #727272;
   color: #FFFFFF;
   font-size: 12px;
}

.menu-box h3 {
   margin: 0px;
   padding: 2px;
   background-color: #666;
   color: #FFFFFF;
   width: auto;
   border-bottom: 1px solid #222;
   margin-bottom: 5px;
   text-align: center;
   font-weight: bold;
   font-size: 12px;
}

.menu-box a:link,
.menu-box a:visited,
.menu-box a:active {
   text-decoration: none;
   color: #FFFFFF;
}

.menu-box a:hover {
   text-decoration: underline;
   color: #FFFFFF;
}

.menu-box ul {
   list-style: none;
   margin: 0px;
   padding: 0px 0px 10px 10px;
}

#content {
   margin-top: 0px;
}

#content h1 {
   margin: 1px 0 0 0;
   padding-bottom: 2px;
   color: #ffcc00;
   font-size: 12px;
   border-bottom: 1px solid #ffcc00;
   background: inherit;
}

#content {
   color: #FFFFFF;
}

#content dt {
   font-weight: bold;
}

#content dd {
   margin-bottom: 5px;
}

#content a:link,
#content a:active,
#content a:visited {
   color: #ffcc00;
   text-decoration: none;
}

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

#content h3 {
   font-size: 110%;
   color: #AAAAAA;
}