/* CSS Document */

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

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

#wrapper{
    position: relative;
	height:auto;
	background-color: #d2d6d8;
	color: #000000;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	border-left:#000000 5px double;
	border-right:#000000 5px double;
}

#image {
	background-position:center;
	background-repeat:no-repeat;
	height: 340px;
	top: 0;
}	

#content {
    float: right;
	width: 620px;
    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: #000000;
	text-align: justify;
}


#navvert {
	float:left;
    width: 190px;
	margin-left: 0px;
	color: #000000;
	padding-left: 5px;
	margin-right: 3px;
	text-align:justify;
}

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

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

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

a:active {
    text-decoration: none;
	color: #0f0e20;
	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;

}

h1 {
	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:right;
	text-transform:uppercase;
    font-weight:bold;
	color:#000000;

}

h2 a:link {
	font-size: 14pt;
    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: #000000;
	text-align:justify;
}

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

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


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

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

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/blockquote.jpg);
		padding: 5px;
		color:#000000;
		border:#000000 double 4px;
}

#footer {
	width: 830px;
	margin: 0 auto;
	background: #ffffff;
	clear:both;
	height: 0px;
	padding-bottom:0px;
	color: #000000;
	text-align: left;
	font-family: Century Gothic, Verdana, Times New Roman, Sans-Serif;  

}

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


}