/* CSS Document */

body {
    margin: 0;
	padding: 0;
	background-color: #000;
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

#wrapper{
    position: relative;
	height:auto;
	background-color: #d2d3d5;
	color: #000;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border-left:solid 10px #FFF;
	border-right:solid 10px #FFF;
}

#image {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(images/header.jpg);
	height: 300px;
	top: 0;
}	

#content {
	width: 440px;
    margin-left: 0px;
	margin-right: 0px;
	padding-left: 2px;
	padding-right: 5px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: transparent;
	color: #000;
	text-align: justify;
}

input, textarea {
	background-image:url(images/background.jpg);
	border: 1px solid #000000;
}

select, option {
	background-image:url(images/background.jpg);
	border: 1px solid #000000;
	background-color:#929292;
}

a:link {
    color:#000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
    text-decoration: none;
	color:#000000;
	font-weight:bold;
}

a:hover {
		color: #ffffff;
		position: relative;
        left: 1px;
        top: 1px;
		font-weight:bold;
		border-bottom:dotted 1px #ffffff;
}

a:active {
    text-decoration: none;
	color: #000000;
	font-weight:bold;
}

h2 {
	font-size: 14pt;
	background-image:url(images/titoli.jpg);
	background-repeat:no-repeat;
    height: 31px;
	font-family: Century Gothic, Verdana, Times New Roman, Sans Serif;
	text-align:center;
	text-transform:uppercase;
    font-weight:bold;
	color:#000000;

}


.text {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align:justify;
}

b, strong, bold {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000211;
	font-weight:bolder;
}


i, em {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	
}


u, underline {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight:bold;
	border-bottom: dashed 1px #000;
	
}

img {
	border: none;
}

li{ 
	padding:0 0 2px 0;
	margin-left:1px;
	color: #000000;
	list-style-type:none;
}

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

blockquote {
		background-image: url(images/background.jpg);
		padding: 5px;
		color:#000000;
		border:#000000 solid 1px;
}
	
	#footer {
	width: 450px;
	margin: 0 auto;
	background: #000000;
	height: 0px;
	padding-bottom:0px;
	color: #FFFFFF;
	text-align: left;
	font-family: Century Gothic, Verdana, Times New Roman, Sans-Serif;  

}

#footertext {
	background:url(images/footer.jpg) no-repeat top;
	width:450px;
	height: 90px;
	text-align: left;
	color: #FFFFFF;


}

