@charset "utf-8";
/* CSS Document */
body{
	background: #000000;
	background-image:url(../images/sfondomenu.png);
	background-repeat:repeat-y;
}
h1 {
	color:#FFD700;
	font-size:9pt;
	font-variant:small-caps;
	font-weight:bolder;
	margin: 0;
}
a:link    {color:#FFD700;}
a:visited {color:#FFD700;}
a:hover   {color:#FFD700;}
#main-container {
	width:100%;
	height:100%;
	vertical-align: top;
}
#titolo {
	position:absolute;
	top:0;
	left:251px;
	width:750px;
	height:200px;
	text-align: right;
	font-weight:bolder;
	font-size:9pt;
	font-variant: small-caps;
	margin-bottom: 10px;
	color: #FFD700;
	margin:10px;
}
#modalities {
	position:absolute;
	top:0;
	left:251px;
	width:500px;
	text-align: left;
	font-weight:bolder;
	font-size:9pt;
	font-variant: small-caps;
	margin-bottom: 10px;
	color: #FFD700;
	margin:10px;
	z-index:2;
}
#container {
	position:relative;
	overflow:hidden;
	top:10px;
	left:251px;
	width:700px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10pt;
	color:#CCCCCC;
	padding:1em;
	text-decoration: none;
	vertical-align: text-top;
}
#menu {
	position:fixed;
	border:0;
	left: 0px; 
	width: 250px;
	height: 100%; 
	top: 20px;
	z-index:0;
	color:#FFD700;
	padding-right:3px;
}
#inner-menu {
	border:0px;
	border-left:1px;
	border-style:solid;
	border-color:#FFD700;
	position:relative;
	left:10px;
	top:-20px;
}
#subtitle {
	position: relative;
	top:0px;
	left:0px;
	text-align: right;
	font-weight:bolder;
	font-size:9pt;
	font-variant: small-caps;
	margin-bottom: 10px;
}
#subtitle h2{
	font-size:9pt;
	font-variant:small-caps;
	font-weight:bolder;
	margin:0;
}
#overline {
	color:#FFD700;
	border-top: 1px solid #FFD700;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	position:relative;
	top:-11px;
}
#feed-promotion {
	font-size:8pt;
	margin:10px;
}
#feed-promotion a {
	font-variant:small-caps;
	font-weight:bolder;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu li {
	list-style: none;
	margin-left: 0px;
	padding-left:15px;
}
#logo {
	width:100%;
	text-align: center;
}
#logo img {
	width: 200px;
}
#menu a {
	text-decoration: none;
	color:#FFD700;
}
.menu-link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
}
body>#menu {
	position: fixed;
}
.presentation {
	font-variant: small-caps;
	font-weight: bolder;
	color: #FFD700;
}
.middle-arguments{
	width:60%;
}
.arglist-title {
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFD700;
}
.arglist-title h2 {
	font-size:10pt;
	margin: 0;
}
.arg-title {
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFD700;
}
.arg-title h2{
	font-size:10pt;
	margin: 0;
}
.arg-title h3{
	font-size:10pt;
	margin: 0;
}
.comment-list {
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFD700;
}
.admin-manipulation {
	border:0px;
}
.menu-content {
	font-variant: small-caps;
	color: #FFD700;
	font-size:9pt;
	font-weight: bolder;
}

