/**/
body{
	background:#BDD530;
	color:#1CA6A4;
	font-family:Verdana;
	font-size:12px;
}

#principal{ background:#BDD530 url(../img/bg_body.jpg) no-repeat;
			margin:auto;
			width:999px;
			height:445px;}

#caixa{
	background:none;
	width:756px;
	height:377px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:3px;
}

#menu{
	width:756px;
	margin:0 auto;
	vertical-align:bottom;
	height:100px;
	text-align:center;
}

a{
	position:relative;
	z-index:1;
	font-family:Century Gothic;
	font-size:16px;
	font-weight:bold;
}

a:active, a:link, a:visited{
	color:#6F2C90;
	text-decoration:none;
}

a:hover{
	color:#EF6E22;
}
