@import "hacks_ie.css";
@import "definitions.css";

	html, body {
		height: 100%;
	}

	* {
		margin: 0;
		padding: 0;
	}
	
	img {
		border:0;
	}

	body {
		background:url(../imagens/bg.jpg) repeat-y top #AAAAA8;
		font-family:Tahoma, Verdana, sans-serif;
		font-size: 11px;
		text-align: center;
	}

/* STRUCTURE */

	#page {
		width: 768px;
		margin: 0 auto;
		min-height: 100%;
		text-align: left;
	}

	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
	}

/* HEADER */

	#header {
		height: 269px;
	}

/* CONTENT */

	#content {
		width: 768px;
		border-top: 1px solid #E4E4E4;
		padding-bottom: 50px;
	}
	
	#contentMain {
		float:left;
		width: 768px;
		height:100%;
		padding-bottom: 30px;
		max-height:100%;
		min-height:100%;
		background:#E6E3DA;
	}
		#conteudo {
		padding-top:20px;
		margin-left:10px;
		
	}

/* FOOTER */

	#footer {
		width: 768px;
		height:65px;
		position: relative; 
		text-align: left;
		margin: -50px auto 0 auto;
	}

	#nonFooter {
		position: relative; 
		min-height: 100%;
	}