body {
	background-image:url(../images/fundo.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#principal{
	width:900px;
	min-height:500px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#menu {
	width:100px;
	min-height:520px;
	text-align:left;
	float:left;
}

#menu ul, #menu a, #menu a:hover, #menu a:active, #menu a:visited {
	color:#333333;
	list-style:none;
	text-decoration:none;
}

#logotipo {
	width:450px;
	height:125px;
	text-align:center;
	color:#FFFFFF;
	margin-left:100px;
}

#centro {
	width:710px;
	height:387px;
	background-color:#514B1B;

	float:left;
}

#esquerda {
	width:450px;
	height:385px;
	float:left;
	background-image:url(../images/central.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:justify;
	color:#514B1B;
}

#esquerda p {
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}

#esquerda h1 {
	margin-left:20px;
	margin-bottom:5px;
	color:#FFFFFF;
}

#twitter {
	width:260px;
	height:385px;
	float:right;
}

#redes {
	width:710px;
	height:80px;
	float:left;
	text-align:center;
	margin-top:20px;
}

#redes ul, #redes li {
	list-style:none;
	text-decoration:none;
	display:inline;
}

#rodape {
	width:700px;
	height:25px;
	float:left;
	text-align:right;
	color:#666666;
}

#rodape p {
	margin:0px;
}

#direita {
	width:100px;
	min-height:625px;
	text-align:left;
	float:right;
	background-color:#0099CC;
}

img {
	border:0px;
}