/* STRUTTURA GENERALE */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EEE;
	color: #000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
#centrato {
	width: 960px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}
#struttura {
	width: 960px;
	float: left;
	background: #192433;
	margin-bottom: 24px;
	border: 1px;
	border-color: black;
	border-style: solid;
}
#menu-high-up {
	float: left;
	text-align: center;
	width: 960px;
	height: 28px;
}
#menu-high-down {
	float: left;
	background: #AAA;
	color: #000;
	width: 960px;
	height: 39px;
}
#menu-sx {
	float: left;
	width: 200px;
	margin: 10px;
	margin-top: 20px;
	background: url(../img/template/menusx_sfondo_off.gif);
	border-right: 1px solid #EB6E07;
	border-top: 1px solid #EB6E07;
	color: #AAA;
	clear: left;
}
#content-home {
	float: left;
	width: 960px;
	background: url(../img/template/1_12.gif);
	color: #000;
}
#content-nohome {
	width: 960px;
	margin-top: 20px;
	background: url(../img/template/sfondo2.jpg);
	color: #000;
}
#footer {
	width: 960px;
	height: 28px;
	background: url(../img/template/1_13.jpg);
	clear: left;
}

/* BIO */

.photobiov {
	width: 300px;
}
.photobioh {
	width: 450px;
}
.youtubebio {
	width: 426px;
}
.photobiov, .photobioh, .youtubebio {
	float: left;
	margin: 9px;
	margin-top: 20px;
	border: 3px;
	border-style: groove;
}

/* PROJECT */

.photoprojv {
	width: 240px;
}
.photoprojh {
	width: 360px;
}
.youtubeproj {
	width: 426px;
}
.coverproj {
	width: 200px;
}
.photoprojv, .photoprojh, .youtubeproj {
	float: left;
	margin: 6px;
	border: 3px;
	border-style: groove;
}
.coverproj {
	float: right;
	margin: 6px;
	border: 3px;
	border-style: groove;
}
.projectelenco-img {
	clear: left;
	float: left;
	margin: 6px;
	width: 200px;
}
.projectelenco-title {
	float: left;
	margin: 6px;
	width: 500px;
}

/* MENU SX */

#vocimenu {
	margin: 0;
	padding: 0.5em 1em;
}

/* WORKS */

.elenco-main {
	width: 780px;
	text-align: left;
	float: left;
	background: #366;
	border-bottom: 1px solid;
}
.elenco-img {
	clear: left;
	float: left;
	margin: 6px;
	width: 100px;
}
.elenco-title {
	float: left;
	margin: 6px;
	width: 370px;
}
.elenco-data {
	margin: 6px;
	width: 540px;
	background: #466;
	padding: 6px;
	border: 2px;
	border-style: inset;
}
#area-line1, #area-line2 {
	width: 780px;
	float: left;
	background: #366;
	border-bottom: 1px solid;
	clear: left;
}
#area-img {
	margin: 6px;
	float: left;
	width: 300px;
	border: 2px;
	border-style: inset;
}
#area-title {
	margin: 6px;
	float: left;
	width: 440px;
	background: #366;
	color: #000;
}
#area-data {
	margin: 6px;
	padding: 10px;
	float: left;
	width: 280px;
	background: #366;
	color: #000;
}
#area-works {
	margin: 6px;
	float: left;
	width: 430px;
	background: #366;
	color: #000;
}

/* NEWS */

.news-title {
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	color: #A33;
}
.news-subtitle {
	font-style: italic;
	padding: 0px 4px 0px 6px;
	color: #366;
}

/* ELEMENTI GENERALI */
div p {
	margin: 0;
	padding: 9px;
}
div h2 {
	margin: 0;
	padding: 6px;
}
A:link {
	COLOR: #669999; TEXT-DECORATION: none; font-weight: bold
}
A:visited {
	COLOR: #669999; TEXT-DECORATION: none; font-weight: bold
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: underline; font-weight: bold
}

/* MENU ORIZZONTALE */
#styletwo{display:block;height:25px;font-size:11px;font-weight:bold;background:transparent url(../img/button/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvetica,sans-serif;}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 20px 0 20px;height:19px;}
#styletwo ul li a:hover,#styletwo ul li a.current{color:#fff;background:transparent url(../img/button//bgON.gif) repeat-x top left;}

