/* CENTRAL ALIGNMENT */

div#Lyr-Horizontal {

	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	
}

div#Lyr-Inner {

	text-align: left;
	margin: 0 0 0 -380px;
	position: absolute;
	top: -230px;
	left: 50%;
	width: 760px;
	height: 504px;
	background-color: #000;
	background-image: url("../Images/Spacer.gif");
	background-repeat: no-repeat;
	border: 0;
	
}

/* MAIN LAYOUT */

div#Lyr-Container {

	width: 720px;
	padding: 20px;
	overflow: hidden;
	background-color: #FFFFFF;

}

div#Lyr-Header {

	width: 720px;
	overflow: hidden;
	margin-bottom: 7px;

}

div#Lyr-Contents {

	width: 720px;
	height: 329px;
	overflow: hidden;
	margin-bottom: 7px;

}

div#Lyr-Footer {

	width: 720px;
	height: 99px;
	height: 45px;
	overflow: hidden;
	background-color: #CCCCCC;

}

div#Lyr-Disclaimers {

	width: 760px;
	color: #FFFFFF;
	margin-top: 7px;
	text-align: right;

}
