/*  GLOBAL STUFF  */

body,td,th {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(bg_grey_gradient.jpg);
	line-height:230px;*/
	}


a {
	border-bottom: #CCCCCC solid 1px;
	color: #666666;
	text-decoration: none;
	outline: none;
	font-weight:bold;
}
a:hover {
	border-bottom-color: #FF9900;
	color: #000000;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #F9F9F9;
	line-height: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
	height: 1px;
	color: #999999;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}
/*acronym, abbr {
	border-bottom: #BBBBBB 1px dashed;
	cursor: help;
}
acronym:hover, abbr:hover {
	color: #000000;
}*/


/*  STRUCTURE (in order of appearance)  */
#caratteri {
text-align:right;
}

#bg {
	width: 814px;
	background: url(bg.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bg_top {
	background: url(bg_top.gif) top no-repeat;
}
#body {
	padding: 17px;
	background: url(bg_bottom.gif) bottom no-repeat;
	text-align: justify;
}
/*#header {
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	height: 110px;
	background: #F9F9F9 url(header.png);
	font-size: 40px;
}
#header .slogan {
	padding-left: 3px;
	font-size: 18px;
}*/
#side {
	width: 220px;
	background-color: #F9F9F9;
	line-height: 18px;
	float: left;
}
#side .side_title {
	margin: 15px 0 10px 0;
	padding: 0 5px 5px 5px;
	border-bottom: #DDDDDD solid 1px;
	color: #333333;
	font-size: 20px;
	display: block;
}
#menu {
	padding: 10px;
	line-height: normal;
	
}
#menu ul {
	margin: 0;
	padding: 0;
	border-bottom: #DDDDDD solid 1px;
	list-style-type: none;
}
#menu li {
	border-top: #DDDDDD solid 1px;
}
#menu li img{
width:20px;
vertical-align:middle;
}
#menu a {
	width: 180px;
	padding: 10px;
	border: none;
	color:#000066;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	background-color: #FCFCFC;
	color: #FF0000;
}
#menu a.pressed:hover {
	background-color: #F3F3F3;
}
#menu .pressed {
	width: 180px;
	padding: 10px;
	background-color: #F3F3F3;
	color: #666666;
	display: block;
}
#side_content {
	padding: 0 10px 10px 10px;
	border-top: #FFFFFF solid 10px;
}
#content {
	margin: 0 0 0 15px;
	width: 545px;
	float: left;
}
#footer_clear {
	clear: both;
}
#footer {
	margin-top: 10px;
	height: 35px;
	background-color: #F9F9F9;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	
	padding-bottom: 50px;

}
#footer a {
	color: #666666;
}
#footer a:hover {
	border-bottom-color: #000000;
	
}