body {
	background:url('../img/back.jpg') repeat-x #8e8e8e;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333333;
}

div#wrap {
	position:absolute;
	left:50%;
	margin-left:-385px;
	width:770px;
	height:auto;
}

div#top {
	position:relative;
	left:0;
	width:770px;
	height:200px;
	background:url('../img/top.jpg') no-repeat center;
}

div#center {
	position:relative;
	left:0;
	width:770px;
	height:auto;
	background:url('../img/center.jpg') repeat-y center;
}

div#mainhome {
	position:relative;
	left:85px;
	top:-50px;
	width:610px;
	height:255px;
	text-align:justify;
	z-index:0;
}

div#mainhome a {
	color:#666666;
	text-decoration:none;
}

div#mainhome a:hover {
	color:#000;
	text-decoration:none;
}


div#gallmain {
	position:relative;
	left:80px;
	top:-50px;
	width:610px;
	text-align:justify;
	margin-bottom:-30px;
	z-index:0;
}


div#gallmain a:link, div#gallmain a:visited {
	color:#666666;
	text-decoration:none;
}	

div#gallmain a:hover, div#gallmain a:active{
	color:#000000;
	text-decoration:none;
}	

div#copy {
	position:relative;
	left:0;
	top:-5px;
	width:770px;
	text-align:center;
	font-size:9px;
	color:#939393;
}

div#copy a:link, div#copy a:visited {
	color:#939393;
	text-decoration:none;
}

div#copy a:hover, div#copy a:active {
	color:#444444;
	text-decoration:none;
}

div#bottom {
	position:relative;
	left:0;
	width:770px;
	height:81px;
	background:url('../img/bottom.jpg') no-repeat center;
	z-index:1;
}

img#logo {
	position:absolute;
	top:0;
	left:70px;
	width:293px;
	height:70px;
}

img#home {
	width:98px;
	height:263px;
	border:3px solid #d3d1c5;
	margin-right:10px;
}

div#works {
	position:relative;
	left:85px;
	background-color:#f1efe3;
	width:590px;
	height:101px;
	border:1px solid #bbbbbb;
	top:-20px;
	padding:5px 0 0 5px;
	overflow:visible;
}

div#works div#container {
	position:absolute;
	left:4px;
	display:inline;
	float:left;
	width:208px;
	height:auto;
	padding:0;
}

div#works div#text {
	position:absolute;
	left:204px;
	width:205px;
	height:96px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #bbbbbb;
	margin-left:2px;
	font-size:11px;
}

.thumb {
	display:block;
	float:left;
	width:44px;
	height:44px;
	border:1px solid #bbbbbb;
	margin: 0 4px 4px 0;
	text-decoration:none;
}

.thumb-hover {
	display:block;
	float:left;
	width:44px;
	height:44px;
	border:1px solid #666666;
	margin: 0 4px 4px 0;
	cursor:pointer;
	text-decoration:none;
}

img.thumb2 {
	border:1px solid #bbbbbb;
	margin: 0 15px 15px 0;
	vertical-align:middle;
}

img.thumb2-hover {
	border:2px solid #8F4748;
	margin: -1px 14px 14px -1px;
	vertical-align:middle;
}

div#works div#preview {
	overflow:visible;
	position:absolute;
	right:-25px;
	top:-13px;
	float:left;
}

img.show {
	border:3px solid #d3d1c5;
}

div.nome {
	width:100%;
	text-align:center;
	margin-bottom:5px;
	font-weight:bold;
}

div.descrizione {
	width:100%;
	text-align:center;
	margin-top:5px;
}

/**************/
/* Navigation */
/**************/

div#navigation {
	position:absolute;
	top:35px;
	left:390px;
	float:left;
}


div#navigation a {
	text-decoration:none;
}


.home {
	background: url(../img/m_pres.gif) 0 13px;
	height:13px;
	width:114px;
	display:block;
	float:left;
	margin-right:14px;
	line-height:13px;
}

.home_hover, .gall_hover, .cont_hover {
	cursor:pointer;

}
.home_hover, .home_active {
	background: url(../img/m_pres.gif) no-repeat top left;
	height:13px;
	width:114px;
	display:block;
	float:left;
	margin-right:14px;
	line-height:13px;
}

.gall {
	background: url(../img/m_gall.gif) 0 13px;
	height:13px;
	width:69px;
	display:block;
	float:left;
	margin-right:14px;
	line-height:13px;
}

.gall_hover, .gall_active {
	background: url(../img/m_gall.gif) no-repeat top left;
	height:13px;
	width:69px;
	display:block;
	float:left;
	margin-right:14px;
	line-height:13px;
}

.cont {
	background: url(../img/m_cont.gif) 0 13px;
	height:13px;
	width:71px;
	display:block;
	float:left;
	margin-right:14px;
	line-height:13px;
}

.cont_hover, .cont_active {
	background: url(../img/m_cont.gif) no-repeat top left;
	height:13px;
	width:71px;
	float:left;
	display:block;
	margin-right:14px;
	line-height:13px;
}

.ultimo {
	padding:2px;
	background:#fff;
	border:1px solid #dedede;
}
