* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #362e19;
}

a:hover {
	text-decoration: underline;
	color: #4a3c19;
}

#wrap {
	margin: 20px auto;
	width: 1000px;
}

#logo {
	position:relative;
	top:20px;
	left:30px;
}
#logo img {
border:none;
}

#home_photo {
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}

#title {
	position:relative;
	left:390px;
	top:-90px;
}

#title_joc {
	position:relative;
	left:725px;
	top:-140px;
}

#header {
	background: #666666 url(../images/header_black.jpg) no-repeat;
	height: 160px;
}

/*#header h1 {
	font-size: 38px;
	letter-spacing: -1px;
	padding: 70px 0 0 40px;
	color: #fff;
}*/

/*#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}*/

/*#header h1 a:hover {
	color: #000;
}*/

/*#header h2 {
	font-size: 19px;
	color: #EFECE0;
	padding: 20px 0 0 40px;
	letter-spacing: -1px;
	font-weight: 100;
}*/

#menu {
	height: 38px;
	line-height: 38px;
	background: #666666 url(../images/menu2.jpg) no-repeat;
}

#menu_joc {
	height:10px;
	background:#000000 url(../images/menu_joc.jpg) no-repeat;
}

#menu ul {
	list-style-type: none;
	padding-left: 50px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	padding: 0 25px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 18px;
	color: #aaa;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#content {
	background: #666666 url(../images/content.jpg) repeat-y;
	padding: 15px;
}

.left {
	float: left;
	width: 716px;
	text-align: justify;
	padding: 15px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #000;
	position:relative;
	left:5px;
}

.left_joc {
	float:left;
	width: 716px;
	text-align: justify;
	/*background: #000000;*/
	border: 1px solid #000;
	position:relative;
	left:5px;
}

.left_joc h2 {
	font-size: 24px;
	font-weight: 120;
	color:#fff;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.left h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color:#FF0000;
}

/*.left h2 a {
	text-decoration: none;
}

.left h2 a:hover {
	text-decoration: underline;
}
*/
#left_images {
text-align:center;
  }
#left_images img  { 
margin: 10px;
border:solid 2px #000000;
}
.right {
	float: right;
	width: 180px;
	background: #fff;
	padding: 10px;
	border:1px solid #000;
	position:relative;
	left:-5px;
}

.right_joc {
	float: right;
	width: 180px;
	background: #fff;
	padding: 5px;
	border:1px solid #000;
	position:relative;
	left:-25px;
	margin-bottom:20px;
	margin-top:20px;
}

/*.right h2 {
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 17px;
	padding-left: 10px;
}

.right ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
}

.right ul li a {
	font-weight: 100;
	font-size: 12px;
}

.right ul li a:hover {
}
*/
.w3c a {
text-decoration: none;
}
#section {
	float:left;
	margin-right:25px;
	border:solid 1px #000000;
}

#section_content {
	padding:10px;
}

#joc_content {
	background-color:#000000;
	padding:10px;
	margin-right:25px;
}

#bottom {
	background: #d4ccae url(../images/bottom.jpg) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
}

/* Aggiunto in seguito */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px; /*500px*/
	background-color: #000;
}
