@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image:url(Img.Style/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom;
}
.template { width: 100%;
background: url(Img.Style/bg.jpg) no-repeat bottom left fixed;
padding-left: 380px;
}
#main
{
	width: 700px;
	padding-bottom: 20px;
}

#logo{
	padding-left: 40px;
	text-align: left;
	height: 42px;
	padding-top: 7px;
	margin-bottom: 10px;
	color: #06C;
	font-size: 24px;
}

#logo a {
	text-decoration: none;
	font-size: 36px;
	color: #06C;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
	width: 680px;
	height: 45px;
	background: url(Img.Style/menu.png) no-repeat top left;
	margin-bottom: 20px;
	padding-left: 20px;
}

#buttons ul {
    padding-left: 10px;
    margin: 0px;      
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: block;
	float: left;
	width: 125px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	color: #06C;
	font-weight: bold;
	font-size: 14px;
	padding-top: 13px;
	margin-right: 5px;
}

#buttons a:hover {
	width: 125px;
	height: 39px;
	color: #333;
}

#contop{
	height: 7px;
	background-image: url(Img.Style/contop.png);
	background-repeat: no-repeat;
	background-position: center;
}

#conbot{
	height: 7px;
	background-image: url(Img.Style/conbot.png);
	background-repeat: no-repeat;
	background-position: center;
}

#content
{
	width: 700px;
	background-image: url(Img.Style/conbg.png);
}

#left
{
	width: 500px;
	margin-left: 7px;
}

#left p {
	padding: 8px;
	font-size: 18px;
}

#left H1
{
	height: 26px;
	background: url(Img.Style/title_left.png) no-repeat;
	font-size: 18px;
	color: #ffffff;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#left a
{
	color: #FFF;
	text-decoration: none;
}

#left a:hover{
	text-decoration: none;
	color: #FFF;
}

#left a:visited {
	color: #000;
	text-decoration: none;
}

#right
{
	width: 200px;
	float:right;
	margin-left: 7px;
	margin-right: 7px;
}
#main div #content #right h2 {
	color: #039;
	text-decoration: none;
}


#right ul 
{
	list-style: none;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0px;
	display:block;
	font-weight: normal;
}

#right ul li{
	margin-bottom: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	list-style-type: circle;
	list-style-position: inside;
}

#footer
{
	font-size: 12px;
	color: #000000;
	padding-top: 4px;
	text-align: center;
	clear:both;
	padding-bottom: 10px;
}

#footer a
{
color: #000000;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#fed600;
font-weight: bold;
}
.sottotitolo {
	font-weight: bold;
	font-size: 32px;
	color: #06C;
	font-style: italic;
}

