/* CSS Document */

body
{
margin:0px;
padding:0px;
font-family:Arial;
background:#008EE3;
font-size:12px;
}

#wrapper
{
margin:auto;
width:980px;
height:auto;
background:#fff;
}

.content_area
{
width:920px;
height:auto;
padding:0px 30px 30px 30px;
}

.content
{
color:#707070;
}


#footer
{
width:980px;
height:70px;
background:#82BDF5;
}

.footer_content
{
font-size:13px;
text-align:center;
font-weight:normal;
color:#fff;
}

.footer_content a
{
color:#eed351;
text-decoration:underline;
}

.footer_content a:hover
{
color:#eed351;
text-decoration:none;
}



