body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

h4 {
	margin: 0;
	font-size: 1em;
	margin-bottom: -20px;
}

p, ul, ol, blockquote {
	margin-top: 0;
	text-align: justify;
}


.sub-text
{
 font-size: 0.9em;
 color:#444444;
 margin-top: -15px;
 margin-bottom: 25px;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.struttura-text *
{
	font-size: 1.2em;
	color: #111111;
	margin-top: -15px;
	margin-bottom: 25px;
	text-decoration: none;
}
.struttura-text a:hover
{
 text-decoration:underline;
}



/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background-image: url(images/img2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	margin-left: 200px;
	font-size: 2.5em;
}

#header h2 {
	margin-left: 200px;
	font-size: 1.5em;
}

#header h3 {
	float:right;
	margin-top: 110px;
	margin-right: 10px;
	font-size: 1em;
}

#header h4 {
	float:right;
	margin-top: 110px;
	margin-right: 10px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#colOne {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 480px;
	padding: 20px 10px 0 10px;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}

.imgright {
	float:right;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: 10px;
}

.imgleft {
	float:left;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-right: 10px;
}

