/* LEFT */
#left{
float:left;
width:560px;
padding:5px;
}
	/* TITULO */
	#titulo{
	float:left;
	width:550px;
	padding:0px 5px;
	}
		#titulo .data{
		float:left;
		width:200px;
		height:18px;
		padding-top:15px;
		color:#04263F;
		}
		#titulo .nome{
		float:left;
		width:345px;
		height:33px;
		color:#EBE9DA;
		font-size:40px;
		text-align:right;
		font-weight:bold;
		overflow:hidden;
		}
		#titulo .nada{
		width:550px;
		height:15px;
		float:left;
		background:#FFFFFF;
		border-top:#CCCCCC 1px solid;
		}
	#contato{
	float:left;
	width:550px;
	padding:0px 5px;
	}
		#contato .texto{
		float:left;
		width:550px;
		text-align:center;
		margin-bottom:20px;
		}
		#contato .bloco{
		float:left;
		width:550px;
		margin-bottom:3px;
		}
			#contato .topico{
			float:left;
			width:145px;
			margin-right:5px;
			font-weight:bold;
			text-align:right;
			}
			#contato .campo{
			float:left;
			width:400px;
			}
				#contato .campo input, #contato .campo select, #contato .campo textarea{
				border:#999999 1px solid;
				}
				#contato .campo input, #contato .campo textarea{
				width:300px;
				}
				#contato .campo textarea{
				height:150px;
				}
			#contato .botao{
			float:left;
			width:550px;
			margin-top:10px;
			text-align:center;
			}
/* RIGHT */
#right{
float:left;
width:200px;
padding:10px 5px;
margin-right:5px;
}