@charset "utf-8";
/* CSS Document */
#left{
	border-right:#CCCCCC 1px solid;
	float:left;
	width:470px;
	margin:0px 0px 10px 13px;
	_margin:0px 0px 10px 5px; /* hack IE 6*/
	padding:0px 0px 10px 0px;
	
}

#left p{
	font-size:11px;
	margin:5px;
	text-align:justify;
	line-height: 180%;
	text-indent:20px;
	font-weight:normal;
}

#center{
	float:left;
	width:80px;
	margin:0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#center a{
	text-align:center;
	display:block;
	margin:3px;
}

#center a img{
	border:0px;
}

#right{
	border-left:#CCCCCC 1px solid;
}

h2{
	font-size:12px;
}

#bodyOverlay{
	border:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:#000000;
	opacity: 0.6; /* outros navegadores*/
	filter: alpha(opacity=60); /* para o IE */
    -moz-opacity:0.6; /* para o FireFox */
}

#divImg{
	position:absolute;
	background:#FFFFFF;
	padding:5px;
}
