/* CSS Document */


#tudo {
	float: inherit;
	position: relative;
	width: 770px;
	height: 469px;
}
#topo {
	float: left;
	height: 75px;
	width: 770px;
	position: relative;
	background-image: url(../images/logo2.jpg);
	text-indent: 120px;
}
#flor {
	float: left;
	position: relative;
	height: 50px;
	width: 770px;
	background-image: url(../images/tulip.gif);
}

#menu {
	float: left;
	height: 35px;
	width: 770px;
	position: relative;
	text-align: center;
}
#top {
	width: 770px;
	height: 25px;
	float: left;
	position: relative;
	background-image: url(../images/topo.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#conteudo {
	float: left;
	position: relative;
	text-align: center;
	width: 720px;
}


.cantos {
	float: left;
	position: relative;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 25px;
	height: 2550px;
	background-image: url(../images/sides.jpg);
}
#rodape {
	float: left;
	height: 20px;
	width: 764px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
	border: 3px outset #006600;
	font-size: 12px;
}
#under_menu {
	width: 720px;
	height: 110px;
	float: left;
	position: relative;
}
#under_menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	border: thin outset #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
#under_menu a:hover {
	color: #00FF00;
	border: thin inset #999999;
}
body {
	margin-top: 0px;
}
