@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#principalContainer {
	background:url(../images/fundo.jpg) repeat-x top;	
}
#container
{
	width:780px;
	height:440px;
	margin:auto;
	margin-top:40px;
	border:1px solid #999999;
	background: url(../images/listraContainer.jpg) repeat-x top #FFFFFF;
}
#links {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	list-style:none;
}
#links li{
	float:left;
	margin-left:30px;
}
#links li a{
	color: #003399;
	text-decoration:none;	
}
#links li a:hover, #links li a:active{
	color: #0000F2;
}
#descricao {
	padding:8px;
	width:200px;
	float:left;
	margin-top:80px;
	background:url(../images/texto_fundo.jpg) left top no-repeat;
}
#quebra {
	width:480px;
	float:right;
}
#logo {
	position:absolute;
	margin-top:-30px;
}
div.peca {
	width:160px;
	text-align:center;
	float:left;
	height:100px;
	margin-bottom:15px;
}
div.peca img{
	margin-bottom:5px;
}
div.peca a {
	text-decoration:none;
	color:#666666;
	font-size:14px;
}
a img {
	border: none;
}