body{
	background:#95947f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	margin: 0;
}

h1{
	font-size:22px;
	margin:0;
	padding:0;
}

#content{
	background:#FFF;
	width: 722px;
	margin:0 auto;
}

#topo{
	width: 722px;	
}

#menu_topo{
	margin:0 auto;
	width: 714px;	
}

#banner_destaque{
	margin:0 auto;
	padding-top:5px;
	width: 714px;	
}

#main{
	background:#FFF;
	padding-top:10px;
	width: 722px;
	margin:0 auto;
}

#menu_lateral{
	display:inline;
	float:left;
	margin-left:4px;
	margin-bottom:14px;
	height:288px;
	width:195px;	
}

#video_destaque{
	display:inline;
	float:left;
	margin-left:4px;
	width:504px;	
}

#box_home{
	display:inline;
	float:left;
	margin-left:20px;
	text-align:justify;
	width: 284px;	
}

#box_normal{
	display:inline;
	float:left;
	margin-left:20px;
	text-align:justify;
	width: 474px;	
}

#box_left{
	background:url(../images/box_marrom.jpg) no-repeat;
	display:inline;
	float: right;
	margin-right:4px;
	width:198px;	
}

#box_marrom{
	background:url(../images/box_marrom.jpg) no-repeat;
	margin-bottom:30px;
	height:124px;
	width:195px;
}

#box_azul{
	background:url(../images/box_azul.jpg) no-repeat;
	margin-bottom:30px;
	height:124px;
	width:195px;
}

#box_cinza{
	background:url(../images/box_cinza.jpg) no-repeat;
	margin-bottom:30px;
	height:124px;
	width:198px;
}

#rodape{
	font-size: 11px;
	text-align:center;
	padding-bottom:10px;
}

/* LINKS */
a:link, a:visited{
	color: #21201E;
	text-decoration:none;
}

a:hover{
	color: #F97F00;
	text-decoration:none;
}
/* links */

.thumb {
		width:122px;
		height:124px;
		float:left;
		background:url(../images/thumb_base.gif) top left no-repeat;
		margin-right:12px;
		margin-left:16px;
		font-size:11px;
		text-align:center;
		line-height:15px;
}
.thumbImg {
		width:120px;
		height:90px;
		padding:1px 0 0 1px;
		margin-bottom:7px;
}

.texto_preto{
	color:#000;	
}

.texto_vermelho{
	color:#CC0000;	
}

.content_box{
	margin-top:12px;
	float:right;
	width:154px;
}

.mensagem{
	border:1px solid #B6B6A2;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 8px;
	height:35px;
	width: 120px;
}

.bt_enviar{
	background: #95947F;
	border:1px solid #95947F;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top:2px;
	margin-left: 60px;
}

.clear{
	display:block;
	clear:both;
}

/* estilos da paginação */
	ul#paging {
		list-style:none;
		margin:0 auto;
		padding:0;
		display:inline;
	}
	ul#paging li{
		float:left;
		padding-right:5px;
	}
	ul#paging li a:link, a:visited{	text-decoration:none;	}
	ul#paging li a:hover{	text-decoration: underline;	}