body {
	background:url("img/fundo.gif");
	margin:0px;
	font-family:arial;
	font-size:small;
	color:white;
}

#divao {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

#top {
	width:760px;
	height:150px;
	clear:both;
	}
	
#topesquerda {
	width:250px;
	height:150px;
	float:left;
	background:url("img/fundologo.jpg") no-repeat;
}

#topdireita {
	width:470px;
	height:110px;
	float:left;
	background:url("img/fundotop.jpg") repeat-x;
	text-align:right;
	padding:20px;
	font-weight:bold;
}
#menuh {
	width:760px;
	height:50px;
	background:#000;
	clear:both;
}
#menuh a{
	text-decoration:none;
	color:white;
	display:block;
	padding-top:18px;
	text-align:center;
	height:32px;
}
#menuh a:hover{
	background:url("img/fundomenua.jpg");
}
#corpo {
	width:760px;
	background::#fff;
}
#esquerda {
	padding-left:20px;
	padding-right:20px;
	width:560px;
	float:left;
	background:#fff;
	color:#333;
	text-align:justify;
}
#esquerda h3{
	color:#F60;
}
#direita {
	width:160px;
	float:left;
	background:#fff;
	color:#333;
	text-align:center;
}
#rodape {
	width:760px;
	height:50px;
	clear:both;
	background:#000;
	text-align:center;
}
#rodape a {
	color:white;
	text-decoration:none;
	font-size:small;
}
#rodape a:hover {
	text-decoration:underline;
}
#trabalho {
	width:550px;
	height:150px;
	float:left;
	margin:10px;
}
#fig_trabalho {
	float:left;
	width:150px;
	height:150px;
}
#conteudo_trabalho {
	float:left;
	width:360px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	height:150px;
	font-size:x-small;
	color:#666;
}
.pergunta {
	color: #f60;
	list-style:none;
	font-weight:bold;
	text-align:justify;
}
.resposta {
	color:#666;
	text-indent:30px;
	list-style:none;
	text-align:justify;
	margin-right:40px;
}