/* BODY */

body {
	font: 10pt/140% Century Gothic, Verdana;
	color: #CCCCCC;
	background-color: #0f0f0f;
}

a, A:visited { color: #CCCCCC; }

a:hover {	color: #990000; }

#main {
	width: 800px;
	margin: 0 auto;
}


/* HEADER */

#header { clear: both; }

#topMenu {
	width: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#logo { margin-left: 35px; }

#topRightMenu {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 12pt;
}

#mainMenu { width: 100%; }

#mainMenu img { float: left; }


/* CENTER */

#center {
	clear: both;
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #303030;
	padding: 32px;
}

#content {
	/* total width - padding left - padding right - rightBoxes width - padding right boxes =
	 = 800 - 32 - 32 - 218 - 32 = 486px */
	width: 486px; 
	float: left;
	margin-right: 32px;
}


/* RIGHT BOXES */

#rightBoxes {
	width: 218px;
	float: left;
}

#rightBoxes .rbroundbox { background: url(../images/center/rightBoxes/nt.gif) repeat; }
#rightBoxes .rbtop div { background: url(../images/center/rightBoxes/tl.gif) no-repeat top left; }
#rightBoxes .rbtop { background: url(../images/center/rightBoxes/tr.gif) no-repeat top right; }
#rightBoxes .rbbot div { background: url(../images/center/rightBoxes/bl.gif) no-repeat bottom left; }
#rightBoxes .rbbot { background: url(../images/center/rightBoxes/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
#rightBoxes .rbtop div, #rightBoxes .rbtop, #rightBoxes .rbbot div, #rightBoxes .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
#rightBoxes .rbcontent { margin: 25px; }
#rightBoxes .rbroundbox { 
	width: 100%; 
	margin-bottom: 32px;
}

#rightBoxes .titleBox {
	color: #FFFFFF;
	margin-bottom: 30px;
}

#rightBoxes .titoloNews {
	margin-bottom: 15px;
	font-weight: bold;
}

#rightBoxes .breveNews {
	margin-bottom: 15px;
	font-style: italic;
}

#rightBoxes .testoNews {
	margin-bottom: 25px;
}

#rightBoxes .testoNews A, A:visited {
	text-decoration: underline;
	color: #CCCCCC;
}

#rightBoxes .testoNews A:hover {
	text-decoration: underline;
	color: #990000;
}




/* ELENCO NEWS */

#elencoNews .titoloNews {
	margin-bottom: 20px;
	font-weight: bold;
}

#elencoNews .breveNews {
	margin-bottom: 20px;
	font-style: italic;
}

#elencoNews .testoNews {
	margin-bottom: 40px;
	text-align: justify;
}

#elencoNews .testoNews A {
	text-decoration: underline;
	color: #CCCCCC;
}

#elencoNews .testoNews A:hover {
	text-decoration: underline;
	color: #990000;
}


/* FOOTER */

#footerMenu {
	text-align: center;
	font-size: 12pt;
	color: #CCCCCC;
	background-color: #303030;
}

#credits {
	font-size: 8pt;
	font-style: italic;
	color: #444444;
	text-align: right;
	margin-right: 40px;
	margin-top: 10px;
}

#credits A {
	color: #777777;
}

#credits A:hover {
	color: #DDDDDD;
}


#elencoArchivioNews .titlePage {
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}

#elencoArchivioNews dt { margin-bottom: 20px; }
#elencoArchivioNews dd { margin: 20px 20px 60px 20px; }

#foto .titlePage {
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}

#foto UL {
	list-style-position:: outside;
	list-style-image: url(../images/center/bullet.gif);
}

#gallery ul { list-style-position: outside; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	margin: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

