@charset "UTF-8";
/* CSS Document */
body{
font-family:"Trebuchet MS";
color:#333333;
font-size:12px;
margin:0;
padding:0;
background-image:url('bg_topHomelines.jpg');
background-repeat:repeat-x;
}
h1{
font-size:30px;
color:#B2B2B2;
}
h2{
color:#999999;
}

#wrapper{
width:1050px;
margin-left:auto;
margin-right:auto;
}
#header{
width:1050px;
height:110px;
float:left;
}
#logo{
width: 325px;
height: 109px;
float:left;
margin:10px 0 0 0;
}
#title{
width:600px;
margin:3px 0 0 80px;
float:right;
}

#btn{
width: 210px;
height: 27px;
float: right;

}
#adevertise{
width:1050px;
height:92px;
margin:5px 0 0 0;
text-align:center;
float:left;
}
#content{
width:1050px;
height:120px;
float:left;
}

a{
color:#0066FF;
margin:2px;
text-decoration:none;
font-size:14px;

}
#columnOne{
width:345px;
float:left;
}
#columnOne a{
color:#FF3300;
}
#columnTwo{
width:345px;
float:left;
}
#columnTwo a{
color:#0066FF;
}

#columnThree{
width:345px;
float:left;

}
#columnThree a{
color:#006600;
}
.boxNews{
width:335px;
padding:3px;
margin:2px;
float:left;
text-align:justify;

}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
