/* CSS Document */

#leftside {
width: 20%;
position: relative;
/* float it to the left of the text */
float: left;
background: transparent;
margin-left: 5px;
}

#leftside a{
text-decoration:none;
}

#content {
background: transparent;
font-family: verdana;
font-size:13px;
float: right;
padding-right: 10px;
position: relative;
width: 70%;
color: #000000;
}

#content a{
color: #a71717;
text-decoration: none;
}

#content a:hover{
text-decoration: none;
background-color: #A71717;
color: #FFFFFF;
font-weight:bold;
}

#footer {
text-align:center;
font-family: Verdana, Arial;
font-size:10px;
color: #000000;
}

#footer a{
text-decoration:none;
color: #a71717;
font-weight:bold;
}

body {
background-color:#989898;
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
text-align:justify;
}

body a{
color: #a71717;
text-decoration: none;
}

h1{
background : url(immagini/h1.jpg);
background-position : left center;
background-repeat : no-repeat;
color : #000000;
height : 35px;
padding-top : 10px;
margin-bottom : 15px;
padding-left : 42px;
font-size :17px;
font-family:Verdana;
font-style:normal;
font-variant:small-caps;
}

h2{
	background: transparent;
	border-bottom: 2px solid #000000;
	color: #a71717;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

h3{
	background: transparent;
	border-bottom: 2px dotted #f34753;
	color: #f34753;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}



.menu {
padding-left: 10px;
width: 185px;
}

a.nav, a:link.nav, a:visited.nav, a:active.nav
{
	background: transparent;
	border-bottom: 2px solid #000000;
	color:#000000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	}
a:hover.nav
{
	background: trasparent;
	border-bottom: 2px solid #A71717;
	color:#A71717;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	padding-right: 5px;
}

.codesort img { 
border: 5px #a71717 solid;
background-color: #a71717;
margin: 3px;
}

.codesort img:hover {
	border: 5px solid #ff536b;
	background-color: #ff536b;
}

.imge { 
border: 5px #a71717 solid;
background-color: #a71717;
margin: 3px;
}

.imge:hover {
	border: 5px solid #ff536b;
	background-color: #ff536b;
}



blockquote{
font-family: Verdana;
font-size: 9pt;
color: #000000;
border: 2px solid #000000;
}  

.stat {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 7px;
}
