body 
  {
  color: #ffffff;
  font-size: 11px;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  text-align: center;
  }

#wrap
  {
  width: 790px;
  margin: 0 auto;
  text-align: left;
  }

#header
  {
  background: #333333;
  width: 790px;
  height: 76px;
  text-align: center;
  border-top: 1px solid #ff9900;
  overflow: auto;
  }

#navigation
  {
  background: #ff9900;
  width: 790px;
  height: 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 11px;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  text-align: center;
  word-spacing: 15px;
  overflow: auto;
  }

#sidebar_left
  {
  background: #444444;
  float: left;
  height: 430px;
  width: 215px;
  top: 0;
  overflow: auto;
  }

#content
  {
  background: #444444;
  float: left;
  height: 430px;
  width: 360px;
  top: 0;
  padding: 0px;
  overflow: auto;
  }

#sidebar_right
  {
  background: #444444;
  float: right;
  height: 430px;
  width: 215px;
  top: 0;
  overflow: auto;
  }

#footer
  {
  width: 790px;
  height: 30px;
  color: #ffffff;
  font-size: 10px;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  text-align: center;
  }

h1
  {
  font-size: 16px;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  color: #87BFB4;
  font-weight: bold;
  }

h5
  {
  font-size: 10px;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  color: #ffffff;
  font-weight: bold;
  }

a:link
  {
  color: #ffffff;
  font-weight: normal;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  font-size: 11px;
  text-decoration: none;
  }

a:hover, a:active
  {
  color: darkblue;
  font-weight: normal;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  font-size: 13px;
  text-decoration: none;
  }

a:visited
  {
  color: #ffffff;
  font-weight: normal;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  font-size: 11px;
  text-decoration: none;
  }

a:focus
  {
  color: darkblue;
  font-weight: normal;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  font-size: 13px;
  text-decoration: none;
  }

.pics a 
  { 
  display: block; 
  width: 215; 
  height: 430; 
  top: 0; 
  left: 0 
  }

.pics img 
  { 
  display: none 
  }

b
  {
  font-weight: bold;
  color: #87BFB4; 
  }
  
table 
  {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Trebuchet MS', Verdana, Arial, San-Serif;
  text-align: left;
  }
