/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


body {
  background-color: #000000;
  background-repeat: repeat-x;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.75em;
  text-align: left;
  min-height: 500px;
  margin: 0px;
  width:960px;
}

a {
  color:#cc6600;
  text-decoration: none;
}

a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}


.content {
  text-align: left;
  width: 940px;
  margin-left: 20px;
  margin-right: 20px;
}

.content h1{
  color: #cc6600;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 20px;
}

.content h2{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 50px;
}

.content img{
  border: 1px solid #CCCCCC;
}

img.contentImg1 {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

.spacerForImg2 {
  float: right;
  width: 0px;
  height: 500px;
}

img.contentImg2 {
  clear: both;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

#footer_left {
  float:left;
}
#footer_right {
  float:right;
}

#footer {
  clear:both;
  font-size: 14px;
  border-bottom: #FFFFFF 1px solid;
  margin-top: 50px;
  margin-bottom: 25px;
}
.poetry {
  line-height: 1.25em;
}

#container a {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFFFFF;
}
#container a:hover{
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #cc6600;
}

#container {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#container a{
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  padding: 1px 10px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
#container a.nav_selected:hover {
  /*
  cursor: default;
  color: #FFFFFF;
  */
}
#container a.nav_selected {
  background: #232323;
}

