/* CSS Document */
.artigos {
width:580px;
height:350px;
min-height:350px;
float:left;
}

html>body .artigos {
height:auto;
}
.artigos h1 {
font:bold 20px "trebuchet MS";
color:#333;
margin:10px 0px 10px 0px;
}

.artigos h2 {
font:bold 14px "trebuchet MS";
color:#333;
margin:10px 0px 10px 5px;
}

.artigos img {
margin:10px;
}

.artigos p {
font:12px "trebuchet MS";
color:#000;
margin:10px 4px 10px 4px;
text-align:justify;
line-height:120%;
}
.anuncios {
float:right;
width:175px;
border:1px solid #ccc;
height:320px;
min-height:320px;
}
html>body .anuncios {
height:auto;
}
.anuncios h1 {
font:bold 14px "trebuchet MS";
color:#fff;
margin:0px;
background:#333;
}

.artigos span {
font:bold 12px "trebuchet ms";
color:#FF3300;
}


