body {
	background-color:#d9e1e6;
	
}
#geral {
	width:1100px;
	height:565px;
	margin:0 auto;
}
#topo {
	width:1100px;
	height:120px;
	margin-left:-88px;
}
#centro {
	width:929px;
	height:376px;
	float:center;
	margin-left:80px;
	background:url(../imagens/grade.png);
	position: relative;
}
#direita {
	width:120px;
	height:720px;
	float:right;
	
}

#conteudo {
	float:left;
	height:270px;
	margin-left:54px;
	margin-top:75px;
	overflow-y:auto;
	padding-right:10px;
	width:510px;
}

.alinharDireita{
	text-align: right;
}

h1{
	font-size: 14px;
	padding-bottom: 16px;
	font-family: tahoma;
	color: #a21116;
	font-weight: bold;
	margin: 0px;
}

ul{
	font-family: tahoma;
	font-size: 12px;
}

body{
	font-family: tahoma;
	font-size: 12px;
}
