body {
	margin: 0px;
	padding: 0px;
	background-color: #99002b;
	background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#supercontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #FFFFFF;
	width: 760px;
	min-height: 540px;
	_height: 540px;
	margin: auto;
	background-image:url(../img/toolbar_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 60px;
	position: relative;	
}

#header {
	padding-top: 15px;
	width: 760px;
	height: 65px;
	text-align: center;
	/*border: 1px solid #FF6633;*/
}

#toolbar {
	position: absolute;
	top: 75px;
	left: 20px;
	width: 720px;
	height: 20px;
	/*border: 1px solid #FFCC00;*/
}

#container {
	padding: 30px;
	text-align: justify;
}

#footer {
	padding-top: 15px;
	width: 760px;
	height: 65px;
	text-align: center;
	font-size: 11px;
	color: #cc8095;
	margin: auto;
}

a:link, a:visited {
	color: #8c7334;
}

a:hover, a:active {
	color: #99002b;
}

a.footer:link, a.footer:visited {
	color: #cc8095;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.tlblink:link, a.tlblink:visited {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.tlblink:hover, a.tlblink:active {
	color: #FFBF00;
	text-decoration: none;
}

a.tlblinksel:link, a.tlblinksel:visited {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFBF00;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.tlblinksel:hover, a.tlblinksel:active {
	color: #FFBF00;
	text-decoration: none;
}

a.dark:link, a.dark:visited {
	text-decoration: underline;
	color: #444444;	
}

a.dark:hover, a.dark:active {
	color: #99002b;	
}

.txthighlight {
	font-weight: bold;
	color: #8c7334;
	font-size: 16px;
}

.title {
	font-weight: bold;
	font-size: 18px;
	color: #99002b;
}

.titlesmall {
	font-weight: bold;
	font-size: 12px;
	color: #99002b;
}

ul {
	padding: 0px;
	margin: 5px 0px 0px 20px;
}

li {
	padding: 0px 0px 10px 0px;
}

hr.light {
	margin-left:0px;
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

hr.heavy {
	margin-left:0px;
	border: none;
	color: #8c7334;
	background-color: #8c7334;
	height: 3px;
}


hr.eventi {
	margin-left:0px;
	border: none;
	color: #d8d3dd;
	background-color: #d8d3dd;
	height: 3px;
}


.quando {
	color: #666666;
	font-style: italic;
}

.dove {
	font-size: 13px;
	color: #444444;
	font-style: italic;
}

.desc {
	font-size: 12px;
	color: #666666;
	line-height: 13px;
}

.eventitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
}

.box {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 240px;
	padding: 20px;
	float: right;
	background-color: #f5edd9;
	font-size: 12px;
}

.imgright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}