	@import "layout_hacksie.css";
	@import "layout_definicoes.css";

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat-y center #BCA94D;
	color: #490000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}

#page {
	width: 778px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin: 0 0 -1px 0;
	font-size: 1px;
	line-height: 1px;
}

/* CONTENT */

#content {
	padding: 0 0 50px 0;
	background:url(../images/bg_content.gif) repeat-y;
}

#contentComplement {
	background:url(../images/borda_conteudo.jpg) no-repeat;
	width:20px;
	height:544px;
	float:right;
}

#contentMain {
	width:579px;
	float:right;
	background:#EBF0B6;
	border-top: 8px solid #FFFFFF;
}

/* SUBCONTENT */

#contentSub {
	float: left;
	width:179px;
}

/* FOOTER */

#footerMenu {
	float:right;
	width: 579px;
	height:20px;
	margin-left: 25px;
	margin: -4.6em 20px 0 auto;
	position: relative;
	background:url(../images/arremate.jpg) no-repeat bottom;
}

#footer {
	float:right;
	height:33px;
	width: 579px;
	margin-left: 25px;
	margin: -2.1em 20px 0 auto;
	position: relative;
	background:url(../images/bg_rodape.jpg) no-repeat;
}

#footerIngles {
	float:right;
	height:33px;
	width: 579px;
	margin-left: 25px;
	margin: -2.1em 20px 0 auto;
	position: relative;
	background:url(../images/bg_rodape_english.jpg) no-repeat;
}

#nonFooter {
		position: relative;
		min-height: 100%;
}
