@charset "iso-8859-1";
/* CSS Document */

body{
	background-color:#FFD700;
	margin:0 0px;
}
#tudo{
	width:770px;
	height:800px;
	margin:0px auto;
}
#cabecalho{
	width:770px;
	height:200px;
}
#esquerda{
	width:150px;
	height:auto;
	float:left;
}
#centro{
	width:470px;
	height:600px; /* a definir */
	float:left;
	background:#FFF;
	-moz-border-radius:0px 0px 10px 10px;
	border-radius:10px;
}
#direita{
	width:150px;
	height:auto;
	float:left;
}
#rodape{
	width:770px;
	height:auto;
	margin:0px auto;
	padding:30px 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color:#900;
}
