/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  background-color: #333; 
  background: #333 url(../images/bg.jpg);  
} 

#siteBox {
  position: relative;
  width: 900px;
  margin: 0px auto;
  color: #FFF;
}


/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 900px;
  height: 6em;
  background: #585858 url(../images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 5em;
  padding: 5px 10px 5px 10px;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #585858;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 900px;
  padding: 1em 0 1em 0;
  background-color: #585858;
}

/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 900px;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.7em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #585858;
  background: #585858 url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 50%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 45%;
  height: 3em;
  text-align: right;
  color: #fff;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  color: #666666;
  text-decoration: none;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

