body {
  background: #e5e5e5 url(images/bg.jpg);
  background-repeat: repeat-x;
  color: #000;
  font-family: comic sans ms, Arial, Helvetica, sans-serif, Tahoma; font-size:12px;
  width:800px;
  margin: 1% auto;
}
a:link {
  color: #360;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #360;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #36F;
  background-color: transparent;
  
}


/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

.header {
  background: #FFF url(images/header.jpg) 25% 0;
  height: 178px;
}

.wrapper {
  
  padding: 0;
  border: thin solid #7d5500;
}
h1 {
  background: url(images/header.jpg) 25% 0 no-repeat;
  color: #EEE;
  margin: 0;
  padding: .2em 2%;
  height: 200px;
}
h2 {
  margin: .2em 0;
}
.main {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: thin solid #7d5500;
  border-bottom: thin solid #7d5500;
  color: #000;
  background: #FFF url(images/2col-bg3.png) 25% 0 repeat-y;
/* background-color value is for content background.
   Image is 2000px wide, ~25% is colored, where sidebar should be 
   (exact pixel count of colored area is actually closer to 26%).
   Position corresponds to left sidebar, repeat img vertically.
   Easily modified for right sidebar - just flip the image,
   change bg position to 75% and change .content to float:left.
*/
}
.content {
  width: 75%;
  float: right;
  margin: 0;
  padding: 1% 2%;
}
.sidebar {
  margin-right: 75%;
  padding: 1%;
  font-size: 100%;
 font-weight: bold;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
.footer {
  background-color: #FFF;  /* same bg color as h1 */
  color: #000;
  margin: 0;          /* flush with .main */
  padding: 1% 2%;
}
.nav {
  border-top: thin solid #7d5500;
  font-size: 90%;
}
.nav ul {
  margin: .3em;
  padding: 0;
}
.nav li {
  list-style: none;
/*  display: inline; */
  float: left;
  padding: .5em 1em;
}


