@charset "utf-8";
/* CSS Document */

body {
	background-color: #fee8b6 ;
}

#div_header {
	width: 900px;
	height: 120px;
	background: url(../_images/ipera-header.jpg) ;
	text-align: right; 
	vertical-align: bottom ;
}

#div_container {
	margin: 0 auto;
	width: 900px;
	height: 101% ;	
	background:  #fdd57b ;
}

#div_menu {
	text-align: center;
	margin: 0 auto;
	width: 900px;
	hight: 40px;	

}


#div_content {
	text-align: left ;	
	float: left;
	font-size: 1em;
	width: 700px;
	
	background: #fff  ;
	height:auto !important;
	height:250px; 
	min-height:250px;
}
#div_content p{
	text-indent: 10px;
	
	
	}


#div_side {
	float: left;	
	width: 200px;
	text-align: left;
	text-decoration:none;
	padding-top: 10px;
		
}

#div_side a{
	text-decoration:none;
	color:#222;
	padding: 0px;
}
#div_side p{
	margin:0px;
	
}

#div_footer {
	clear: both ;
	text-align: left ;
	padding-top: 5px;
	
	
}
#tabs table{
	width:100%;
}
#tabs td{
	font: 0.9em;
	
}
#tabs ul{
	list-style-type:none ;
	padding:0;
}

#tabs .headtable{
	background-color:#ddd;
}

.namelen {
	width:90px;
}

.yearlen {
	width:70px;
}

