/* CSS Document */

*
{
margin:auto;
padding:0px;
}

body
{
background-color:#f2f2f2;
font-family:arial;
font-size:13px;
font-weight:bold;
}


.container
{
width:932px;
min-height:200px;
}

.clear
{
clear:both;
}

.advertise
{
float:left;
padding-bottom:20px;
}

.yourfree
{
width:932px;
float:left;
height:51px;
background:url(../images/yoursfree.jpg) no-repeat;

}

.lead_image

{
float:left;
width:604px;
height:374px;
}

.lead_text
{
width:328px;
float:right;
height:374px;
background-color:#e1e1e1;

}

p
{
padding:10px 5px;}

ul
{
padding:10px 5px;
list-style-image:url(../images/check.jpg);}

li
{
padding:5px 0px;}

.content
{
width:604px;
float:left;
min-height:100px;
}

.content_marg
{
margin:20px;}

.right_part
{
width:328px;
float:right;}


.footer
{
width:932px;
margin-top:20px;
border-top:1px #000000 solid;
}

.footer p
{
font-size:10px;}