body {
	margin:0; /*superior, direita, inferior, esquerda*/
	background-image: url(img/background.jpg)
}


/************************************
GERAL
************************************/
#geral {
	width: 1000px;
	position: absolute;
	margin: 0 auto;
	text-align: left;
	background: url(img/img_vitruvian.jpg);
	background-position: 660px 130px;
	background-repeat: no-repeat;
}


/************************************
CONTEUDO
************************************/
#conteudo { 
	padding-bottom: 45px;
}


/************************************
CABECALHO
************************************/
#cabecalho { 
	width: 100%;
	height: 106px;
	text-align: right;
	background: url(img/img_logo.jpg);
	background-repeat: no-repeat;
	margin: 11px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}


/************************************
MENU LATERAL
************************************/
#menu_lateral {
	float: left;
	width: 218px;
	height: 450px;
	background: url(img/img_menu.jpg);
	background-position: 10px 18px;
	background-repeat: no-repeat;
}


/************************************
MENU EDIT
************************************/
#menu_edit {
	margin-top: 38px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 35px;
}


/************************************
MENU EDIT 2
************************************/
#menu_edit2 {
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: auto;
	margin-left: 20px;
}

.menu_txt {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #18540E;
	margin: 0px 0px 0px 0px;
}

.menu_txt a:link {
	text-decoration: none;
	color: #18540E;
}

.menu_txt a:visited {
	text-decoration: none;
	color: #18540E;
}
.menu_txt a:hover {
	text-decoration: underline; 
	color: #18540E;
}

.menu_txt a:active {
	text-decoration: none;
	color: #18540E;
}

#menu1 {
	margin: 8px 0px 0px 13px;
}

#menu2 {
	margin: 8px 0px 0px 0px;
}


/************************************
PRINCIPAL
************************************/
#principal { 
	float: left; 
	margin: 12px 0px 0px 0px;
}


/************************************
TITULO
************************************/
#titulo { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #b80101;
	text-align: right;
}


/************************************
CORPO
************************************/
#corpo { 
	float: left;
	background-color: #ffffff; 
	border-width: 2px;
	border-style: solid;
	border-color: #2d9b18;
	padding: 10px 10px 10px 10px;
	width: 550px;
}

.corpo_tit { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px 0px 15px 0px;
}

.corpo_tit2 { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 25px 0px 15px 0px;
}

.corpo_tit3 { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px 0px 15px 0px;
}

.corpo_tit4 { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	margin: 0px 0px 15px 0px;
}

.corpo_txt {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	text-align: justify;
}

.corpo_txt1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	text-align: center;
}

.corpo_txt2 { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.link_geral {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #b80101;
}

.link_geral a:link {
	text-decoration: none;
	color: #b80101;
}
.link_geral a:visited {
	text-decoration: none;
	color: #b80101;
}
.link_geral a:hover {
	text-decoration: underline; 
	color: #b80101;
}
.link_geral a:active {
	text-decoration: none;
	color: #b80101;
}

.style1 {
	color: #B80101;
	font-weight: bold;
}


/************************************
RODAPE
************************************/
#rodape {
	float: left;
	width: 990px;
	height: 36px;
}

#rodape p {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 5px 5px 5px;
}

#rodape a:link {
	text-decoration: none;
	color: #b80101;
}
#rodape a:visited {
	text-decoration: none;
	color: #b80101;
}
#rodape a:hover {
	text-decoration: underline; 
	color: #b80101;
}
#rodape a:active {
	text-decoration: none;
	color: #b80101;
}

