@charset "utf-8";
#wrapper {
	background-color: #FFF;
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
}
#wrapper #menu_conteudo {
	background-color: #FFF;
	height: 600px;
	width: 130px;
	float: left;
}

#wrapper #menu_conteudo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5C7E7F;
	text-decoration: none;
	display:block;
	list-style:none;
	text-align: left;
	height: 40px;
	width: 120px;
	padding-left:20px;
	background-color: #f0f1f3;
	line-height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#wrapper #menu_conteudo a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5C7E7F;
}

#wrapper #flash_conteudo {
	background-color: #FFF;
	height: 600px;
	width: 760px;
	float: right;
}

