@charset "utf-8";

body{
background-color:#000066;
}

.bordasite{
	height: 600px;
	width: 780px;
	padding: 0px;
	border-style: none;
	margin: auto;
}

.bordafotos{
	padding: 0px;
	border-style: none;
	margin: auto;
	border-style: none;
}


.bordatabelaesq{
	height: 420px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.bordatabeladir{
	height: 420px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.bordatabela{
	padding: 0px;
	border-style: none;
}


#logo{
	height: 100px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-image: url(titulo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu{
	height: 30px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-image: url(menu.png);
	border-style: none;
}

#corpo{
	height: 420px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#rodape{
	height: 50px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color:#0066FF;
	background-image: url(rodape.png);
	background-repeat: no-repeat;
	background-position: center center;
}
