@charset "UTF-8";
/* ANIMAZstudio2009© CSS Document */


body {
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #003333;
	background-image: url(../images/bg_splashin-bg.gif);
	background-repeat: repeat-x;
}
.animazstudio  #container {
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-color: #003333;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: -0px;
}
.animazstudio #header {
}
.animazstudio  #mainContent {
	padding: 0 0px; /* ricordare che i valori padding e margin corrispondono rispettivamente allo spazio interno ed esterno al riquadro div  */
	text-align: center;
}
.animazstudio #mainContent ul {
	text-align: right;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.animazstudio #mainContent img {
	margin-bottom: 18px;
}
.animazstudio #contents {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC99;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12%;
}
.animazstudio #bottom {
	color: #eeeeee;
	padding-top: 50px;
}
.animazstudio #fltright {
	text-align: right;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -40px;
}
.animazstudio #fltright a {
	text-decoration: none;
}
.animazstudio  #contents a {
	color: #99CC99;
	text-decoration: none;
}
.animazstudio #contents a:visited {
	color: #99CC99;
	text-decoration: none;
}
.animazstudio #contents a:hover {
	color: #336633;
	text-decoration: none;
}
.animazstudio #contents a:active {
	color: #99CC99;
	text-decoration: none;
}
.animazstudio #contents em {
	font-size: 70%;
}
.animazstudio #bottom a {
	color: #EEEEEE;
}
.animazstudio #bottom a:visited {
	color: #EEEEEE;
}
.animazstudio #bottom a:hover {
	color: #CCCCCC;
}
.animazstudio #bottom a:active {
	color: #EEEEEE;
}
.animazstudio  #bottom  h1, h2, em, strong {
	color: #EEEEEE;
}
.animazstudio #bottom h2 strong {
	color: #CCCCCC;
}
h1, p, h2, ul {
}
h1 {
	margin-top: 0px;
	font-size: 120%;
	color: #99CC99;
}
h2 {
	margin-top: 0px;
	font-size: 90%;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
p {
	margin-top: 0px;
}
strong {
	color: #669966;
}
.animazstudio #extraBox {
	-moz-border-radius: 0px 0px 12px 0px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	behavior: url(/css/border-radius.htc);
	border-radius: 20px;
	background-color: #FF0000;
	text-align: left;
	width: 149px;
	position: absolute;
	left: auto;
	height: 63px;
	top: 0px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
}
.animazstudio #extraBox a {
	color: #FFFFFF;
}

