
/*------------------------------- ESTRUTURA PRINCIPAL -------------------------------*/


* {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0 ; padding: 0;  /* zerando a margem de todas as tags */
}

/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background: none repeat scroll 0 0 transparent /* column 2 background colour */
}
#container1 {
	float:left;
	width:990px;
	position:relative;
	/*right:50%; */
	background:#fff; /* column 1 background colour */
}
#col1 {
	float:left;
	width:990px;
	position:relative;
/*	left:52%; */
	overflow:hidden;
}
#col2 {
	float:left;
	width:269px;
	min-height:97%; 
	position:absolute;
	/* left:56%; */
	left:990px;
	overflow:hidden;
	top:141px;
	background:#fff; 
	border: 0px solid red;
}
