/*
* Mestrado em Memoria
* CSS por Kleber Vasconcelos - kleberbrito@gmail.com
* Criado em 11/01/10
* www.uesb.br/mestradoemmemoria
*/

* { margin:0; padding:0; }
a {
	text-decoration:none;
	color:#595997;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
a:visited {
	
}
body { font-family:Trebuchet MS; font-size:13px; color:#7c2222; background:#f0efc0;  }
h1, h2 { color:#7c2222; }
h1 { margin-bottom:10px; }
.clear { clear:both; }
.tit3 { color: #B84901; font-weight:bold;  }
.vermelho { color:#F00; }
#wrap { margin:0 auto; width:970px; min-height:400px; height:auto !important; height:400px; border:2px dotted #CCC; background:#fff; }
#topo { min-height:150px; height:auto !important; height:150px; }
#logo { float:center; width:360px; min-height:130px; height:auto !important; height:130px; padding:5px;}
#slogan { float:right; width:600px; text-align:center; margin-top: 20px; }

#corpo { margin-top:20px; }

#esquerda { float:left; width:25%; }

#direita { float:right; width:73%; }
#conteudo { padding:5px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; }
#conteudo p { padding:5px 15px 5px 5px; color:#7c2222; text-align:justify; }
#news { min-height:200px; height:auto !important; height:200px; padding:10px; border:1px solid #333; width:370px; margin:0 auto; vertical-align:middle;  }
#news img { padding:2px; float:left; }
#conv { float:left; width:98%; }
#princ { float:right; width:60%; }
#bottom { margin-top:20px; padding:15px; text-align:center; border-top:2px dotted #ccc; }
#bottom img { padding:0 15px 0 15px; }
.espaco { display:block; height:10px; }
