html {
    font-size: 12px;
   	font-family: Arial, Helvetica, sans-serif;
	color:#666;
}

body
{
	margin:0;
	padding:0;
	background-image:url(Images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
}

#MainBox
{
	margin: 0 auto;
	width:924px;
}

#Header
{
}

#Logo
{
	background-image:url(/cms/html/Templates/Template/Images/vela.jpg);
	height:76px;
	
}
#TopBanner
{
	height:20px;
	/*background-color:#F6F6F6;*/
}

#TopMenu
{
	height:30px;
	background-color:#F6F6F6;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top:4px;
}


#Box
{
	margin-top:5px;
}

#BoxNews
{
	float:right;
	width:250px;
	padding:4px;
	margin-left:4px;
	margin-bottom:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#Content
{
	width:740px;
	float:right;
	background-color:#FFF;
	/*height:500px;
	overflow-y: Auto; 
	overflow-x: hidden;*/
	padding:10px;
	/*padding-right:10px;*/
	/*background-image:url(Images/bgcontent.jpg);*/
	background-repeat: repeat-x;	
	
	
}

#HomeContent
{
	/*background-image:url(/cms/html/Images/bghome.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 0px;*/
	
	/*background:url("/cms/html/Images/bghome.gif") no-repeat fixed center top transparent*/
}

/* MENU SINISTRO */

#LeftMenu
{
	float:left;
	width:160px;
	background-color:#FFF;
	min-height:500px;
}

#LeftMenu
{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#LeftMenu li a,#LeftMenu li a:visited
{
	text-decoration:none;
	color:#666;
}


#LeftMenu li:hover
{
	color:#FFF;
	background-color:#EEE;
}


#LeftMenu ul
{
	margin:0;
	padding:0;	
}

#LeftMenu li
{
	background-color:#FFF;
	display:block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	list-style:none;
}

.MenuGroup
{
	background-color:#407FC4;
	margin-bottom:2px;
	color:#FFF;
	display:block;
	padding:3px;
	padding-left:7px;
	margin-top:4px;
}

.MenuGroup:hover
{
	background-color:#CCC;
}

.MenuGroup a, .MenuGroup a:visited
{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#Footer
{

	text-align:center;
	font-size:10px;
	width:930px;
	height:14px;
	clear:both;
}

#InfoFooter
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	padding:4px;
}

#GD
{
  padding:4px;
}

#InfoFooter li
{
	text-align:left;
	list-style:none;
	padding:2px;
}

/* Formattazione varia*/

img
{
	padding:2px;
}

a, a:visited
{
	text-decoration:none;
	color:#369;
}

h1,h2
{
	margin-top:0px;
	color:#407FC4;
	font-size:20px;
}

.Italic
{
	font-style:italic;
}

/* ELENCHI */

ul
{
	margin:0;
	padding:0;
}

li
{
	padding:4px;	
	list-style-position:inside;	
}

#NewsList li
{
	padding:4px;
	list-style:square url("/html/Images/doc.gif");
	list-style-position:inside;	
}

.FB {
border-bottom:1px dotted #DBDBDB;
color:#999999;
display:block;
font-size:12px;
font-style:italic;
height:14px;
padding:4px;
text-align:right;
}
