@charset "utf-8";
body {
	background-color: #161B38;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}
img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#geral {
	background: url(CSS%20TESTE/general_bg.jpg);
	top: 0;
	margin: auto;
	position: inherit;
	height: auto;
	vertical-align: top;
	width: 811px;
}
#patro {
	background: url(CSS%20TESTE/patro.jpg);
	top: 0;
	margin: auto;
	position: inherit;
	height: 190px;
	vertical-align: top;
	width: 811px;
}
#head {
	/*display: block;*/
	background: url(CSS%20TESTE/header.jpg);
	background-repeat: no-repeat;
	height: 244px;
	position: inherit;
	left: 30px;
    margin: 0 0 0 30px;
	width: 751px;
}
#menu {
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	position: relative;
	text-decoration: none;
	top: 220px;
	left: 16px;
	text-align: left;
	width: 200px;
}
a.amenu {
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#conteudo {
	background: url(CSS%20TESTE/general_bg.jpg);
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: auto;
	position: inherit;
	height: auto;
	padding: 20px 60px 20px 300px;
	text-align: justify;
	text-indent:10px;
	vertical-align: top;
	width: 451px;
}
h1 {
	color: #416DB8;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
obs {
	font-size: 9px;
}