html
{
height: 100%;    
}
body
{
background: url(images/bg.png);
font-family:georgia,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
color: black;
font-size: 14px;
margin: 0;
height: 100%;
}
input
{
border: 1px solid gray;
}
a:link
{
color: #0000ff;
text-decoration: none;
}
a:visited
{
color: #0000ff;
text-decoration: none;
}
a:hover
{
color: red;
text-decoration: none;
}
#header
{
    background-image: url(images/top.png);
    margin: 0 auto;
    width: 908px;
    height: 133px;
    position: relative;
    left: -13px;
}
#menu
{
    background-image: url(images/menu.png);
    margin: 0 auto;
    width: 908px;
    height: 53px;
    position: relative;
    left: -13px;
}
#menu2
{
    background-image: url(images/menu2.png);
    margin: 0 auto;
    width: 908px;
    height: 53px;
    position: relative;
    left: -13px;
}
#buttons
{
    position: relative;
    left: 375px;
    height: 53px;
    width: 530px;
}
#banner
{
    background-image: url(images/banner.png);
    margin: 0 auto;
    width: 883px;
    height: 279px;
    position: relative;
}
#main
{
    background-image: url(images/mainbg.png);
    margin: 0 auto;
    width: 885px;
    height: auto;
    
}
#content
{
    width: 575px;
    float: left;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 20px;
    height: 100%;
}
#rightColumn
{
    border-left: 1px dotted #c8b39b;
    width: 200px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    height: 100%;
}
.headText
{
    font-size: 20px;
    color: #dc6842;
}
.quotes
{
    color: #573810;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
#newsletter_form
{
    background: url(images/bg.png);
    position: relative;
    top: -16px;
    margin: 0 auto;
    padding: 20px;
    height: auto;
}
#newsletter_form.ajax-loading
{
    padding: 20px 0;
    background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
#contact_form
{
    background: url(images/bg.png);
    position: relative;
    top: -16px;
    margin: 0 auto;
    padding: 20px;
    height: auto;
}
#contact_form.ajax-loading
{
    padding: 20px 0;
    background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
#footer
{
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    font-size: 10px;
}
