@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
body {
	background-color:#000;
}
#site{
	margin:0 auto;
	width:990px;
	height:800px;
	font:12px Tahoma, Geneva, sans-serif;
}
#site #box_ln {
	display:block;
	clear:both;
}
#site #box_ln.topo {
	background-image:url(../images/top.jpg);
	background-position:center;
	height:200px;
	overflow:hidden;
}
#site #box_ln.topo h1 {
	margin-top:-30px;
}
#site #box_ln.pause {
	height:5px;
}
#site #box_ln.menu {
	background-color:#0C0;
	padding:3px;
	font-weight:bold;
}
#site #box_ln.menu ul {
	list-style:none;
}
#site #box_ln.menu ul li {
	display:inline-block;
	margin-left:6px;
	color:#090;
}
#site #box_ln.menu ul li a {
	text-decoration:none;
	color:#000;
}
#site #box_ln.menu ul li a:hover {
	text-decoration:underline;
}
#site #box_ln #conteudo_direito{
	width:660px;
	color:#FFF;
	float:left;
}
#site #box_ln #conteudo_esquerdo{
	width:320px;
	float:right;
}
#site #box_ln #conteudo_esquerdo #box{
	display:block;
	clear:both;
	text-align:center;

}
#site #box_ln #conteudo_esquerdo #box #xmural {
    padding:10px;
	background-color:#111;
	
}
#site #box_ln #conteudo_esquerdo #box #google_pub {
    padding:10px;
	background-color:#111;
	
}
#site #box_ln #conteudo_esquerdo #box #google_pub h6 {
	color:#CCC;
	font:10px Tahoma, Geneva, sans-serif;
	padding:3px;
}
#site #box_ln.rodape {
	font:Bold 12px Tahoma, Geneva, sans-serif;
	text-align:center;
	color:#333;
	font-weight:bold;
	padding:3px;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
	color:090;
}

