*, img{
margin:0;
padding:0;
border:none;
}

body{
 background-color:white;
 margin:0;
 background-image:url(pageimage/fundo1.gif);
 background-repeat:repeat;
 text-align:center; /* hack para o IE */
 }

#paracentralizar{
 margin:0 auto; /*isso centraliza no demais browsers*/
 width:1002px;
 }

#central{
 position:relative;
 background-color:white;
 width:999px;
 border:#FFCC00 1px solid;
 height:710px;}

#barrah{
 position:relative;
 width:1px;
 height:600px;
 margin-top:-400px;
 margin-left:217px;
 background-color:#ffcc00;
 }

#botoes{
position:absolute;
top:132px;
left:220px;
}

#botoes img {
	margin-right:-4px;
}
#esquerda, #esquerdapreta{
 position:relative;
 background-color:white;
 width:219px;
 height:100%;
 float:left;
 margin-top:-3px;
 padding:0;
 height:560px;
 border-right-color:#FFCC00;
 border-right-style:solid;
 border-right-width:0px;
 }

#esquerda img{
margin-left:-1px;
}

#esquerdapreta{
 background-color:black;
 }

#banner_fundo{
position:absolute;
top:0;
left:0;
z-index:1;
}
#botoes_esquerda{
position:absolute;
top:0;
left:0;
z-index:2;
}

#conteudo{
 position:relative;
 background-color:white;
 width:775px;
 float:right;
 margin:0;
 padding:0;
 }
 
#bandeiras{
position:absolute;
top:85px;
left:883px;
z-index:100;
} 
#form_contact {
position:relative;
text-align:left;
padding-left:60px;
padding-right:50px;
padding-top:20px;
padding-bottom:4px;
}

#form_contact table{
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:20px;
	color:#990000;
	text-align:left;
	padding-left:60px;
	padding-right:50px;
	padding-bottom:4px;
 }

#form_contact input, #form_contact textarea{
	border:1px solid #CCCCCC;
}

h1 {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	text-align:left;
	padding-bottom:10px;
 }

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color:#990000;
	padding-left:50px;
	padding-top:0px;
	font-weight:normal;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	color:#990000;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
p {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:20px;
	color:#990000;
	text-align:left;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:4px;
	padding-left:10px;/*
	padding-right:50px;
	padding-bottom:4px;
 */}
 
#botoes_esquerda p {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-align:center;
 }
 
.p2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	color:#990000;
	text-align:left;
	padding-left:60px;
	padding-right:50px;
	padding-bottom:4px;
 }

ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:20px;
	color:#990000;
	text-align:left;
	padding-left:60px;
	padding-right:50px;
	padding-bottom:4px;
}


li {
	list-style-position:outside;
	list-style-image: url(pageimage/setaamarela2.gif);
	text-indent: 20px;
	display: block;
	
 }

#botoes_esquerda ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:20px;
	color:#990000;
	text-align:left;
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	padding-bottom:0px;

}

#botoes_esquerda li {
margin: 5px;
padding-left:5px;
list-style-type: none;
list-style-image:none;
background-color: #FFFFCC;	
background-color: white;	
border:1px solid #FFCC00; 
text-indent: 0px;

}

.maisespacado li {
	list-style-position:outside;
	list-style-image: url(pageimage/setaamarela2.gif);
	text-indent: 20px;
	display: block;
	margin-top:8px;
 }
 

a:link, a:visited {
	color:#990000;
	font-style:italic;
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}


#botoes_esquerda a:link, #botoes_esquerda a:visited {
text-decoration:none;
}

 .borda{
  border:1px solid blue;
}

.destaque{
background-color:#FFFFCC;
background-color:white;
border:1px solid #FFCC00;
padding-top:5px;
padding-bottom:5px;
}

a:hover {
background-color:#F0DB8A;
}
a:active {
background-color:#F0DB8A;
}

a.destaque:hover  {
background-color:#F0DB8A;
}
a.destaque:active {
background-color:#F0DB8A;
}
/*
a:link {color: #FF0000}     /* unvisited link 
a:visited {color: #00FF00}  /* visited link 
a:hover {color: #FF00FF}   /* mouse over link 
a:active {color: #0000FF}   /* selected link 
*/
