body
{
background-image: url("images/bg.jpg");
background-repeat: repeat-x;
background-color: #FFFFFF;
text-align: center;
margin: 0px;
}

table, td, body
{
font-color: #555555;
font-family: Tahoma;
font-size: 12px;
line-height:25px;
}

a:link {color: #598527;}
a:visited {color: #598527;}
a:hover {color: #cccccc;}
a:active {color: #598527;}

.wrapper
{
text-align: left;
margin: 0px auto;
width: 980px;
}

.content
{
background-image: url("images/bg_gradient.jpg");
background-repeat: repeat-x;
background-color: #FFFFFF;
width: 980px;
padding-top: 30px;
padding-bottom: 5px;
}

.content_top
{
padding-left:52px;
color: #555555;
}

.content_left
{
float:left;
width: 200px;
background-color:#FFFFFF;
}

.content_right
{
float:right;
width: 630px;
background-color:#FFFFFF;
padding-right:52px;
color: #555555;
}

.footer
{
position: relative;
background-image: url("images/footer.jpg");
background-repeat: no-repeat;
width: 980px;
height: 40px;
text-align: center;
padding-top: 20px;
font-family: Tahoma;
font-size: 10px;
clear:both;
}

.footer a:link {color: #ffffff; text-decoration: none;}
.footer a:visited {color: #ffffff; text-decoration: none;}
.footer a:hover {color: #000000; text-decoration: none;}
.footer a:active {color: #ffffff; text-decoration: none;}

.title
{
color: #598527;
font-weight: bold;
}

.footer_text
{
font-size: 8px;
color: #666666;
}

.footer_text a:link {color: #666666; text-decoration: none;}
.footer_text a:visited {color: #666666; text-decoration: none;}
.footer_text a:hover {color: #cccccc; text-decoration: none;}
.footer_text a:active {color: #666666; text-decoration: none;}

