html {
	height:90%;
}
body {
	height:90%;
	background-color: #190e10;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans", "Trebuchet MS", "Verdana", "Arial";
	color:#f0e6e6;
	font-size:10px;
}
#menuContainer {
	width:347px;
	height:703px;
}
#container {
	padding-top:180px;
	padding-right:36px;
}
#container td {
	text-align:left;
}
p {
	color:f0e6e6;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	color:#f0e6e6;
}
img {
	border:none;
}
h1, h2, h3 {
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}
h3 {
	font-size:14px;
	color:#db6dac;
}
h3 a {
	color:#db6dac;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
.link {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
.dotter {
	height:9px;
	background-image:url(immagini/dots.gif); background-repeat:repeat-x;
	margin-bottom:8px;
}
.thumb {
	float:left;
	border:1px solid #6c2b5d;
	padding:2px;
	margin-right:5px;
	margin-bottom:5px;
}
.news_foto {
	float:right;
	border:1px solid #6c2b5d;
	padding:2px;
	margin-left:5px;
	margin-bottom:5px;
}
.eventi_flyer {
	border:1px solid #6c2b5d;
	padding:2px;
	margin-top:5px;
}
iframe {
	width:388px;
	height:467px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-image:url(immagini/scrollbar_bg.gif); background-repeat:repeat-y;
}
.vscrollerbar {
width: 10px;
background-color: #666666;
}
.hscrollerbase {
height: 10px;
background-color: black;
}
.hscrollerbar {
height: 10px;
background-color: white;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(immagini/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(immagini/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(immagini/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(immagini/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}