@import url("design.css");
/* ------------------------------------------------------------------------
version: 1.0
author: Favus Interactive Editoração Eletrônica LTDA-ME
email: projeto@favus.com.br
website: http://www.favus.com.br
phone: 55 (11) 3837 0555 | 3554 4349
*/

body{
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	background-color: #a2735f;
	font-family: Trebuchet MS;
	font-size: 11px;
	background-image: url(../imagens/back.jpg);
	background-repeat: no-repeat;
	color: #fff;
	line-height: 18px;
}

img{
	border: 0px solid #000;
}

#principal{
	width: 99,5%;
	min-height: 650px;
	border: 0px solid blue;
	text-align: left;
	margin-top: 2px;
}

#logo{
	width: 351px;
	height: 168px;
	border: 0px solid #fff;
	position:absolute;
	margin-top: 105px;
	margin-left: 780px;
}

#menu{
	width: 100px;
	height: 120px;
	border: 0px solid #fff;
	margin-top: 260px;
	position:absolute;
	margin-left: 780px;
}

#menu img{
	margin-bottom: 10px;
}

#conteudo{
	width: 569px;
	height: 467px;
	border: 0px solid #fff;
	position:absolute;
	margin-left: 153px;
	margin-top: 122px;
}


