/* CSS Document */

body
{
/*background-image:url(bg7.gif);*/
margin-top:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#303030;
font-size:12px;
letter-spacing:.10em;
background-color : #EFBE84;
}

a:link {color: #8D4A42; text-decoration: none; background-color: transparent;}
a:visited { color: #8D4A42; text-decoration: none; background-color: transparent;}
a:hover { color:#8D4A42 ; text-decoration: underline; background-color: transparent;}
a:active { color: #666633; text-decoration: none; background-color: transparent;}

#main_holder
{
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
width:800px;
border-style:solid;
border-color:#000000;
border-width:2px;
}

#header
{
width:800px;
height:120px;
background-image:url(../images/header.jpg);
}

#links
{
width:800px;
height:50px;
}

#below_links
{
width:800px;
height:10px;
background-image:url(../images/below_links.jpg);
}

#content_holder
{
width:800px;
}

#content
{
margin:50px;
}

#sign_up
{
width:400px;
margin-left:auto;
margin-right:auto;
border-color:#5B473B;
border-style:solid;
border-width:2px;
}

#footer
{
width:800px;
height:25px;
background-image:url(../images/footer.jpg);
}

.left_floater
{
float:left;
padding-right:15px;
padding-bottom:15px;
}

.right_floater
{
float:right;
padding-left:15px;
padding-bottom:15px;
}

h1
{
color:#5A4A42;
font-size:16px;
font-weight:600;
}

h2
{
color:#5A4A42;
font-size:12px;
font-weight:600;
}

h3
{
color:#5A4A42;
font-size:12px;
font-weight:700;
}