body 
{ 
  background-color: black;
  font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333; background: #FFF;
  margin: 0;
  padding: 0;
 }

div#test
{ 
  border: 1px black solid;
  margin: 0px;
  padding: 0px;
}

#header
{ 
  border-bottom: 1px lightgrey solid;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #fbfaf4;
 }

#header h1
{ 
  height: 100%;
  margin: auto;
  padding-top: 40px;
  font-size: 2em;
  font-style: italic;
 }

#outer-wrapper 
{
  width: 1100px;
  margin:0 auto;
  /* padding:10px; */
  text-align:left;
  /* font: normal normal 100% Georgia, Serif; */
  }

#main-wrapper 
{
  width: 600px;
  float: center;
  border-left: 1px lightgrey solid;
  border-right: 1px lightgrey solid;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#main-wrapper h2
{ 
 font-size: 1.25em;
 }

#main-wrapper #row
{ 
  text-align: center;
  border-bottom: 1px dashed lightgrey;
 }

#main-wrapper #footer
{ 
  margin: auto;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .6em;
  font-style: italic;
  text-align: right;
  }

#right-sidebar-wrapper 
{
  position: relative;
  width: 249px;
  float: right;
  font-size: .9em;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
  }

#right-sidebar-wrapper div
{ 
  width: 90%;
  float: right;
 }

#photos { 
  padding-top: 10px;
  }

#right-sidebar-wrapper img
{ 
  display: block;
  margin: auto;
  border: 1px solid lightgrey;
  }

#right-sidebar-wrapper li
{ 
  padding-top: 5px;
  padding-bottom: 5px;
 }

#sidebar-wrapper 
{
  padding-top: 10px;
  width: 249px;
  float: left;
  font-size: .9em;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar-wrapper div 
{ 
  width: 80%;
  padding-left: 10%;
 }

#quick-links
{ 
  padding-top: 20px;
 }

#sidebar-wrapper h4 
{
  font-weight: bold; 
  font-size: 1em;
  font-style: italic;
  padding: 0.33em 0.5em 0.167em; 
  margin: 0px;
  border-top: 1px solid #335; 
  border-bottom: 1px solid #557; 
  background: #77A; 
  color: #335;
}

ul 
{
  padding: 0; 
  margin: 0; 
  border-bottom: 1px solid silver;
  }

ul li 
{
  list-style-type: none;
  border: 1px solid silver; 
  border-width: 1px 1px 0 1px; 
  position: relative; 
  margin: 0; 
  padding: 0;
  }

ul ul {display: none;}

li a:hover 
{ 
 background: #AAD;
 }

li a 
{
  display: block; 
  padding: 5px 10px; 
  text-decoration: none;
  background: #FFF;}

li a:visited 
{
  display: block; 
  padding: 5px 10px; 
  text-decoration: none;
  background: #FFF;}


