/* CSS main */

body{
/*	background:#F1F2F3;
	background-image:url(../images/bottom_bars.gif);
	background-repeat:no-repeat;
	background-position:310px 648px;
*/
	background:#f1f2f3;
}

.clear{
	clear:both;
}

#wrapper{
	display:block;
	height:750px;
	background:#48555D;
	background-image:url(../images/bg_agencia.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu{
	float:left;
	width:165px;
}

#content{
	margin-top:90px;
	float:right;
	width:780px;
	/*background:#CCCCCC;*/
}

#footer{
	padding-top:8px;
	width:1090px;
	
}

#address{
	float:left;
	width:300px;
}

#mail{
	float:right;
	width:780px;
}

.address_bottom{
	margin-top:5px;
	margin-bottom:10px;
}

.address_bottom p{	
	font-family:Tahoma;
	color:#0090A1;
	font-size:11px;
}

.address_bottom strong{
	font-weight:bold;
}
