@charset "utf-8";
	
body {
	background-color: #000;
	padding: 0px;
	text-align: center;
	margin: 0px;

}


table #leftCol {
	height: 560px;
	background-image: url(../images/Backdrop_L.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
table #rightCol {
	height: 560px;
	background-image: url(../images/Backdrop_R.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#siteContainer {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table tr #tableTop {
	overflow: hidden;
	width: 100%;
	height: 165px;
}


#centerSection {
	clear: both;
	height: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#topPanel {
	height: 163px;
	background-color: #000;
	background-image: url(../images/Backdrop_TopBottom.jpg);
	background-repeat: no-repeat;
	background-position: center -77px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	padding: 0px;
}
#bottomPanel {
	height: 163px;
	background-color: #000;
	background-image: url(../images/Backdrop_TopBottom.jpg);
	background-repeat: no-repeat;
	background-position: center -249px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	padding: 0px;
	overflow:hidden;
}

#legal {
	width:700px;
	height:100px;
	top:0px;
	left:0px;
	margin:auto;
	margin-top:50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #9F754A;
	text-align: center;
}
#legal a {
	color: #9F754A;
}
