/******CONDOR HEIGHTS MAIN CSS******/

body{
  font-family: Georgia, Times, serif;
  font-size: 10pt;
  color: #582f06;
  margin-top: 20px; 
  text-align: center;
  background-color: #999967; 
}

#text table{text-align: justify;}

a{
  color: #366EA9;
  text-decoration: none;
}

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

#container{
  width: 755px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#shadow{
 width: 755px;
 height: auto;
 float: right;
 background: url('images/r_shadow.jpg') repeat-y top right;
}

#top{
  width: 750px;
  height: 150px;
  background: url('images/toplogo.jpg') no-repeat top left;
  float: left;
}

#top_nav{
  font-family: Georgia, Times, serif;
  font-weight: bold;
  width: 750px;
  height: 32px;
  padding-top: 2px;
  background: url('images/nav_bg.jpg') no-repeat top left;
  float: left;
  text-align: center;
  color: #fff;
  letter-spacing: 1pt;
}

#top_nav a{
 color: #fff; 
 text-decoration: none;
}

#top_nav a:hover{
 color: #CCCC9A;
 text-decoration: none;
}

#content{
  width: 750px;
  height: auto;
  background: url('images/content_bg.jpg') repeat-y top left;
  float: left;
  text-align: left;
  line-height: 15pt;
  padding: 15px 0px 30px 0px;
}

#text{
  float: left;
  text-align: left;
  padding: 0px 10px 0px 10px;
}

#bottom{
  width: 755px;
  height: 43px;
  background: url('images/bottom.jpg') no-repeat top left;
  float: left;
  text-align: center;
}