/* sprout mail style sheet  */

Body{
font-family: Helvetica, Arial, sans-serif;
margin: 0px auto;
text-align: center;
}

H1, H2{
text-align: center;
}

#header{

}

#menu{
background-color: #d4a227;
position: relative;
top: -36px;
margin: 0px auto;
width: 800px;
height: 36px;
text-align: center;
padding-top: 11px;
font-weight: bold;
}

#main{
width: 800px;
margin: 10px auto;
text-align: left;
}

#ad{
border: 2px solid #eee;
float: right;
padding-top: 25px;
}

#form{
background: #eee;
padding: 25px;
}

#footer{
margin: 0px auto;
}

#copyright{
position: relative;
bottom: 70px;
font-size: small;
}
