html,body{
    height:100%;
    margin:0;
    font-family:arial,sans-serif;
    font-size:10pt;
 }
h2 {
    font-size:100%;
 }
h3 {
    font-size:100%;
    color:#6b5027;
    text-align:center;
 }
p {
    line-height:1.5em;
 }
#wrap {
    position:relative;
    min-height:100%;
    width:760px;
    margin:auto;
    padding:0 10px;
 }
#header {
    width:730px;
    height:103px;
    padding:32px 0 0 20px;
 }
#banner {
    width:760px;
    height:280px;
    background-color:#ccc;
    margin:0 0 20px 0;
 }
#left {
    float:left;
    width:365px;
    margin:0 15px 0 0;
 }
#right {
    float:right;
    width:365px;
    margin:0 0 0 15px;
 }
#right a {
    text-decoration:underline;
    color:#6b5027
 }
#right a:hover {
    text-decoration:underline;
    color:#6b5027
 }
#clear {
    clear:both;
    height:45px;
 }
#spacer {
    position:absolute;
    bottom:30px;
    width:760px;
    height:15px;
    background:url(images/spacer.jpg) no-repeat;
 }
#footer {
    position:absolute;
    bottom:0;
    width:760px;
    height:30px;
    color:#666;
    font-size:8pt;
 }
#footer span{
    padding-left:30px;
 }
#footer a {
    color:#666;
    text-decoration:none;
 }
#footer a:hover {
  text-decoration: underline;
  color: #6b5027;
 }
#footer_left {
    float:left;
    width:630px;
 }
#footer_right {
    float:right;
    width:130px;
    text-align:right;
 }
#emailForm {
    width:365px;
    height:30px;
 }
#emailForm fieldset {
    border:0;
    margin:0;
    padding:0;
 }
#emailForm label {
    display:none;
 }
#emailForm input {
    border:0;
    width:167px;
    height:18px;
    background-repeat:no-repeat;
 }
#emailForm input#emailfield {
    background-color:#fff !important;
 }
