* {
	padding: 0;
	margin:  0;
}

html, body {
	background-color: #333333;
	text-align: center; /* for IE */
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; /* center, not in IE5 */
	width: 733px;

	height: auto !important;
	height: 100%; /* IE6: treaded as min-height */
	min-height: 100%; /* real browsers */
}

/**
 *********** HEADER **************
 */
#header {
	height: 50px;	
	margin: 0 auto;   /* align for good browsers */
	padding: 25px 10px 0 0;
	text-align: right;
	vertical-align: bottom;
}

/**
 *********** MENU **************
 */	
#menu {
	position: absolute;
	top: 80px;
	left: 0;
	height: 160px;
	width: 100%;	
	margin: 0 -470px;  /* align for good browsers */
}

#menu-intern {
	width: 180px;
	height: 21px;
	margin-left:  auto;   /* align for good browsers */
	margin-right: auto;   /* align for good browsers */
	text-align: left;     /* counter the body center */
	padding-top: 4px;
}

#menu-intern ul {
	margin:  0 0 0 17px; /* removes indent IE and Opera */		
	list-style-type: none; /* turns off display of bullet */		
	background: #80897a url('/novo/images/fundo_menu.jpg') no-repeat;
	border: solid black;
	border-width: 1px 1px 1px 1px;
}

#menu-intern li {
	display: block;
	color: white;
	font-family: Arial;
	font-size: 12px;
	height: 18px;	
	vertical-align: middle;
	padding: 2px 0 0 5px;
}


/**
 *********** INTERN **************
 */	
#intern {
	width: 731px;
	margin: 0px auto 23px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

/**
 *********** FOOTER **************
 */
#footer {
/*	position: absolute;
	bottom: 0;
	left: 0; */

	border-top: 1px solid white;
	height: 128px;
	width: 731px;
	text-align: right;		
	margin: 0 auto;   /* align for good browsers */
	text-align: right; /* counter the body center */
}

#footer ul {
	margin:  17px; /*removes indent IE and Opera*/
	list-style-type: none; /*turns off display of bullet*/		
}

#footer li {
	display: inline;
	color: white;
	font-family: Verdana;
	font-size: 11px;		
}

#menu-intern a, #footer a {
	text-decoration: none;
	color: white;
}

#menu-intern a:hover, #footer a:hover {
	text-decoration: underline;
	color: white;
}


.data {
	background-color: #3e3e3e; 
	text-align: left; 
	vertical-align: middle; 
	padding: 15px; 
	font-family: Arial; 
	color: white; 
	font-size: 36px; 
	font-weight: bold;
}
