html{

position: relative;
width: 100%;
height: 100%;
bottom: 0px;
background-image:url(images/SFONDO.jpg);
background-position: center ;
background-repeat: repeat-y;

}
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 15px 0;
	background: ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
        text-align: right;
	color: #000000;
}

h1, h2, h3 , h4 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 170%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }
h4 { font-size: 95%;
margin: 5px 5px 5px 5px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #0AAAFD;
}

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

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

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 18px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 15px 0 15px;
	background: url(images/sep.png) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/stamici.png) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

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

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
text-align: left;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 4px 8px;
	background: #A9A9A9 url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin:  0px 20px 50px 0px ;
	padding-top: 10px;
	border-top: 4px solid #A9A9A9;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}



#legal {
	float: left;
}

#links {
	float: right;
}
a:link {
color:#696969;
text-decoration: none;
}
a:visited {
color:#DC143C;
text-decoration: none;
}
a:active {
color:#DC143C;
text-decoration: none;
}
a:hover {
color:#DC143C;
text-decoration: none;
}