body {
	margin: 0;
	padding: 0;
	background: #F4FFE4 url(images/banner_red_01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #660000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #660000;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #006600;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 183px;
	background: url(images/banner_red_00.jpg);
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	
}

#logo h1 {
	padding-top: 46px;
	padding-left: 25px;
}

#logo h2 {
	padding-top: 14px;
	padding-left: 28px;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}

#logo h2 a {
	color: #666666;
}

#logo h2 a:hover{
	color: #CC0000;
}

#logo a {
	text-decoration: none;
}
/* Menu */

#menu {
	float: right;
	height: 183px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 100px;
	background: url(images/banner_red_03.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(images/banner_red_03.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 25px;
}

#latest-post {
	float: left;
	width: 570px;
	padding: 10px 20px 0px 10px;
	background-color:#F3F3F3;
}
#latest-post-sw {
	float: left;
	width: 95%;
	padding: 10px 20px 0px 10px;
	background-color:#F3F3F3;
}

#recent-posts {
	float: right;
	width: 290px;
	padding: 0px 10px 20px 20px;
}

#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.post .entry1 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size:14px;
}
.post .tabella {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size:10px;
}
.post .tabella1 {
	padding-bottom: 2px;
	font-size:11px;
	color:#000000;
}


/* Immagini */
.img_noborder {
	border: 0px none #F0F0F0;
	}
.img {
	float: center;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	
}


/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
}


/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0;
	background: #CC0000 url(images/img06.gif) no-repeat;
	bottom: 0;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
	color: #FFFFFF;
}

#links {
	float: right;
	color: #F4FFE4;
}
#links a {
	color: #F4FFE4;
}


