body {
	/*background-image:url(bkg_1.gif);*/
	background-color:#FFF;
	margin-top:20px;
	text-align:center;
}

div.title {
	font: 20px "Courier", monotype;
	overflow:hidden;
	text-align:left;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 0px;
	/*background-color:#999;*/
}

div.title_2 {
	font:11px/15px Courier, monotype;
	color:#666666;
	padding-left:30px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align:justify;
	/*background-color:#333;*/
}

div.splash_title {
	font: 20px "Courier", monotype;
	overflow:hidden;
	width:100%;
	text-align: center;
	padding-top:26px;
	padding-bottom:20px;
}

div.top {
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

/*div.nav_content {
	font:10px/15px Courier, monotype;
	color:#666666;
	padding-left:30px;
	padding-top: 5px;
	padding-right:20px;
	padding-bottom: 20px;
	text-align:justify;
}*/

div.main {
	text-align:center;
	width: 100%;
}

div.main_content{
	font:11px/15px Courier, monotype;
	color:#666666;
	text-align:center;
}

div.cv_main {
	width: 900px;
}

div.cv_content{
	font:11px/15px Courier, monotype;
	color:#000000;
	padding-top:30px;
	padding-left: 30px;
	text-align:left;
	padding-bottom:60px;
}

div.images{
	font:11px/15px Courier, monotype;
	margin-top:10px;
	color:#666666;
	text-align:center;
}

div.images_caption{
	font:11px/15px Courier, monotype;
	margin-top:8px;
	color:#666666;
	text-align:center;
}

div.thumbnails_main {
	width: 9838px;
	/*background-color:#999;*/
	margin-top:120px;
	margin-left:-40px;
}

div.thumbnails_container{
	/*padding-top:100px;*/
	height:250px;
}

div.thumbnails{
float: left;
text-align:justify;
margin: 0 0px 0px 0;
}


.thumbwrap {
	position:relative;
	/*top:120px;*/
	text-align:left;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 6px 0px 6px;
	padding: 0px;
	text-align:center;
	//background-color:#333;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>div.portrait1 {
	display: table;
	table-layout: fixed;
	width: 200px;
}

.thumbwrap li>div.portrait2 {
	display: table;
	table-layout: fixed;
	width: 210px;
}

.thumbwrap li>div.portrait2 {
	display: table;
	table-layout: fixed;
	width: 260px;
}


.thumbwrap li>div.landscape1 {
	display: table;
	table-layout: fixed;
	width: 234px;
}

.thumbwrap li>div.landscape2 {
	display: table;
	table-layout: fixed;
	width: 274px;
}

.thumbwrap li>div.landscape3 {
	display: table;
	table-layout: fixed;
	width: 244px;
}

.thumbwrap li>div.landscape4 {
	display: table;
	table-layout: fixed;
	width: 360px;
}


.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	float: left;
}

.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	width: 234px;
	height: 190px;
	
}

.thumbwrap li .wrimg {
	/* background-image: url(graph.gif); */
}
.thumbwrap img {
	border:none;
	vertical-align: middle;
}
.thumbwrap a:hover {
	/* background-color: #dfd;*/
}


a:link {
	color:#000;
	text-decoration:none;
	cursor:crosshair;
}

a:visited {
	color:#000;
	text-decoration:none;
	cursor:default;
}

a:active {
	color:#000;
	text-decoration:none;
	cursor:default;
}

a:hover {
	none;
}

table, tr, td {
	padding-left:0px;
}

div#preload { display: none; }
