body {
  background: URL(../images/bg.jpg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-size:12px;
  background
}
a:hover, a:active {
  color: #F90;
  text-decoration: none;
}
a:link, a:visited {
  color:#36C;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 2px;
  margin-bottom: 2px;
  color:#333;
}
h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
h2 {
  border-bottom: 2px solid #CCC;
  font-size: 1.75em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5em;
  color: #F90;
}


/* structure styles */
.container {
  width: 960px;
  border: 1px solid #CCC;
  margin: auto;
  background-color:#FFF;
}
.content {
   margin: 15px;
}
.top-nav {
  background-color: #6686B3;
  padding-top: 3px;
  padding-bottom: 3px;
}
.top-nav a {
  border: 0px !important;
  text-transform: uppercase !important;
}
.bottom-nav {
  background-color: #6686B3;
  border-bottom: solid 3px #FF9900;
}
.bottom-nav a {
  border: 0px;
  border-right: 1px solid #CCC;
}
.main{
  width: 585px;
  padding-right: 15px;
  float: left;
}
.right {
  width: 320px;
  float:right;
}
/* Element Styles */

.rsform, .rsform-front, .rs_subscribe {
  background-color:antiquewhite;
  color: #000;
  padding: 5px;
  border: 1px solid #666;
}
.rsform .componentheading, 
.rsform-front .componentheading, 
.rs_subscribe .componentheading {
  font-size: 1.50em;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight:bold;
  color:#FF9900;
  border-bottom: 1px solid #999;
}
.rsform input, 
.rsform select, 
.rsform-front input, 
.rsform-front select {
  padding: 2px;
  font-size: 1.20em;
}
.rsform .rsform-block, 
.rsform-front .rsform-block {
  padding: 5px;
}
.rsform td, 
.rsform-front td{
  padding: 3px;
}
.rsform-submit-button {
  border: 1px solid darkred;
  background-color: #F90;
  color: #FFF;
  font-size: 1.5em !important;
}
.rsform-side {
  display:none;
}

.rsform-front .rsform-side {
  width: 300px;
  float:left;
  display: block; 
  margin-top: 5px;
  padding-left: 10px;
  border-left: 1px solid #999;  
}
.custom {
  font-size: 1.25em;
}