/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

#main_wrap {
  background: #FFFFFF url(../immagini/img01.gif) repeat-x;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

table, td, th{border:1px solid black;border-collapse:collapse}
td,th{padding:3px 5px}
td{text-align:left}
th{text-align:left;font-weight:bold;color: #000}
caption{font-weight:bold;color: #999} 

blockquote {
	padding-left: 3em;
	background: url(../immagini/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #333300;
}

a:active {
	color: #666600;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: none;
}

img.leftDown {
	float: none;
	margin: 0 20px 10px 40px;
}

img.rightUp {
	float: none;
	margin: 0 0px 100px 20px;
}

img.leftUp {
	float: none;
	margin: 0 20px 100px 20px;
}

img.rightDown {
	float: none;
	margin: 0 0px 10px 20px;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #999999;
}

#menu a:hover {
	background: url(../immagini/img02.jpg) repeat-y;
	/*background: #82BC2B;*/
	color: #FFFFFF;
}

#menu .active a {
	background: url(../immagini/img02.jpg) repeat-y;
	/*background: #82BC2B;*/
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 770px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(../immagini/header.png) no-repeat;
	text-align: center;
	font-weight: bold;
}

#header h2 {
	/*float: right;
	width: 770px;
	height: 86px;
	margin: 0;
	background: url(header.png) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
	font-size: 36px;
	font-weight: bold;*/
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	float: none;
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: none;
	width: 610px;
	margin:0 0 0 130px;
    padding-top: 10px;
}

#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(../immagini/img03.gif);
}
#noStyle {
	float: none;
	margin:0 0 0 0px;
}

#noStyle a:hover {
	text-decoration: none;
	background: url(../immagini/spacer.gif);
}

.post {
	margin-bottom: 20px;
	padding: 0 10px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Bar */
#bar {
	float: right;
	width: 270px;
	/*padding-top: 10px;*/
}

/* Sidebar */

#sidebar {
	float: left;
	width: 120px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #333333;
}

#sidebar h3 {
	font-size: 85%;
	color: #666666;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	color: #666666;
	/*background: none;*/
	text-decoration: none;
}

.bluebox {
	background: url(../immagini/img05.jpg) repeat-y;
}

.bluebox h2 {
	background: url(../immagini/img06.jpg) repeat-y;
}

/* AdvBars */

#advleft {
	float: left;
	width: 120px;
	padding: 5px;
	background: #EDEBD5;
}
#advleft h2 {
	margin: 0;
	padding: 5px 15px;
	color: #333333;
}

#advleft h3 {
	font-size: 85%;
	color: #666666;
}

#advleft ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#advright {
	float: right;
	width: 120px;
	padding: 5px;
	background: #EDEBD5;
}
#advright h2 {
	margin: 0;
	padding: 5px 15px;
	color: #333333;
}

#advright h3 {
	font-size: 85%;
	color: #666666;
}

#advright ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

/* Footer */

#prefooter {
	clear: both;
	width: 1020px;
	height: 40px;
	margin: 0 auto;
	background: #EDEBD5;
	text-align: center;
	vertical-align: middle;
}

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../immagini/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
