body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
h1 {
	font-family: 'Qwigley', cursive;
	font-size: 70px;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
	line-height: 55px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: 'Quattrocento', serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #333;
	margin: 0px;
	background-image: url(../images/background-heading.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p {
	padding: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
strong {
	font-weight: normal;
	color: #99CCFF;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #9CF;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.spacing {
	padding: 25px;
	overflow: hidden;
}
#header {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
#header #content {
	margin: auto;
	width: 1000px;
	padding: 0px;
	overflow: hidden;
}
#col1 {
	text-align: right;
	text-shadow: 1px 1px 1px #000;
	width: 275px;
	padding-top: 80px;
}
#col2 {
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	width: 275px;
	padding-top: 80px;
}
#nav {
	background-image: url(../images/background-menu.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100px;
	margin-top: -65px;
}
#nav #content {
	margin: auto;
	width: 1000px;
	overflow: visible;
	position: relative;
	z-index: 100;
}
#slideshow {
	margin: auto;
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#content {
	margin: auto;
	width: 1000px;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 50px;
}
#content #box {
	background-image: url(../images/transparent-black.png);
	width: 475px;
	margin-top: 35px;
	overflow: hidden;
	min-height: 250px;
}
#content #box a {
	font-family: 'Quattrocento', serif;
	color: #99CCFF;
	font-size: 22px;
	text-decoration: underline;
}
#content #box a:hover {
	color: #FFF;
	text-decoration: none;
}
#content #widebox {
	background-image: url(../images/transparent-black.png);
	margin-top: 35px;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}
#footer {
	color: #FFF;
	background-image: url(../images/transparent-black.png);
	text-align: center;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 150px;
}
#galleria {
	height: 600px;
}
.listcolumn1 {
	padding: 15px;
}
