#body{
	background-color: FFE700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
    	}
	
#corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 400px;
	width: 740px;
	background-color: #ffe700;
	padding: 80px;
	margin: auto;
    	}	

#conteudo {
	float: left;
	height: 340px;
	width: 400px;
	/*padding-top: 20px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	text-align: left;
}
#scroll {
    text-align: left;
	width:380px;
	height:325px;
	overflow:auto;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#FFEF54;
	scrollbar-face-color:#FFef54;
	scrollbar-shadow-color:#FFEF54;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#FFEF54;
	padding-right: 10px;
}

#menu {
	float: right;
	height: 340px;
	width: 340px;
	margin: 0px;
	padding: 0px;
}

#menu1 {
	float: left;
	height: 340px;
	width: 164px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

#menu2 {
	float: right;
	height: 340px;
	width: 176px;
}

#rodape {
	height: 60px;
	width: 670px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding-top: 20px;
}
#logo {
	float: right;
	height: 60px;
	width: 70px;
}

#imagens
 a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:none ;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
