#container {
	margin: 				auto;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#222;
	/*height:					600px;*/
	width:					950px;
	/*background-color:		#c9c9c9;*/
}

#header {
	height:					200px;
	width:					950px;
	/*background-color:		#b4b4b4;*/
}

#logo {
	float:					left;
	height:					200px;
	width:					300px;
	background:				url(img/back_header.png) 0 0 no-repeat;
}
#title{
	float:					left;
	width:					650px;
}
#title h1 {
	margin:					50px 0 0 261px;
	width:					389px;
	height:					56px;
	background:				url(img/tit_andrea_trentin.png) 0 0 no-repeat;
	text-indent:			-500em;
}
#title h2 {
	margin:					10px 0 0 368px;
	background:				url(img/tit_applicazioni_web.png) 0 0 no-repeat;
	width:					283px;
	height:					35px;
	text-indent:			-500em;
}
#page {
	float:					left;
	/*background-color:		#c9c9c9;*/
	width:					650px;
	/*height:					300px;*/
}
#sidebar{
	float:					left;
	/*background-color:		green;*/
	width:					300px;
	/*height:					300px;*/
	font-family:			Arial, Helvetica, sans-serif;
}
#sidebar h3 {
	/*border-bottom:			4px solid #C9C9C9;*/
	background:				url(img/cubetti.png) 0 1px no-repeat;
	color:					#222222;
	font-size:				16px;
	font-weight:			bold;
	margin-bottom:			0;
	margin-top:				28px;
	text-align:				right;
	text-transform:			uppercase;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin:					0 0 0 25px;
}
#sidebar li a {
	border-bottom:			1px solid #C9C9C9;
	color:					#222;
	display:				block;
	font-size:				14px;
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
	margin:					0;
	padding:				6px 2px;
	text-decoration:		none;
	width:					246px;
	font-weight: 			normal;
}

#sidebar a:hover {	
	background-color:		#222;
	color: 					#FFF;
}

#page h1 {
	color:					#222;
	/*padding:				0 0 0 25px;*/
	padding:				0;
	border-bottom:			4px solid #C9C9C9;
	font-size:				22px;
	font-weight:			bold;
	margin:					22px 0 35px 25px;
	width:					525px;
	text-transform:			uppercase;
}
#page p {
	width:					525px;
	margin:					0 0 10px 25px;
	font-size:				14px;
	line-height:			1.4em;
}
#page p strong {
	font-weight:			bold;
}
.clean {
	clear:					both;
	height:					0;
}
#footer {
	margin:					50px 0 0 0;
	width:					950px;
	border-top:				1px solid #c9c9c9;
	height:					100px;
}

#footer p {
	margin:					20px 0 0 0;
	line-height:			1.3em;
	text-align:				right;
	font-size:				14px;
	color:					#222;
}
a {
	color:					#222;
	text-decoration:		none;
}
a:hover {
	text-decoration:		underline;
}
a:visited {
	color:					#222;
}
.titoli_curriculum {
	font-size:				14px;
	font-weight:			bold;
	margin:					30px 0 10px 25px;
}
.titoli_curriculum.first {
	margin:					0 0 10px 25px;
}
.voce_curriculum {
	float:					left;
	width:					220px;
}
.descrizione_curriculum {
	float:					left;
	width:					330px;
}
#page div.riga_curriculum p {
	margin:					0 0 6px 25px;
	line-height:			1.2em;
	width:					auto;
}
#page p.riga_contatti {
	margin:					0 0 12px 25px;
	line-height:			1.2em;
}
input.contatti, textarea.contatti {
	width:					200px;
	border:					1px solid #222;
	color:					#222;
}
textarea.contatti {
	height:					100px;
}
input.contatti_invia {
	color:					#fff;
	background-color:		#222;
	border:					none;
}
.gallery {
	margin:					0 0 10px 25px;
	width:					525px;
}
.gallery .desaturation {
	width:				300px;
	height:				156px;
}
.gallery a {
	display:			block;
	width:				300px;
	height:				156px;
	border:				2px solid #C9C9C9;
	padding:			5px;
	/*margin:				10px;*/
	/*float:				left;*/
}
.gallery a img {
	border:				none;
	position:			absolute;
}
.gallery .saturation{
	width:				300px;
	height:				156px;
}
