body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: justify;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(nav-bg150.jpg);
	background-repeat:no-repeat;
    border-bottom: 1px solid #ececec;
}

#header {
	background-image: url(striscia02b.jpg);
	background-repeat:no-repeat;
    height:120px;
    position:relative;
    border-bottom: 3px solid #ececec;
    border-top: 8px solid #ececec;	
}


#header h1 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color: #616683;
    font-size: 210%;
    position:absolute;
    bottom: 4px;
    right: 0;
}

#content h4{
	text-align: right;
	font-style:normal;
	color: #616683;
	font-size: 0.75em;
}

#content {
	float:right;
    width: 580px;
	padding: 0 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.5em;
}

#content h2 {
color: #616683;	
font-size: 90%;
	line-height: 1.5em;
}
#navigation {
	float:left;
	width: 150px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
font-weight:bold;	
font-size: 75%;
	
}

#navigation a:link, #navigation a:visited {
	color: #616683;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 0.4em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #cb352d;
}


#footer {
	clear:both;
	font-size: 60%;
	padding-top: 1em;
    text-align:right;
    color: #616683;
    background-color: transparent;
}
