body {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.75em;
  color: #333333;
  background-color: #5F3915;
}


/* -- Layout classes -- */

#mainContainer {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* -- Content container -- */

#content {
  float: right;
  width: 550px;
  margin-right: 10px;
}

#content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  background-color: #FFF;
}

#content a img {
  border: 0px;
  }

#content table {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFF;
}

#content a {
  text-decoration: none;
  color: #5F3915;  
}

#content a:hover {  
  color: #00AA9E;
}


#content h1, #sideBar h1{
  clear: both;  
  font-size: 1.0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-indent: 10px;
  margin: 0px;
  border-top: 10px solid #5F3915;
  border-bottom: 10px solid #FC9C16;  
  color: #5F3915;
  background-color: #F35620;
}

/* -- Content header and footer -- */

#header {
  display: table-cell;  
  height: 100px;
  width: 550px;
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 0px;
  background: url(images/warm_hdr.gif) no-repeat top left;  
}

#footer {
  float: left;
  height: 75px;
  width: 550px;  
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;  
  margin-top: 10px;
  margin-bottom: 10px; 
  color: #FFF;
  background: #844A12 url(images/round_corner_brown.gif) no-repeat bottom right;  
}

#footer a {
  border: 0px;
  color: #00CFC0;  
}

#footer a:hover {
  border: 0px;
  color: #FFCC00;  
}

/* -- Menu & news container -- */

#sideBar {
  float: right;  
  width: 200px;
  margin: 0px;  
  background-color: #FC9C16;
}

#sideBar p {    
  margin: 0px;
  padding: 5px 5px 10px 5px;
  background-color: #FFF;
}

#sideBar p img { padding: 5px; }


#sideBar a:hover {
  color: #00AA9E;
}

#sideBar a img {  
  vertical-align:middle;
  padding: 0 5px 0 5px;
  border: 0px;
}


#sideBarHeader {
  height: 100px;
  background: #333333 url(images/warm_hdr_bg.gif) repeat-x bottom right;;
}

#sideBarFooter {  
  height: 70px;
  border-top: 10px solid #5F3915;
  background: #844A12 url(images/round_corner_brown.gif) no-repeat bottom right;
}

/* -- Title and sub-headings -- */

.highLight {
 display: block;  
  font-size: 10px;
  text-transform: uppercase;
  border: 0px;
  color: #00AA9E;
}

.name {  
  font-size: 18px;
  padding-bottom: 8px;  
  color: #844A12;  
}

/* -- IE CSS2 selector hack.  This still validates, but IE ignores the class defined
      with the [id].  The result is you set the IE specific value in the first class
      definition, and the standard compliant browser value in the second class -- */

#title {  
  font-size: 20px;
  padding: 48px 4px 0px 0px;  
  color: #FFF;  
}

#title[id] {
  padding-top: 0px;
  padding-bottom: 3px;
}

strong, .subHeading {
  font-size: 0.8em;
  text-transform: uppercase;  
  color: #F35620;  
}

.subHeading {
  display: block;
}

.upArrow {
  clear: both;
  display: block;
  text-align: right;
}

.author {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #DEFF00;
}