/* CSS Document */

body {
	background:#006696 url(imgs/fundao.jpg) fixed repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	text-align:center;
	margin:0;
}

h1 {
	margin:3px;
	color:#716D0F;
	font-size:30px;
}

h2 {
	border-bottom:1px solid #000;
	text-align:left;
	color:#716D0F;
	font-size:small;
}

a {
	color:#000;	
}

p {
	text-align:justify;	
	margin:5px;
}

/* id's */

#conteudo {
	width:580px;
	margin:auto;
	background:#FFF;
	padding:25px 50px 25px 50px;
	margin-bottom:10px;
}
#conteudo img {
	margin-bottom:10px;	
}

#top {
	position:relative;
	bottom:50px;
	right:20px;
}
#top img {
	margin-bottom:-50px;	
}

#selo {
	float:right;
	width:100px;
	height:100px;
	position:relative;
	left:15px;
	bottom:10px;
}

#menu {
	margin-bottom:20px;
	background:#FFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #000;
	padding:0px;
}
#menu ul {
	list-style:none;
	padding:0;
}
#menu li {
	display:inline;
	border:1px solid #CCC;
	padding:2px;
	width:50px;
	background:#EEE;
}
#menu a {
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;	
}

/* Classes */

.info {
	text-align:justify;	
	font-size:x-small;
}

.subtit {
	text-align:center;
	font-style:italic;
	font-size:medium;
	font-family: "Georgia", Times New Roman, Times, serif;
}
