/* *********************************************
************************************************
*****       site design by erin munn       *****
*****    visit erinmunn.carbonmade.com     *****
************************************************
********************************************* */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Baskerville Old Face", Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  letter-spacing: 1px;
  color: #555446;
  background-color: #FFFFFF;
  background-image: url(images/bg.jpg); 
  background-position: top right; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
}

a:link { 
  color: #555446;
  text-decoration: none;
}
a:active { 
  color: #555446;
  text-decoration: none; 
}
a:visited { 
  color: #666666;
  text-decoration: none;  
}
a:hover { 
  color: #555446;
  text-decoration: underline; 
}

a img { border: none; }

#menu {
  width: 200px;
  margin: 62px 0 0 0;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  height: 100%;
  background-color: #FFFFFF;
  font-size: 0.875em;
}

#menu ul {
  list-style: none;
  margin: 0 0 10px 15px;
}

#menu ul li {
  margin: 0 0 3px 0;
}

#menu h2 {
  display: block;
  width: 140px;
  margin: 0 0 0 -5px;
  padding: 2px 0 2px 5px;
  background: #E0DDD6;
  font-size: 1.125em;
  font-weight: normal;
  font-style: italic;
}

#content {
  height: 100%;
  margin: 0 0 0 215px;
  top: 0;
}

.container {
  padding: 5px;
}

#content p { 
  width: 600px; 
  margin-bottom: 9px; 
}

p {
  margin: 0 0 9px 0;
}

#content img {
  margin: 0;
  padding: 5px;
  border: 1px solid #DFDDD8;
}

#header {
  height: 90px;
  width: 600px;
  top: 0;
  left: 0;
  margin: 23px 0 18px 0;
  padding: 0;
  background-image: url(images/header.gif); 
  background-repeat: no-repeat;
  background-position: top center;
}

#header h1 {
  display: none;
}

#footer {
  width: 600px;
  margin: 50px 0 20px 0;
  font-size: 0.75em;
  text-align: center;
  clear: left;
}

#footer ul li {
  display: inline;
}

p.newstitle {
  margin-left: -10px;
  margin-top: 20px;
}

.newstitle a {
  color: #000000;
  font-size: 1em;
  font-style: italic;
}

.newsdate, .newslink a {
  color: #999999;
  font-size: 0.875em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }
h4 { font-size: 0.75em; }

#img-container	{ 
  margin: 0; 
  padding: 0;
}

#img-container p { 
  width: 600px; 
  margin: 0; 
  padding: 0 0 12px 0; 
}

#iframed { min-height: 3250px; overflow: hidden; }

#once { clear: left; }
