/* LE SPECIFICHE SEGUENTI MI DEFINISCONO SOLO GLI SFONDI */  
body {
	background-attachment: fixed;
	background-color: #CC6633;
	background-image: url(images/bg1px.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div#general {
	background-attachment: fixed;
	background-color: #CC6633;
	background-image: url(images/jj-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}
div#content {
	background-attachment: fixed;
	background-color: #CC6633;
	background-image: url(images/jj-orange.jpg);
	/*background-image: url(images/jj-blue.jpg);*/
	/*background-image: url(images/jj-orange-top.jpg);*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#links a {background: transparent url(images/jj-fade.jpg) 0 0 no-repeat fixed;}
div#links a:hover {background: transparent url(images/jj-wash.jpg) 0 0 no-repeat fixed;}

/*FINE DELLA DEFINIZIONE DEGLI SFONDI*/

body {position: relative; 
margin: 0; 
padding: 0;
width: 300%;
}

div#general{
position: relative;
width: 1280px;
height: 1626px;
}
div#content {
	text-transform: lowercase;
	position: absolute;
	top: 26px;
	/*	left: 161px;*/
	left: 0;
	right: 25px;
	color: #000000;
	width: 540px;
	font: 13px Verdana, sans-serif;
	padding: 0px;
	border: solid #FFCC99;
	letter-spacing: 0.07em;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 20px;
}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}
div#links a {
	display: block; 
	text-align: center; 
	text-transform: lowercase;
/*	font: bold 1em sans-serif; */ 
	font: 12px Verdana, sans-serif;
   	padding: 5px 10px; 
	margin: 0 0 2px; 
	border-width: 0; 
   	text-decoration: none; 
	color: #FFC;}
div#links a:hover {color: #411;}
h1 {
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	font: 25px sans-serif;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #66CC00;
	margin-top: -9px;
	margin-right: -9px;
	margin-bottom: 0.5em;
	margin-left: -9px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: solid #FFCC99;
}
h2 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.3em;
	margin-bottom:20px;
}
h3 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.3em;
	margin-bottom:20px;
}
h4 {
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	font: 12px sans-serif;
	height: 18px;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #990000;
	margin-top: -9px;
	margin-right: -9px;
	margin-bottom: 0.5em;
	margin-left: -9px;
	padding-top: 15px;
	padding-right: -20;
	padding-bottom: 5px;
	padding-left: -20;
}
p {
	margin-bottom:30px;
}

.photo {
	float: left;
	margin: 10px 10px 10px 10px;
}

dt {font-weight: bold;}

dd {margin-bottom: 0.66em;}

div#content a:link {color: white;}

div#content a:visited {color: white;}

div#content a:link:hover {color: orange;}

div#content a:visited:hover {color: orange;}

div#links {
	position: absolute; 
	top: 76px; 
	/*left: 0;*/
	left: 630px; 
	width: 160px; 
	height: 700px; 
	font: 16px Verdana, sans-serif;
}
code, pre {color: #EDC; font: 110% monospace;}

