body, html
{
	height:100%;
	margin:0px;
}
#PageContainer
{
	background:#FFFFFF;
	width:785px;
	height:424px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-212px;
	margin-left:-392px;
}
#FaceContainer
{
	background:#FFFFFF;
	width:300px;
	height:424px;
	position:relative;
	top:0px;
	left:0px;
}
#MenuContainer
{
	background:#FFFFFF url("/imgs/faccia2.jpg");
	width:150px;
	height:424px;
	position:absolute;
	top:0px;
	left:300px;
}
#BodyContainer
{
	background:#FFFFFF;
	width:330px;
	height:424px;
	position:absolute;
	top:0px;
	left:450px;
	vertical-align:middle;
	overflow:auto;
}
#RightShadow
{
	width:5px;
	height:424px;
	position:absolute;
	top:0px;
	left:780px;
	background:url("/imgs/shadow2.jpg");
}
#BottomShadowContainer
{
	width:785px;
	height:5px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:212px;
	margin-left:-392px;
}
#BottomShadow
{
	width:780px;
	height:5px;
	position:absolute;
	top:0px;
	left:0px;
	background:url("/imgs/shadow.jpg");
}
#CornerShadow
{
	width:5px;
	height:5px;
	position:absolute;
	top:0px;
	left:780px;
	background:url("/imgs/shadowcorner.jpg");
}
a
{
	color: #6D4303;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	text-decoration: none;
}
hr
{
	margin-left:15px;
	margin-right:15px;
	border:solid 1px #7e5424;
}
#Logo
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#Menu
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 8pt;
	color: #6D4303;
}
.ContentTitle
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px; 
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #4B202C;
	text-align: left;
}
.Content
{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 8pt;
	color: #6D4303;
	text-align: justify;
}
.ReadMore
{
	font-family:Arial;
	font-size:8pt;
	color:#6D4303;
}