* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 20px 0;
	background: url(images/sfondo.jpg) repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
	}
h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	}
h2 {
	background:transparent;
	}
h3 {
	font-weight: bold;
	margin-top:16px;
	margin-bottom:10px;
	background:transparent;
	}
p, blockquote, ul, ol {
	}
p {
	background:transparent;
	}
blockquote {
	background: #FFFFFF url(images/img03.gif) no-repeat;
	padding-left: 3em;
	padding-right: 3em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #009900
	}
ul {
	margin-left: 3em;
	}
ul li {
	margin-top:5px;
	list-style:circle;
	}
ol {
	margin-left: 3em;
	}
ol li {
	margin-top:5px;
	}
a {
	color: #666666;
	}
a:hover {
	text-decoration: none;
	color: #330000;
	}
img {
	border: none;
	}
.boxed {
	background:transparent;
	}
.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
	}
.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
	}
.post {
	padding: 20px 20px 0 20px;
	}
.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 1px solid #333333;
	font-size: 2.5em;
	}
.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
	}
.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
	}
.post .story {
	clear: both;
	padding: 20px;
	}
.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 0.8em;
	line-height: 180%;
	text-align:justify;
	}
#page {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	}
#logo {
	height: 200px;
	background:transparent;
	}
#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
	color:#FFFFCC;
	}
#logo h2 {
	margin-top: -4px;
	padding: 0 0 0 410px;
	font-size: 1.2em;
	color:#FFFFCC;
	}
#menu {
	height: 50px;
	background: #009900
	}
#menu ul {
	margin: 0;
	list-style: none;
	}
#menu li {
	display: inline;
	}
#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #FFFF00;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF66;
	}
#menu a:hover {
	border-bottom-color: #FFFFFF;
	color:#FFFFFF;
	}
#menu .active a {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	}
#map {
	text-align:center;
	margin-top:15px;
	border: 1px solid #666666;
	}
#footer {
	clear: both;

	padding: 20px;
	background: #009900;
	margin:0 auto;
	}
#footer p {
	margin: 12px;
	font-size: small;
	color: #FFFFFF;
	}
#footer a {
	color: #FFFFFF;
	}
#counter {
	background: transparent;
	margin:0 auto;
	width: 700px;
	padding:10px;
	text-align:center;
	}
#counter p {
	font-size: small;
	color: #FFFFFF;
	margin: 8px;
	}
