body
{
background-color: #00c0c0;
background-image: url("images/bg.gif");
background-repeat: repeat-y;
background-position: top center;
margin-top: 0px;
margin-bottom: 0px;
}

#main
{
width: 784px;
height: 100%;
background-color: #a69653;
position: relative;
margin: 0px auto;
}

#header
{
width: 784px;
height: 114px;
background-image: url("images/header.gif");
background-repeat: no-repeat;
margin: 0px auto;
}

#contentleft
{
width: 454px;
float: left;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
padding: 10px;
}

#contentright
{
width: 300px;
float: right;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
text-align: center;
}

#content
{
width: 764px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
padding: 10px;
}

#footer
{
width: 784px;
height: 35px;
margin: 0px auto;
background-image: url("images/footer.gif");
background-repeat: no-repeat;
margin: 0px auto;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000;
padding-top: 40px;
text-align: center;
margin-bottom: 30px;
}

#footer a
{
color: #000;
text-decoration: none;
}

#footer a:link
{
color: #000;
text-decoration: none;
}

#footer a:hover
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000;
}
