body{
    background-color:#FCF7B6;
    margin:12px;
	
	
}


a{
outline:none;
}




#container{
    width:940px;
    display:table;
    margin:auto;
    background:#0099CC;
    background:#fff;
    padding:0 20px 0 20px;
	border-top:#660000 3px solid;
	
	
}



#topo{
    width: 940px;
    height:150px;
    float:left;
/*    background:#00CC66;*/
	padding:10px 0px 10px 0px;

}

#topo img{

border:none;

}


#coluna1{
    width:180px;
    min-height:360px;
	/* display: table; */
    float:left;
/*    background:#ccc;*/

	
	
    }
	
	
#claquete{
float:left;
width:160px;
display: table;
/*background:#000;*/


}

#claquete img{
border:none;
}



#conteudo{
    width:480px;
/*    min-height:360px;*/
	display: table;
    float:left;
/*    background:#CCFF33;*/
    padding: 0 20px 0 20px;
    font-family:Arial, Helvetica, sans-serif;
   
}

#atual{
border-top:#CCCCCC 2px solid;
/*background:#99CC66;*/


}




#coluna2{
width:240px;
/*min-height:360px;*/
display: table;
/*background:#99CC99;*/
float:left;

}

#facebook{

border-top:#CCCCCC 2px solid;
height:320px;

}


h3{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

h4{
font-family:Arial;
font-size:12px;
font-weight:100;
text-align:justify;



}


#twitter{

border-top:#CCCCCC 2px solid;
height: 320px;

}


#rodape{
border-top:#660000 3px solid;
width: 980px;
margin:auto;
}

#rodape h5{
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:100;
text-align:center;

}

a{
color:grey;
text-decoration:none;
}

a.botao:link, a.botao:visited {
    background-color: #660000;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}


a.botao:hover, a.botao:active {
    background-color: #FCF7B6;
    color: #660000;
    font-weight: bold;
}