@charset "UTF-8";


@import url(../../css/base.css);


#contenuti       {
	width: 480px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#inside{
	border: 1px solid #255766;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F8EF;
}




#underbar{
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F8EF;
}




#explanation table{
	margin-top: 10px;

}

#explanation th{
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding-bottom: 10px;

}

#explanation td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F8F8EF;
	font-size: 10px;
	line-height: 1.3em;
	vertical-align: top;
	padding-bottom: 8px;
}

#explanation tr{
}


#inside img{
	clear: none;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h1{
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 2px;
}

#explanation {
	width: 440px;
	padding-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
}

