body
{
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:800px;    /* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font: 11pt/1.5 sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #333;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	background: url(../images/bg-main.jpg) center top;
}
img
{
	border: 0px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
a
{
	color: #990000;
	text-decoration: none;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}
/* Header styles */
#header
{
	padding: 0px;
	margin: 0px;
	height: 175px;
	background: url(../images/bg-header.png) repeat-x center top;
}
#headercontainer
{
	padding: 0px;
	margin: 0px;
	min-width:800px;
}
#headermiddle
{
	padding: 0px;
	height: 108px;
	margin: 0px 150px 0px 150px;
	padding-top: 9px;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align:center;
}
#headertext
{
	display:none;
}
ul#nav
{
	margin: 0px auto;
	width: 800px;
	padding-top: 21px;
	text-align: center; 
}
ul#nav li
{
	padding-right: 8px;
	display: inline;
	padding-left: 9px;
	padding-bottom: 0px;
	padding-top: 0px
}
ul#nav a
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	padding-bottom: 19px;
	color: #fefffb;
	padding-top: 19px;
	font-variant: small-caps;
	outline: none;
}
ul#nav li a:hover
{
	color: #e6dab3;
	text-decoration: underline;
}
ul#nav li a:active {
	text-decoration:none;
}
ul#nav li a.active {
	text-decoration:none;
}
	/* column container */
#main {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: url(../images/bg-content.jpg)  repeat-x center top;
}
	/* holy grail 3 column settings */
#wrap
{
	width: 100%;
	margin: 0px;
	background: url(../images/bg-home-bottom.jpg) repeat-x center bottom;
}
#container {
    float:left;
    width:200%;
    margin-left:-200px; 	/* Width of right column */
    position:relative;
    right:100%;
	/*background: url(../images/bg-home-bottom.jpg) repeat-x center bottom;*/
	min-height: 800px;
}
#leftcontainer
{
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;         	/* Left column width + right column width */
}
#middlecontainer
{
    float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
/* Colonna centrale*/
#middle
{
    margin:0 205px;     	/* Centre column side padding:
                         	Left padding = left column width + centre column left padding width
                          	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
	padding-top:10px;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align:justify;
}
.middle-column-in
{
	padding: 5px 15px;
	margin: 0px;
}
.middle-column-in h1
{
	font-variant:small-caps;
}
/* colonna sinistra*/
#left
{
    float:left;
    float:right;			/* This overrides the float:left above */
    width:190px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:5px;         	/* Width of the left-had side padding on the left column */
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
}
#left #global-links-top
{
	padding: 20px 0px;
	background: url(../images/global-top.jpg) no-repeat center bottom;
	margin: 0px 0px 0px 0px;
	width:190px;
}
#left #global-ul
{
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/global-middle.jpg) repeat-y center 50%;
	margin: 0px;
	font: small-caps 16px "Times New Roman", Times, serif;
	width: 180px;
	letter-spacing: 3px;
	border-top:0px;
	border-bottom:0px;
	text-align: center;
	list-style-type: none;
	border-collapse:collapse;
}
#left #global-ul a:link, #left #global-ul a:visited
{
	color: #5c5c5c;
	text-decoration:none;
}
#left #global-ul a:hover, #left #global-ul a.active
{
	background: #DDDDDD;
	color: #222222;
	text-decoration:none;
}
#left #global-links-bottom
{
	padding: 22px 0px;
	background: url(../images/global-bottom.jpg) no-repeat center top;
	margin: 0px;
	width:190px;
}
#left #global-ul li:first-child 
{
	color:#000000;
	font-weight:bold;
	padding: 6px 0px;
}
#left ul
{
	font-size: 1.3em;
	margin: 10px 0px;
	padding:0px 10px;
	line-height: 20px;
	text-align: center;
	font-variant: small-caps;
	list-style: none;
	list-style-position:outside;
}
#left li:first-child
{
}
#left li a, #left li a:link, #left li a:visited
{
	padding: 6px;
	display: block;
	text-decoration:none;
}
#left li a:hover, #left li a.active
{
	background-color: #d9cfa8;
	text-decoration:none;
}
/*colonna destra*/
#right
{
    float:left;
    float:right;			/* This overrides the float:left above */
    width:190px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:25px;  	/* Width of right column right-hand padding + left column left and right padding */
	margin-top: 10px;
	margin-bottom: 10px;
    position:relative;
    left:50%;
	text-align: center;
	padding: 0px;
	
}
#right UL
{
	FONT-SIZE: 1.3em;
	MARGIN: 10px 0px;
	padding:0px 10px;
	LINE-HEIGHT: 20px;
	FONT-VARIANT: small-caps;
	list-style: none;
	list-style-position:outside;
}
#right li:first-child
{
}
#right li a, #right li a:link, #right li a:visited
{
	padding: 3px 6px;
	display: block;
	text-decoration:none;
}
#right li a:hover, #right li a:active, #right li a.active
{
	background-color: #d9cfa8;
	text-decoration:none;
}
	/* Footer styles */
#footer
{
	clear: both;
	padding: 5px;
	background: url(../images/bg-footer.jpg) center top;
	color:#FFFFFF;
	text-align:center;
}
#footer p
{
	margin-top:2px;
	font-size:1em;
	line-height:1.4em;
}
#footer .inner-foot
{
	padding: 0px 10px 40px 10px;	
	margin: 0px auto;
	text-align: center;
}
#footer .inner-foot a
{
	text-decoration: underline;
}
#footer .inner-foot, #footer .inner-foot a
{
	color: #fff;
	text-decoration: none;
}
#footer .inner-foot .pleft
{
	float: left;
}
#footer .inner-foot .pleft a
{
	margin: 0px 0px 0px 0px;
}
#footer .inner-foot .pright
{
	float: right;
}
#footer #sponsors-foot
{
}
#footer #sponsors-foot A IMG
{
	float: none;
	vertical-align: middle;
	text-align:center;
}
/* Varie */
.column-in
{
	padding: 0.5em 5px;
	margin: 0px;
}
.cleaner
{
	clear: both;
	padding: 0px;
	margin: 0px;
	border-style:none;
}
.crown-short
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(../images/sub-crown-short.png) center top;
	width: 190px;
	height: 36px;
}
.sub-short
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(../images/sub-short.png) center top;
	width: 190px;
	height: 13px;
}
.tabellasedi
{
	text-align: center;
	margin: 0px auto;
}
.codice
{
	text-align: left;
	font-size: 0.8em;
	line-height: 1.2em;
}
.tablecontent
{
	/*width: 585px;*/
	border: solid 1px #666666;
	padding: 5px;
	margin:0px auto;
	border-collapse:collapse;
}
.tablecontent th
{
	padding:2px;
	border: solid 1px #666666;
	text-align:center;
	font-variant:small-caps;
}
.tablecontent td
{
	padding:2px;
	border: solid 1px #666666;
	text-align:center;
	margin: 5px;
}
.tablecontent thead
{
	border-bottom: solid 1px #000000;
	color:#FFFFFF;
	BACKGROUND: url(../images/bg-footer.jpg) center top;
}
.tablerss
{
	/*width: 585px;*/
	padding:5px;
	margin:0px;	
	font-size: 60%;
	line-height: auto;
}
.tablerss th
{
	padding:2px;
	border: solid 1px #666666;
	text-align:center;
}
.tablerss td
{
	padding:2px;
	border: solid 1px #666666;
	text-align:center;
	margin: 2px;
}
.tablerss td p
{
}
.tablerss thead
{
	border-bottom: solid 1px #000000;
	color:#FFFFFF;
	BACKGROUND: url(../images/bg-footer.jpg) center top;
}
.tableimage
{
	padding: 5px;
	margin:0px auto;
}
.tableimage th
{
	padding:2px;
	/*border: solid 1px #666666;*/
	text-align:center;
	font-variant:small-caps;
}
.tableimage td
{
	padding:2px;
	/*border: solid 1px #666666;*/
	text-align:center;
}
.tableimage thead
{
	/*border-bottom: solid 1px #000000;*/
	color:#FFFFFF;
	BACKGROUND: url(../images/bg-footer.jpg) center top;
}