body {
	margin: 0;
	padding: 0;
	background-color: #CAD5CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#conteudo_capa {
	position:relative;
	width:700px;
	margin: 0 auto 0 auto;
	color: #000;
	background-color: #FFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#conteudo {
	position:relative;
	width:700px;
	margin: 0 auto 0 auto;
	color: #000;
	background-color: #FFF;
	background-image: url(background_interno.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#logotipo_capa{
	float: right;
	padding: 10px;
}
#logotipo_interno{
	float: right;
	padding: 10px;
}
#menu_capa{
	float:right;
	width: 250px;
	margin-top: 140px;
}
#contato_capa{
	float:right;
	clear:right;
	width:400px;
	height:90px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
#inferior{
	clear:both;
	width:700px;
	height:1px;
}
#menu_capa a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	line-height: 35px;
}
#contato_capa a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}
#menu_capa a:hover, #contato_capa a:hover {
	color:#fff;
	background-color:#E46713;
	padding: 3px;
}

