@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#main{
	width:703px;
	margin:auto;
}
#topo{
	width:703px;
	height:238px;
	background-image:url(images/cabe.jpg);
}
#menu{
	position:absolute;
	width:693px;
	margin-top:215px;
	margin-left:3px;
}
#corpo{
	width:703px;
	min-height:330px;	
	background-image:url(images/body.jpg);
}
#bloco1{
	width:450px;
	min-height:300px;
	padding-top:20px;
	margin:auto;
}
#bloco2{
	width:690px;
	min-height:300px;
	padding-top:20px;
	margin:auto;
}
#rodape{
	width:703px;
	height:32px;
	background-image:url(images/roda.jpg);
}