/*
 *
 * Gray
 *
 */

html,body,div,form,p,h1,h2,h3
{ margin: 0; padding: 0; border: 0; }
p
{ margin-bottom: 1em; }
.skip
{ display: none; }

/*************************
 * Layout
 *************************/

html
{
  background: #161410 none;
  text-align: center;
}

body
{
  width: 760px;
  margin: 0 auto;
  text-align: left;
  color: #999999;
  font: 10pt Verdana, Arial, Sans-Serif;
  padding: 10px 0;
}

.hr
{
  background: #22201d none;
  border: 1px solid #363430;
  height: 10px;
  margin: 10px 0;
}

#headimg
{
  background: #FFFFFF url(boardereyes.jpg);
  height: 151px;
  position: relative;
  margin: 0;
}
#headimg div
{
  height: 151px;
  background: transparent url(grayheaderov.gif);
}
h1
{
  font: 7pt Verdana, Arial, Sans-Serif;
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  background: #161410 none;
  border-right: 1px solid #363430;
  border-bottom: 1px solid #363430;
  text-align: center;
}
h1 span
{
  display: block;
  font: 14pt 'Times New Roman', Sans-Serif;
}
h1 span span
{
  display: inline;
  color: #FFFFFF;
}

#wrapper
{
  border-left: 1px solid #363430;
  border-right: 1px solid #363430;
}
.clear
{ margin-left:-100px;clear:both; }
#sidebar
{
  float: left;
  width: 200px;
  padding-left: 10px;
}
#main
{
  border-left: 1px solid #363430;
  margin-left: 221px;
  padding: 10px;
}

a:link,
a:visited,
a:active
{
  color: #BD934F;
  text-decoration: none;
  border-bottom: 1px solid #35302A;
}