	@import "adrimar_hacksie.css";
	@import "adrimar_definicoes.css";

html, body {
	height: 100%;
	background:url(../images/bg_geral.png) #F5F5F5;
	background-repeat:repeat-x;
	text-align: center;
}

body, table {
	color: #490000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

* {
	margin: 0;
	padding: 0;
}

td{
	border: 0px; 
	border-spacing:0;	
}

#page {
	width: 768px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	border-left: 5px solid #D0D0D0;
	border-right: 5px solid #D0D0D0;
	background:url(../images/bg_conteudo2.gif);
	background-repeat:repeat-y;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* CONTENT */

#content {
	padding-bottom: 100px;
}

#contentMain {

	float: right;
	width: 548px;
	clear: both;
	padding-left:10px;
	padding-bottom: 100px;
}

			#contentMain #floater {
				width: 400px;
				height: 450px;
				position:absolute;
				margin-left:-9px;
				margin-top:-1px;
				*margin-left:-10px;
				}

/* SUBCONTENT */

#contentSub {
background-color:#D3D3D3;
	display: inline;
	float:left;
	width: 200px;

}

/* FOOTER */

#footer {
	width: 768px;
	height: 31px;
	margin-left: 25px;
	background-color:#D3D3D3;
	border-left: 5px solid #D0D0D0;
	border-right: 5px solid #D0D0D0;
	text-align: center;
	position: relative;
	margin: -0.1em auto 0 auto;
}

#footer p {
	width:568px;
	_width:558px;
	height:31px;
	font-size:9px;
	float:right;
	padding-top:10px;
	background:url(../images/bg_endereco_rodape.gif);
	background-repeat:repeat-x;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

#contentLower {
	width:778px;
	height:26px;
	position: relative;
	margin:0 auto;
	padding:15px 0 0 0;
	background:url(../images/bg_menu_rodape.gif) no-repeat;
	font-size:9px;
	color:#4E4A28;
}