body {
  background-color: #FC6;
  width: 960px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  }

#container {
  position: relative;
  margin-top: 10px;
  text-align: left;
  height: 100%}

#header {
  background-color: #363;
  background-image: url("images/banner.jpg");
  background-repeat: no-repeat;
  height: 280px;
  width: 100%
  }

#header h1, h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  }

#logo {
  position: absolute;
  top: 0;
  right: 0;
  }

#sitename {
  padding-top: 200px;
  padding-left: 300px;
  color: #eee;
  line-height: 100%;
  }

#content {
  background-image: url("images/barb.jpg");
  background-repeat: repeat-y;
  background-position: 30px 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100%;
  position: relative;
  }

#left_banner {
  position: absolute;
  left: 0;
  width: 190px;
  background-color: #fc6;
  padding-bottom: 20px;
  }

#site_links { 
  width: 100%;
  height: 480px;
  background-image: url("images/left-bg.jpg");
  color: #eee;
  margin-top: -13px;
  }

#site_links ul { 
  list-style-type: none;
  padding-top: 40px;
  padding-left: 30px;
  line-height: 150%;
  font-size: .8em;
  font-weight: bolder;
  }

a.index {
  color: #eee;
  }

#main {
  margin: 0 0 0 200px;
  background-color: #FFF;
  width: 760px;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 10%;
  }

#main h2 {
  font-size: 130%;
  padding-top: 40px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
  width: 80%;
  }

#footer p {
  font-size: 8pt;
  text-align: center;
  padding-bottom: .5em;
  }

#front {
  margin-right: 10%;
  margin-left: 10%;
  }

#banner {
  text-align: center;
  font-weight: bolder;
  background-color: #fe6;
  position: relative;
  top: 15px;
  padding: 5px 5px;
  border: double thick #f50;
  color: #00B;
  }

#catalog_link {
  margin-top: 2em;
  font-weight:bold;
  text-align:center;
  }

.ad {
  margin-top:20px;
  text-align:center;
  font-size:90%;
  font-weight: bolder;
  background-color: #CF9;
  border: solid 2px #300;
  }

.ad_body{
  margin: 10px 20px;
  }

.ad p {
  margin: 5px 0;
  }
  
.topic {
  font-size:120%;
  }
  
#notice:link, #notice:visited {
  text-decoration: none;
  color: #00B;
  }

#banner p {
  position: relative;
  margin-top: .5em;
  margin-bottom: 0;
  }

#letter {
  margin-left: 5%;
  padding: 20px;
  background-color: #bdf;
  font-size: 95%;
  }

#letter p {
  text-indent: 1em;
  }

#signature p {
  margin-left: 45%;
  text-indent: -1em;
  }

.loc {
  margin-top: 20px;
  margin-left: 30px;
  }

.loc .name {
  margin-left: -10px;
  text-decoration: underline;
  }

.loc p {
  margin: 0 0;
  }


#members {
  margin-left: 20%;
  }

.member {
  padding-bottom: 10px;
  margin-left: 30px;
  }

.member p {
  line-height: 20%;
  }

#members .name {
  font-size: 110%;
  margin-left: -10px;
  }

#members .title {
  font-size: 110%;
  margin-left: -10px;
  }

#lifetime {
  background-color: #9ce;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #026;
  border: 4px solid #f93;
  }

#lifetime h3 {
  margin: 5px 10px 0px 10px;
  padding-bottom: 2px;
  border-bottom: 2px solid;
  }

/*----- Newletters -----*/

#newsletters {
  margin-left: 20%;
  }


#newsletters h3 {
  padding-left: 5%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 30px;
  border-bottom: 2px solid #ccc;
  width: 30%;
  font-size: 120%;
  }


#newsletters p {
  line-height: 80%;
  padding-left: 10%;
  font-weight: bolder;
  font-size: 1.1em;
  }  

#newsletters a {
  text-decoration: none;
  color: #000;
  }

#newsletters a.new {
  color: #00d;
  }

#newsletters a:hover {
  text-decoration: underline;
  }

/*----- Schedule -----*/

#schedule ul {
list-style-type: none;
margin-top: -6px;
}

#schedule li {
margin-bottom: 4px;
}

#mgr {
padding-top: 20px;
}