@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #660000;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.active {
	text-decoration: underline;
	text-transform: uppercase;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
}

#content {
	background: url(images/bkg_main.jpg) repeat-y center top;
	margin: 0px auto;
	padding: 0px;
	min-height:600px;
	width: 936px;
	height: 900px;
}
#header {
	width: 936px;
	height: 280px;
	background-repeat: repeat-y;
}
#language  {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
	margin-left: 45px;
	width: 600px;
	padding: 0px;
	position: relative;
	top: -45px;
	left: 0px;
	height: 20px;
	text-decoration: none;
}
#language a:link, a:visited, a:hover, a:active {
	color: #999999;
}
#language a:link {
	text-decoration: none;
}
#language a:visited {
	text-decoration: none;
}
#language a:hover,a:active   {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu {
	text-transform: uppercase;
	color: #FFFFFF;
	width: 590px;
	text-align: center;
	margin-top: 100px;
	margin-left: 40px;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
}
#menu a:link, a:visited, a:hover,a:focus, a:active{
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	}

#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:hover, a:active {
	color: #999933;
	text-decoration: underline;
}
#mainCont {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-family: Arial, "sans serif";
	font-size: 12px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#mainText {
	width: 72%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 20px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
#mainText a {
	text-decoration: underline;
	color: #FFFFFF;
}

#mainText h1 {
	font-family: Georgia;
	color: #CC0000;
	font-weight: normal;
}
#mainText h2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#mainText ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainText li {
	background-color: #1B1B1B;
	padding: 20px;
	margin-bottom: 20px;
}
#divisorio {
	background-color: #670001;
	height: 10px;
	width: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#colRight {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 20px;
}
#colEventi {
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	text-align: center;
}
#colEventi h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}


#Footer {
	font-family: Arial, "sans serif";
	font-size: 9px;
	color: #999999;
	height: 100px;
	background-image: url(images/copy_empty.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#Footer a {
	color: #CCCCCC;
	font-size: 9px;
}
.underl {
	text-decoration: underline;
}

