body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.95em;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#44282D;
	line-height:150%;
}
/* Busca*/
#busca{
	margin:15px 20px 0 0;
	text-align:center;
	float:right;
}
/* Topo*/
#topo{
	height:93px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topo h1{
	width:164px;
	height: 93px;
	background: url(image/logo.gif) repeat-x;
	margin: 0px 0 0 0px;
	float:left;
}

#topo h1 a{
	width: 164px;
	height: 93px;
	display: block;
	text-indent:-5000em;
}

/* Menu Topo*/
#geral{
	width:955px;
	margin:auto;
	text-align:left;
	padding: 0 0 0 0;
}
#esquerda{
	width:750px;
	margin:0 5px 0 0;
	background-color:#FFFFFF;
	float:left;
	background-image:url(image/logo.jpg);
	background-repeat:no-repeat;
}
.curso{
	margin:10px 0 0 0;
}
#conteudo h1,#conteudo  h2{
	border-bottom:#D4340C solid 2px;
}
#geral #conteudo{
	padding: 0 30px 0 30px;
}
/*rodape*/
#clear{
	clear:both;
	background-color:#d4340c;
	height:10px;
}
#rodape-geral{
	font-size:small;	
	height: 100px;
	padding: 20px 0;
	background: #EBEBEB;
}
#rodape{
	width: 760px;
	margin: 0 auto;
}
#legal {
	float: left;
	padding: 10px 0 10px 10px;
}
#links{
	float: right;
	padding: 10px 0 0 0;
	color: #666666;
}
#links a{
	color: #666666;
}

#publicidade{
	float:left;
	width:200px;
	height:600px;
	overflow:hidden;
}
/* Portfolio*/
.listaportifolio .bloco{
	display:block;
}
.listaportifolio li{
	margin:5px 0 5px 0;
}
/* Contato*/
.listacontato li{
	padding: 5px 0 5px 0;
	list-style:none;
}
.listacontato .label{
	display:block;
	width:150px;
	float:left;
}
#listadados{
	list-style:none;
	text-align:right;
	background-color:#EAEAEA;
	padding:10px;
	width:200px;
	float:right;
}
/* Paginacao*/
#menuorientacao{
	text-align:center;
}
.orientacao{
	float:left;
	width:33%;
	text-align:center;
	font-size:small;
}
/* Conteudo*/
.conteudo{
	text-align:center;
	padding:15px 0;
}