body {
background:#fefdf5;
background-image:url('images/design/gradient.jpg');
background-repeat:repeat-x;
font:12px/1.2 Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

#banner {
width:770px;
height:146px;
}

#banner img {
border:0;
}

#content {
width:770px;
list-style-position:inside;
margin-left:10px;
}

h1 {
font-size:2.4em;
font-family:georgia,times new roman,times,serif;
margin:15px 0 15px 20px;
}

h2 {
font-size:1.2em;
font-family:georgia,times new roman,times,serif;
margin:5px 0 5px 5px;
}

p {
margin:10px 40px 5px;
}

a {
color:#816c0d;
text-decoration:none;
font-weight:700;
}

/*Sticky Footer*/
* {
margin:0;
}

html,body {
height:100%;
}

.wrapper {
min-height:100%;
height:auto !important;
margin:0 auto -4em;
}

* html .wrapper {
height:100% !important;
}

.footer,.push {
height:4em;
text-align:center;
width:770px;
}

#content #newsletter {
    border:1px solid #000;
    float:right;
    width:230px;
    background:#eee;
    margin: 40 40 20 20;
}

#newsletter p {
    margin: 5px;
}

.formemail {
    margin-left: 5px;
    width:220px;
}
.formbutton {
    margin-left: 60px;
    width:100px;
}

#contactFormArea {
    margin-left:40px;
}