
div#center {

	background-color:#CCCCCC;

	}
	
	div#center div#titulo {
	position:absolute;
	margin-top:-31px;
	z-index:900;
	height:30px;
	margin-left:10px;
	*margin-left:-188px;
		}
		
		div#center h1 {
			font-weight:normal;
			font-size:21px;
			margin-top:5px;
			margin-left:8px;
			color:#000000;
		}

	div#left-in {
		float:left;
		width:215px;
		height:335px;
		/*background-color:#FF0000;
		background:#3399FF;*/
		}
		
		.holder {
			margin-top:10px;
			}		
		
			#pane1 {
				width: 196px;
				height: 305px;
				overflow:hidden;
				}
		
					#pane1 p {
						margin-bottom:15px;	
						margin-left:8px;
						font-size:11px;			
					}
					
					#pane1 p a {
						font-weight:normal;
						color:#000000;
						text-decoration:none;	
					}

					#pane1 p a:hover {
						color:#42929D;	
					}
					
					#pane1 p a.tituloLincado {
						color:#42929D;		
					}

		
	div#right-in {
		float:right;
		width:290px;
		height:335px;
		/*background-color:#00FF00;*/
		}
		
		#pane2 {
			width: 285px;
			height: 285px;
			overflow:hidden;
			/*
			margin-top: 5px;
			overflow: hidden;*/
			float:left;
			/*background-color:#red;*/
			}
		
		
		
	div#center-in {
		float:left;
		width:352px;
		height:335px;
		margin-right:0 290px;
		/*background-color:#FF0000;*/
		/*background:red;*/
		}
		.ampliacao {
			 font-size:10px;
			 font-weight:bold;
			 cursor:pointer;
			}
		

