@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:#000000;
	}
	
.style1 {
	color: #f47321;
	font-weight: bold;
}
	
	
#topo{
    height: 192px;
	width: 760px;
	margin: 0 auto;}


#conteudo{
	height: 817px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}


#borda_esquerda{
	height: 817px;
	width: 41px;
	float: left;}
	

#borda_meio{
	height: 817px;
	width: 21px;
	float: left;}
	

#menu_index{
	float: left;
	height: 817px;
	width: 172px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#pecas{
	float: left;
	height: 817px;
	width: 484px;}
	
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
	
#rodape{
	height: 20px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 14px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../imgs/bg_rodape.jpg);
}

a{
	text-decoration:none;}


a:link{	
	text-decoration:none;
	color: #FFFFFF;}

a:active{
	text-decoration:none;
	color: #FFFFFF;}

a:visited{
	text-decoration:none;
	color: #FFFFFF;}

a:hover{
	text-decoration:underline;
	color: #FFFFFF;}
	
img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}