html, body
{
	height: 100%;
    margin : 0;
    padding: 0;
	background-color: rgb(95,10, 9);
	font-family: Verdana;
}

.Page_Padding_H
{
	height: 32px;
}

#Page
{
    width : 1024px;
	margin : 0 auto;
	background-color: rgb(252, 209, 164);
	background-image: url(../images/logo_195x116.png);
	background-repeat: no-repeat;
	background-position: 790px 120px;
}

#Content
{
	min-height: 600px;
	margin: 0 16px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: black;
}

/*--------------------------------  HEADER
*/
#Corner_LT
{
	width : 64px;
	height: 82px;
	background-image: url(../images/LT_64x64.png);
	background-repeat: no-repeat;
}

#Corner_RT
{
	width : 64px;
	height: 82px;
	margin: -82px 0 0 960px;
	background-image: url(../images/RT_64x64.png);
	background-repeat: no-repeat;
}

#BackToHome_Div
{
	width : 240px;
	height: 50px;
	margin : -66px auto 0 auto;
}

#BackToHome_Link
{
	width : 180px;
	height: 50px;
	padding: 0 0 0 60px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	color: rgb(95,10, 9);
	background-image: url(../images/BackToHome_29x28.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

/*--------------------------------  FOOTER
*/
#Footer
{
	width : 1024px;
	height: 82px;
	margin: 0 auto;
	background-color: rgb(252, 209, 164);
}

#Corner_LB
{
	width : 64px;
	height: 82px;
	background-image: url(../images/LB_64x64.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#Corner_RB
{
	width : 64px;
	height: 82px;
	margin: -82px 0 0 960px;
	background-image: url(../images/RB_64x64.png);
	background-repeat: no-repeat;
	background-position: bottom right;

}
a.paganinolink:link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color:#000000;
  text-decoration: none; 
  }
 a.paganinolink:visited {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-decoration: none; 
  color:#000000;
  }
 a.paganinolink:hover {
  
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-decoration: underline; 
  color:#000000;
  }