body {
	text-align: center;
	padding: 20px 70px 10px 70px;
	margin: 0px;
	font: 10px/15px tahoma, verdana, geneva, helvetica, arial, sans-serif;
	background-color : #202020;
	color: #000000;
	background-image: none;


}
a{
	text-decoration: none;
	color: #660000;
}
a.inner{
	text-decoration: none;
	color:#CCCCCC;
	margin-right: 6px;
}
a.inner:hover {
	color:#FFFFFF;
	border-bottom: 1px dotted #90D088;
}
a.outer {
	text-decoration: none;
	color:#E0E0E0;
	margin-left: 6px;
}
a.outer:hover {
	color:#FFFFFF;
	border-bottom: 1px dotted #C06468;
}
.boss {
	padding: 3px 0px 3px 10px;
	border: 1px solid #999999;
	background-color: #BAC8CE;
	text-align: left;
}
.lower {
	padding: 0px 2px 0px 2px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #CACACA;
	text-align: left;	
}
h1 {
	margin: 5px 0px 5px 0px;
	border-bottom: 2px dotted #DEDEDE;
	color: #202020;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
h2 {
	margin: 2px 0px 2px 0px;
	line-height: .75em;
	text-transform: uppercase;
	font-size: 1em;
}
P {
	padding-left : 15px;
	padding-right : 15px;
	line-height: 111%;
	
}
.image-up {
	background-attachment: fixed;
	background-image: url(../img/spalla-up.gif);
	background-repeat: repeat-x;
	background-position: 558px 0px;
}
.image-down {
	background-attachment: fixed;
	background-image: url(../img/spalla-down.gif);
	background-repeat: repeat-y;
	background-position: 0px 566px;
}
