
/* Tag */

body {
	text-align:center;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bg_pat.gif) repeat;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #214b71;
}

h4{
	font-style: italic;
}

strong {
	font-weight:normal;
}

p {
	font-size: 1em;
}

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

a:hover {
	color: #214b71;
	text-decoration:none;
}

ul, ol {
	text-indent: -20px;
}

ul li, ol li {	
	list-style-type: none;
	list-style-position: inside;
	marker-offset: 0px;
	text-indent: -30px;
}

ul ul li {
	text-indent: -40px;
}

li:before {
	color: #b7d200;
	content: "\00BB \0020";
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Page */

#page{
	width: 812px;
	margin: 15px auto;
	padding: 0;
	text-align:left;
	background: url(../img/bg.gif) repeat-y;
}

/* TOP Menu */
.menu
{
	height: 20px;
	margin: 0px 21px 0px 21px;
	padding: 0 0 3px 0;
	background: url(../img/oblique_pat.gif) repeat;
}

.menu p {
	background-color:#FFFFFF;
}

.menu a
{
	color: #b7d200;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
				
.menu a:hover
{
	color: #214b71;
	text-decoration:none;
}

/* content */

#content {
}

#date {
	position: absolute;
	margin-top: -32px;
	margin-left: 440px;
	font-size: 9px;
	color: #acc700;
}

/* Footer */

#footer {
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 30px 21px 3px 21px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* narrowcolumn */

.narrowcolumn {
	margin: 25px 30px 0 30px;
	width: 535px;
}

.widecolumn{
	margin: 25px 30px 0 30px;
}

.halfcolumnleft {
	margin: 0px 0 0 30px;
	padding-right: 10px;
	width: 270px;
	border-right: thin #CCCCCC dotted;
}

.halfcolumnright {
	position: absolute;
	margin: 0px 30px 0 330px;
	width: 270px;
}

/* Sidebar */

#sidebar {
	position: absolute;
	top: 225px;
	margin-left: 625px; /* 630 */
	padding: 0 0 10px 13px;
	width: 140px; /* 162 */
}

#sidebar h2 {
	font-size: 1.2em;
	color: #214b71;
	text-decoration: none;
}

#sidebar a {
	margin: 0;
	padding: 0;
}

/* commenti utenti */

.sign {
	text-align: right;
	margin-right: 15px;
	font-style: italic;
	color: #abc404;
}

.sign a {
	color: #abc404;
}

.sign a:hover {
	color: #90a503;
}

/* graphics element */

.hsep {
	margin: 20px 0 20px 0;
	width: 140px;
	height: 2px;
	background: url(../img/hr_pat.gif) repeat-x;
}