body{
	margin:0;
	padding:0;
	background:#efefef;
	background-image:url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: verdana;
	font-size:16px;
}

@font-face {
    font-family: 'geosanslightregular';
    src: url('../font/geosanslight.eot');
    src: url('../font/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../font/geosanslight.woff') format('woff'),
         url('../font/geosanslight.ttf') format('truetype'),
         url('../font/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ---------------------- */
/* --- Layout settings--- */
#main-wrapper{
	width:937px;
	margin:0 auto;
}

#left_wrapper_tempInicial{
	float:left;
	width:214px;
	height:162px;
	margin-bottom:30px;
}

#right_wrapper_tempInicial{
	float:right;
	width:722px;
	height:162px;
	margin-bottom:30px;
}

.main_content_tempInicial{
	float:left;
	width:937px;
	margin-bottom:30px;
	text-align:justify;
}


/*-- footer --*/
#footer-wrapper{
	clear:both;
	width:100%;
	height:79px;
	margin:0 auto;
	background:#fff;
}
#footer{
	clear:both;
	width:937px;
	height:79px;
	margin:0 auto;
}

.footer_logo{
	float:left;
	width:166px;
	height:43px;
	margin-top:20px;
}
.footer_logo a{
	border:none;
}

.footer_copyright{
	float:right;
	text-align:right;
	width:320px;
	font-size:15px;
	color:#636363;
}

/* ----- Logo ------*/
.logo_wrapper{
	width:214px;
	height:161px;
	background-image: url(../images/bg_logo.png);
	background-repeat:no-repeat;
}

.logo{
	width:136px;
	height:91px;
	margin:0 auto;
	padding-top:10px;
}
.logo a img{
	border:none;
}
.logo a img:hover{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.area_trabalho{
	width:125px;
	height:26px;
	margin:0 auto;
	padding-top:15px;
	text-align:middle;
	font-size:20px;
}

/* -------------------------- */
/* --- Navigation settings--- */

.menu_wrapper{
	width:190px;
	margin:15px auto;
}

/* -- log out -- */
.logOut_option{
	width:722px;
	height:25px;
	margin-top:60px;
	text-align:right;
	color:#fff;
}
.logOut_option a{
	border:none;
}
.logOut_option a:hover{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.footer_menu{
	float:right;
	width:600px;
	height:30px;
	text-align:right;
	margin-top:20px;
}

.footer_menu ul li{
	list-style:none;
	display:inline;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #000;
}
.footer_menu ul li a{
	color:#000;
	text-decoration:none;
}
.footer_menu ul li a:hover{
	color:#636363;
	text-decoration:none;
}