/* **************** TEMPLATE ***************** */
/* ====== Page Head, Body, and Foot ====== */

* {
	margin: 0;
	padding: 0;
}	

html {
	height: 100%; /* necessario */
}

body {
	height: 100%;
}

#structureContainer {
	margin: 0 auto;
	width: 1000px;
	_text-align:left; /* para o IE5.5 */
}

#structureHeader {
	position: relative;
	z-index: 1000;
	margin-bottom: 12px;
	border: 0 solid #666;
}

#structureContent {
	z-index: -1;
	overflow:hidden;
	_overflow:visible;
	_zoom:1;
}

/* ====== Columns ====== */

#structureSideBarMenu {
	float:left;
	width:220px;
	margin-right: 10px;
	_margin-right:10px;
	border: 0 solid #666;
	margin-top: 15px;
}

#structureMain {
	overflow: hidden;
	_overflow:visible;_zoom:1;
	border: 0 solid #666;
}

#structureSideBar {
	z-index: -1;
	float:right;
	width: 217px;
	margin-left: 10px;
	_margin-left:10px;
	border: 0 solid #666;
}

/*====== ====== */
/*====== footer ====== */

#structureFooter {
	margin-top: 50px;
	border: 0 solid #666;
}