/* basic elements */

html {
	margin: 0;
	padding: 0;
}

body { 
	font: 75% Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #003333; 
	background: #FEF668 url(../imagens/fundo_body_rodape.jpg) repeat-x bottom center;
	margin: 0; 
	padding: 0;
	/*text-align:center;*/
}

p { 
	margin-top: 0; 
	text-align: justify;
}

h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}

acronym {
	border-bottom: none;
}



/* specific divs */

#geral { /*apagada do html*/
	padding:0;  
	margin:0;
	width:auto;
	height:auto;
	text-align:center;
	border:1px solid #000; /*preto*/
	background: url(../imagens/fundo_cabecalho.png) no-repeat top center; /**/
}

#container { 
	/*min-width: 470px;*/
	width: 980px;
	height:auto;
	/*background: url(../imagens/fundo_cabecalho.png) no-repeat top center; */
	padding:0;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #F00; /*vermelho*/
	position:relative;
	overflow:hidden;
	text-align:left;
}

geral>#container{
	margin-left:-490px;
	left:50%
}
	



/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#cabecalho {
	padding-top: 20px;
	height: 87px;
	
	border:5px solid #09F; /*azul claro*/
}

#cabecalho h1 { 
	background: transparent url(../imagens/h1.gif) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;
}

#cabecalho h1 span {
	display:none
}

#cabecalho h2 { 
	background: transparent url(../imagens/h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
}

#cabecalho h2 span {
	display:none
}


#quickSummary {
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	
	border:5px solid #33C;
}

#quickSummary p {
	font: italic 1.1em/2.2 georgia; 
	text-align: center;
}


#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
}

#rodape {	
	/*min-width: 470px;*/
	width: 980px;
	height:auto;
	/*background: url(../imagens/fundo_cabecalho.png) no-repeat top center; */
	padding:0;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	overflow:hidden;
	text-align:left;
	
	border: 5px solid #F6C; /*rosa*/
}


#footer { 

	text-align: center; 

	}

#footer a:link, #footer a:visited { 

	margin-right: 20px; 

	}






<!-- Estas divs e spans extras podem ser usados para adicionar outras imagens de preenchimento -->

#extraDiv1 {
	background: transparent url(../imagens/cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
}

.accesskey {

	text-decoration: underline;

	}
	
