body {
  background: url('../images/main-bg.jpg') top repeat-x #D1C281;
  font-family: Georgia, serif;
}

a img {
  border: none;
}

a, a:visited, a:active {
  color: #373984;
  text-decoration: underline;
}

a:hover {
  color: #8183D1;
  text-decoration: none;
}

.clear {
  clear:both;
}

ul.facts li {
  background: url('../images/fact-sep.jpg') bottom center no-repeat;
  padding-bottom:10px;
}

.facts a {
  color:#000000;
  text-decoration:none;
}

p.facts {
  margin-right: 15px;
}

#container {
  width: 908px;
  margin: 0 auto; 
}

#header {
  text-align: center;
}

#header #menu {
  margin: 15px 0px 0px;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  float:left;
  display:block;
  width:227px;
  padding: 10px 0px 0px;
  margin: 0;
  height: 31px;
  color: #AB963F;
  background: url('../images/inactive-tab.gif') top no-repeat;
  font-size: 22px;
}

#menu li.active {
  color: #D1C281;
  background: url('../images/active-tab.gif') top no-repeat;
}

#menu a, #menu a:hover {
  color:#AB963F;
  text-decoration:none;
}

.subMenu ul {
  padding: 0;
  margin: 0;
}

.subMenu li {
  float: left; 
  display:block;
  width: 150px;
}

#header .subMenu {
  height: 20px;
  background: #593209;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

#header .subMenu a {
  color: #D1C281;
  text-decoration:none;
}

#content {
  position:relative;
  float: left;
  min-height: 400px;
  width: 600px;
  background: url('../images/content-bg.jpg') right repeat-y #FCFBF7;
  border-right: #593209 thin solid;
  border-left: #593209 thin solid;
  padding-bottom: 30px;
}

#content p, #content ul, #content h1, #content h2, 
#content h3, #content h4 , #content h5, #content h6 {
  margin-left: 15px;
}
#content h1, #content h2, 
#content h3, #content h4 , #content h5, #content h6 {
  color: #8C4A01;
  text-align:center;
}

#content ul {
  padding-left: 0px;
  list-style:none;
}

#content .event {
  margin: 0px 10px 10px;
}

#sidebar {
  float: right;
  width: 300px;
  padding-top: 20px;
}

#sidebar .box {
  min-height: 40px;
  background: url('../images/sidebar-bg.gif') top no-repeat #FCFBF7;
  margin: 0px 0px 20px;
  padding: 0px 0px 10px 5px;
}

#sidebar h2 {
  color: #D1C281;
  margin-top: 0px;
  font-size: 1.2em;
}


#footer {
  min-height: 25px;
  background: #593209;
  color: #AB963F;
  padding: 2px 10px;
  position: absolute;
  bottom:0;
  width: 580px;
}

#footer a {
  color: #AB963F;
}

.year {
  display:block;
  width: 100%;
  font-weight: bold;
  color: #261400;
  margin-top: 5px;
}

#quoteCats li {
  color: #D1C281;
  display:block;
  float:left;
  height:2.1em;
  margin:0px 0px 10px 2px;
  width:130px;
}

#facts li {
  margin: 10px;
}

#facts li a {
  text-decoration: none;
}

#calendar {
  display:inline;
  float:left;
  font-size: 90%;
}

#calendar li {
  display:inline;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
  width: 160px;
}

.month th {
  color: #593209;
  font-weight: bold;
}

.month td {
  text-align: center;
}

.month a {
  text-decoration:none;
  display: block;
  width: 16px;
  height: 17px;
}

.month a:hover {
  background: #373984;
  color: #FCFBF7;
}

#quoteText {
  margin: 0 20px;
}

#quoteCitation {
  margin: 3px 40px 20px 0px;
  color: #D1C281;
  text-align:right;
}

#adunit {
  margin-top:19px;
  padding-left:66px;
}
#overlay {background-image:url('../images/shadow.png'); position:absolute; left:0; top:0; width:100%; z-index:100;}
 #overlaycontent {
   width: 600px;
   border: thin solid #000000;
   background: #FCFBF7;
   margin: 0 auto;
   position: relative;
 }
 #overlaycontent p, #overlaycontent h3 {
   margin-left: 5px;
 }
 #overlay textarea {
   margin-left: 9px;
 }
 #closeLink {
   position: absolute;
   top: 3px;
   right: 3px;
   padding: 4px;
   border: thin solid #AB963F;
   background-color: #593209;
   color: #AB963F;
 }
.example {
	border:thin solid #999999;
	font-family:Monaco,Courier,monospace;
	font-size:12px;
	padding:1px 5px;
}