*{
	padding:0;
	margin:0;
}
ol,ul {
	margin:0px;
	padding:0px;
}
body{
	background-color:#fff;
	color:#555555;	
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	/*line-height:14px;*/
	/*text-align: center;*/
	background-color: #ffffff;
	font-family: "Lucida Grande",Tahoma,Arial,Helvetica,Verdana sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #444444;
	
}



h1, h2, h3, h4, h5, h6 {
	color: #0caaf3;
}


h3{
	margin-bottom:10px;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom:solid #eeeeee 2px;
	font-size:1.2em;
}



#header{
	position:relative;
	float:left;
	/*height:231px;*/
	background-color:#fff;
	width:960px;	
	
}


#header_top{
	height:61px;
}
#header_bottom{
	float:left;
	/*margin-left:-98px;*/
}
#header img{
	border:none;
}


div#container{
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	text-align: left;
	
}

#content{
	margin-top:0px;
	padding-top:0px;
	min-height:300px;
	height:auto !important;
	/*height:400px;*/
	float:left;
	width:960px;
	
}


#centerpane{
	float:left;
	/*height:auto !important;*/
	width:960px;
	height:300px;
	background-color:#f2f3f4;
}

#center_left{
	
	width:230px;
	height:280px;
	float:left;
	margin: 10px;
	background-image:url('../images/logo_dei.png')
}

#center_right{
	width:680px;
	height:280px;
	margin:10px;
	margin-top:60px;
	float:left;
	
	
}

#center_right h2{
	color:#666666;
}
#footer{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	float:left;
	margin-top:15px;
	padding-top:5px;
	width:960px;
	height:30px;
	color:#999999;
}


