html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#F6F6F6;
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	overflow: hidden; 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:#F6F6F6;
	scrollbar-track-color:#F6F6F6; /* cor da superficie background */
	scrollbar-face-color:#D7DBDC; /* cor da barra */
	scrollbar-arrow-color:#FFFFFF; /* cor da seta */
	scrollbar-highlight-color:#D7DBDC; /* brilho branco */
	scrollbar-3dlight-color:#D7DBDC; /* sombra escura à esquerda */
	scrollbar-shadow-color:#D7DBDC; /* sombra escura à direita */
	scrollbar-darkshadow-color:#D7DBDC; /* sombra escura à direita à volta*/	
	}

#content {
	display:block; 
	overflow:hidden; 
	position:absolute; 
	z-index:3; 
	top:0px; 
	bottom:0px; 
	width:774px; 
	margin-left:-387px; 
	left:50%; 
	border:0px;
	background:#F6F6F6;
	}

* html #content {
	top:0px; 
	bottom:0px; 
	height:100%;
	width:774px;
	border-top:0px; 
	border-bottom:0px;
	}

#head {
	position:absolute; 
	margin-left:-387px;
	left:50%; 
	top:0; 
	width:774px; 
	min-width:774px; 
	height:196px; 
	background:url(../images/top_bg.jpg); background-position:0 0px; 
	font-size:1em;
	z-index:5; 
	border:0px;
	}

* html #head {
	top:0px; width:774px; height:196px; border:0px;
	}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-387px; 
	left:50%; 
	bottom:-1px; 
	width:774px; 
	min-width:774px; 
	height:66px; 
	background:#F6F6F6;
	font-size:1em; 
	z-index:5; 
	border:0px;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:-1px; width:774px; height:66px;
	}

#content p {
	padding:0px; text-align:justify;
	}

#left1 {position:absolute; left:0; top:196px; bottom:65px; width:173px; background:url(../images/menu_bg.gif); background-position:0 0px; font-size:1em; z-index:4; overflow:hidden;}
#left2 {position:absolute; left:173px; top:196px; bottom:65px; width:584px; background:url(../images/cont_bg.gif); background-position:0 0px; font-size:1em; z-index:4; overflow:auto;}
#left4 {position:absolute; left:173px; top:196px; bottom:65px; width:585px; background:url(../images/dicargo_bg.gif); background-position:0 0px; font-size:1em; z-index:4; overflow:auto;}
#left3 {position:absolute; left:758px; top:196px; bottom:65px; width:16px; background:url(../images/right_bg.gif); background-position:0 0px; font-size:1em; z-index:4; overflow:hidden;}
* html #left1, * html #left2, * html #left4, * html #left3 {height:100%; top:0; bottom:0; border-top:196px solid #F6F6F6; border-bottom:65px solid #F6F6F6;}

.inner {display:block; padding:0px;}

