/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
	padding: 0;
	margin: 0;
	}
	
#topo {
	background-image:url(img/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 0 solid gold;
	height: 113px;
	}

#topo img {
	margin: 10px 0 12px 0;
	}
	
#meio {
	width: 760px;
	margin: auto;
	text-align: left;
	}

#meio_interna {
	margin-top: 1px;
	background-image:url(img/bg_meio_interna.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

.limites_interna {
	width: 760px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#barra {
	background-color: #24272B;
	background-image: url(img/bg_barra.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	}

#rodape {
	background-image: url(img/bg_rodape.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 90px;
	color: gray;
	text-align: center;
	padding-top: 15px;
	margin-top: 1px;
	}

.limites {
	width: 760px;
	margin: auto;
	text-align: left;
	border: 0 solid red;
	display: block;
	}

img {
	border: 0;
	}

.retrato {
	border: 1px solid #666;
	padding: 2px;
	}

.retrato_historia {
	border: 1px solid #666;
	padding: 2px;
	margin-left: 40px;
	}


.destaque {
	color: #ffcf3d; 
	font-size: 1.1em;
	}
	
#menu a:link {
	color: white;
	text-decoration: none;
	}		

#menu a:visited {
	color: white;
	text-decoration: none;
	}		

#menu a:hover {
	color: gold;
	text-decoration: none;
	}		


a:link {
	color: #ffcf3d;
	text-decoration: underline;
	}		

a:visited {
	color: #ffcf3d;
	text-decoration: none;
	}		

a:hover {
	color: gold;
	text-decoration: underline;
	}		


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
	
h4 { font-size: 0.8em; }	
h3 { font-size: 1.0em; }
h2 { font-size: 1.5em; }
h1 { font-size: 1.9em; margin-bottom: 20px }	
