body {
background-image:url(../images/fundo3.jpg);
background-repeat:repeat;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	
	}

.text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	
	}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#principal {
width:1000px;
height:768px;
float:left;

}

#cabecalho {
background-image:url(../images/cab.png);
background-repeat:no-repeat;
width:1000px;
height:100px;
float:left;
}

#menu {
background-image:url(../images/fundo_menu.png);
margin-top:60px;
width:155px;
height:400px;
float:left;
}

#centro {
background-image:url(../images/fundo_centro.png);
background-repeat:no-repeat;
margin-top:10px;
margin-left:20px;
width:800px;
height:490px;
float:left;
}

#corpo {
width:700px;
height:420px;
margin-top:40px;
margin-left:40px;
padding-right:10px;
overflow:auto;
}