body {
	margin:0;
	background-color: #0D8FC8;
}
#site{
	width:1003px;
	margin:0 auto;
	background-image: url(LAYOUT/background.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#head{
width:1003px;
float: left;
}
.menu{
	float: left;
	width:250px;
	padding-left: 42px;
	padding-top: 15px;
}
.paginas{
	float: left;
	width:650px;
	padding-left:20px;
	text-align: center;
}
#rodape{
	clear:left;
	height:0px;
	border: thin outset #999;
	width: 1005px;
}
