﻿html, body  {
	margin: 0px;
	background-color: #1e1e1e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px auto;
	width: 100%;
}
#header {
	height: 193px;
	width: 100%;
	background-color: #272C27;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #000000;
}
#headerlogo {
	height: 193px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/headBg.png');
}
#maincontent {
	height: auto;
	width: 960px;
	background-color: #424642;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#footer {
	height: 50px;
	width: 100%;
	float: left;
	background-color: #2d312d;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
}
/*ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
} make this live to remove list bullet points*/ 
#footer, #push {
	height: 50px;
	clear: both;
}
#footercentrato {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-color: #121212;
}
#logo {
	width: 960px;
	padding-top: 4px;
}
#menu {
	width: 960px;
	height: 32px;
	margin-top: 2px;
}
.Arial10 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Arial12 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Arial14 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Arial24 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Arial28 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Comic24 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.giustificato {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
.centrato {
	text-align: center;
}
.destra {
	text-align: right;
}
.grassetto {
	font-weight: bold;
}

.sottolineato {
	text-decoration: underline;
}

.italico {
	font-style: italic;
}
.giallo {
	color: #ffcc00;
}

.grigio {
	color: #999999;
}

.grigioscuro {
	color: #333333;
}

.celeste {
	color: #5DB0E6;
}

.bianco {
	color: #FFFFFF;
}
.verde {
	color: #3EBD3E;
}
.rosso {
	color: #FF0000;
}
.arancio {
	color: #FFA346;
}
.link a:link {
	color: #FFCC66;
	text-decoration: none;
}
.link a:visited {
	color: #FFCC66;
	text-decoration: none;
}
.link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.ScrittaScorrevole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.DropCap {
	float: left;
	color: #ffcc00;
	font-size: 36px;
	line-height: 27px;
	padding-top: 0px;
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.spaziaturaVerticale {
	margin-top: 1px;
}

