@charset "utf-8";
body  {
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 100px;
}
.twoColFixLt #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/skn_muro2.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 491px;
	background-color: #000000;
	clear: both;
}
.twoColFixLt #sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	margin-left: 104px;
	width: 100px;
	clear: left;
	margin-right: auto;
	margin-bottom: auto;
	float: left;
	margin-top: 0px;
}
.twoColFixLt #mainContent {
	height: 508px;
	position: relative;
	left: 90px;
	width: 511px;
	float: right;
	top: 28px;

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red_band {color: #FF0000}
#logo {
	background-image: url(img/skn_logo3.gif);
	height: 75px;
	width: 149px;
	z-index: 5;
	margin-left: 80px;
	margin-top: 60px;
	float: left;
	margin-right: auto;
	margin-bottom: auto;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#mainContent a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#mainContent a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#mainContent a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#mainContent a.red_band:link {
	color: #FF0000;
	text-decoration: none;
}
#mainContent a.red_band:visited {
	color: #FF0000;
	text-decoration: none;
}
#mainContent a.red_band:hover {
	color: #FF0000;
	text-decoration: underline;
}

.twoColFixLt #intro {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/skn_muro_intro.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 500px;
}
h5 {
	padding-top: 0px;
}
.underline {
	text-decoration: underline;
	font-style: oblique;
}
#pol {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLt #container #mainContent .giallo {
	color: #00FF99;
}

table {
	font-size: 16px;
}
.twoColFixLt #container #mainContent .giallo:link, .twoColFixLt #container #mainContent .giallo:visited {
	color: #FFFF00;
	text-decoration: none;
}
.twoColFixLt #container #mainContent .giallo:hover {
	color: #FFFF00;
	text-decoration: underline;
}

