body{
	margin:0;
}
img{
	border:none;
}
#bgTopo{
	height:125px;
	width:100%;
	background:#000;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	position:absolute;
}
#outline{
	width:960px;
	margin:0 auto;
}
#topo{
	position:relative;
	height:100px;
}
#topo img{
	float:left;
}
#topo ul{
	float:right;
	padding:0;
	margin:35px 0;
}
#topo ul li{
	float:left;
	list-style:none;
}
#topo a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	margin:0 20px;
}
#topo a:hover{
	color:#f7ee72;
	text-decoration:underline;
}
#left{
	width:250px;
	margin:30px 0;
	-moz-border-radius:10px;
	border-radios:10px;
	float:left;
	background:url(../images/bg-transparent.png);
}
#left ul{
	padding:10px 10px 20px 30px;
	margin:0;
	position:relative;
	list-style:none;
}
#left a{
	color:#FFF;
	line-height:30px;
	text-decoration:none;
	font-size:18px;
}
#left a:hover{
	color:#f7ee72;
	text-decoration:underline;
}
#right{
	width:700px;
	background:url(../images/bg-transparent.png);
	-moz-border-radius:10px;
	border-radios:10px;
	margin:30px 0 0 260px;
	color:#FFF;
}
#right h1{
	color:#f7ee72;
	text-align:center;
	font-size:22px;
	padding:10px 0 0 0;
}
.iten{
	width:141px;
	height:162px;
	margin:10px 14px;
	padding:5px 0 0 0;
	float:left;
	text-align:center;
	border:2px solid #C0A062;
	background:#eee;
	-moz-border-radius:3px;
	border-radios:3px;
}
.iten .image{
	width:138px;
	text-align:center;
	margin:0;
	padding:0;
	height:130px;
}
.iten i{
	padding:3px 0;
	display:block;
	font-size:12px;
	background:#C0A062;
	color:#333;
	font-weight:bold;
}
.iten a{
	font-weight:normal;
	color:#fff;
	font-size:11px;
	display:block;
	background:#333;
	text-decoration:none;
	padding:1px 0;
}
.iten a:hover{
	text-decoration:underline;
}
a.iten:hover i{
	color:#eebb99;
}
.iten img{
	margin:0;
}
#right #imagem{
	margin:0 0 0 100px;
	border:2px solid #f7ee72;
	position:relative;
}
#right p{
	margin:0 100px;
}
#right form{
	margin:0 100px;
}
#right h3{
	margin:0 100px;
}
#right form{
	width:500px;
}
#right form label{
	width:140px;
	display:block;
	text-align:right;
	float:left;
	margin:4px 0;
}
#right form input{
	float:left;
	margin:4px;
	width:300px;
}
#right form textarea{
	width:400px;
	margin:0 0 0 40px;
}
#right #btn{
	width:100px;
	margin:0 0 0 80px;
}
#right iframe{
	border:2px solid #f7ee72;
	position:relative;
	margin:0 50px;
	background:#f7ee72;
}
#rodape{
	margin:30px 0 0 0;
	height:50px;
	background:#021;
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	text-align:center;
	font-size:12px;
	color:#FFF;
	line-height:50px;
} 