/* CSS Document */
/* Author: Andy Asberry, Ciphertek Systems, LLC, 2009 */

.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}
.clear_float {
  clear: both;
}



body {
  margin: 0;
  padding: 0;
  background: #DD5B05 url(/images/layout/body_bg.jpg) top center repeat-x;
}



#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 850px;
}



#float_container {
  margin: 0;
  padding: 0;
  width: 850px;
  float: left;
}



#header {
  margin: 30px 0 0 0;
  padding: 0;
  width: 850px;
  height: 391px;
  background: url(/images/layout/header_bg.jpg) top left no-repeat;
  float: left;
}
#header h1 {
  margin: 0;
  padding: 0;
  width: 750px;
  height: 300px;
  font-size: 1px;
  text-indent: -999em;
}
#header h1 a {
  margin: 0;
  padding: 0;
  width: 750px;
  height: 300px;
  font-size: 1px;
  text-indent: -999em;
  float: left;
}   
#header h2 {
  margin: 0;
  padding: 0;
  visibility: hidden;
}
#header p {
  margin: 0;
  padding: 0;
  visibility: hidden;
}



#content {
  margin: 0;
  padding: 0 72px 0 72px;
  width: 706px;
  background: url(/images/layout/content_bg.jpg) top left repeat-y;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  float: left;
}
#content h2 {
  margin: 10px 0 5px 0;
  padding: 0;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #91240D;
}
#content p {
  margin: 4px 0 4px 0;
  padding: 0;
}


#footer {
  margin: 0;
  padding: 40px 0 10px 0;
  width: 850px;
  height: 100px;
  background: url(/images/layout/footer_bg.jpg) top left no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #FFFFFF;
  float: left;
}
#footer p {
  margin: 3px 0 0 0;
  padding: 0;
  text-align: center;
}
#footer p a {
  color: #FFFFFF;
}
#footer p a:hover {
  text-decoration: none;
}