body {
	margin: 0px;
	background-color: #eae8e9;
}

#corpo {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fafafa;
	background-image: url(../img/content.jpg);
	background-repeat: repeat-y;
}
#corpo #topo {
	line-height: 190px;
	height: 190px;
	background-image: url(../img/top.jpg);
}
#corpo #menutopo {
	line-height: 20px;
	height: 20px;
	text-align: center;
}
#corpo #menutopo a {
	color: #B00;
	text-decoration: none;
	font-size: 12px;
}
#corpo #menutopo a:hover {
	color: #014265;
	text-decoration: none;
	font-size: 12px;
}

#corpo #menu {
    float: left;
    width: 110px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#corpo #menu p a {
	color: #01476b;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#corpo #menu p a:hover {
	color: #B00;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}



#corpo #conteudo {
	float: right;
	width: 620px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 450px;
	overflow: auto;
	margin-right: 15px;
}
#corpo #conteudo p a {
	text-decoration: none;
	color: #01476b;
}
#corpo #conteudo h1 {
	font-size: 24px;
	color: #01476b;
}
#corpo #conteudo p {
	font-size: 12px;
	color: #01476b;
}

#corpo #rodape {
	line-height: 15px;
	clear: both;
	float: none;
	height: 58px;
	text-align: center;
	background-image: url(../img/bottom.jpg);
	padding-top: 2px;
}
#corpo #rodape p a {
	color: #b00;
	text-decoration: none;
	font-size: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#corpo #rodape p a:hover {
	color: #014265;
	text-decoration: none;
	font-size: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
