﻿*{margin:0; padding:0; border:0; font-family:Arial, Sans-Serif; text-decoration:none; color:#444444;}
html{height:100%;}

body
{
	 background-color:#080808;
	 text-align:center;
	 height:100%;
	 background-image:url('../images/layout/background.gif');
	 background-position:center;
	 background-attachment:fixed;
	 background-repeat:repeat-y;   
}

#containerCenter
{
	margin:auto;
	width:800px;
	margin:0px auto 0px auto;
	background-color:#e9e9cd;
	min-height:760px;
}

#title
{
	padding-top:5px;
	height:55px;
}

.titleImage
{
	margin:auto;
	/*background-image:url('../images/layout/titleImage.jpg');*/
	background-repeat:no-repeat;
	background-position:center;
	width:661px;
	height:302px;
	border:2px solid #a12919;
	margin-bottom:20px;
}

#menu
{
	font-family:Verdana;
	font-size:11pt;
	letter-spacing:1pt;
	width:100%;
	height:25px;
	margin-top:0px;
	margin-bottom:10px;
}
div#menu ul
{
	margin-left:50px;
	height:100%;
}    
div#menu ul li
{
    float:left;
    margin-right:20px;
    list-style-type:none;
}

div#menu ul li a
{
	font-weight:bold;	
}

div#menu ul li a:hover
{
	color:#b92c1d;
}


div#content
{
	padding-left:25px;	
	padding-right:25px;	
	text-align:justify;
}

#footer
{ 
	margin:auto; 
	margin-top:25px;
	padding-top:3px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	font-size:9pt;
	text-align:center;
	width:98%;
	border-top:1px solid #444444;
}


.titleList{ width:200px; float:left;}
.notesList{ width:400px; margin-left:200px;}
.imgList{ width:200px; float:right;}

.separator{ background-color:#fff; height:2px; width:720px; margin:6px auto;}
.clear{ clear:both;}

/*Elimina il bordo puntinato dei links*/
a:focus
{
    -moz-outline-style: none;
}

