body {
	background-color: #000000;
	margin: 0 auto;
	text-align: center;
}

.topLeft
{
	position: absolute;
	left: -70px;
	top: 0px;
	z-index: 997;
}
.topRight
{
	position: absolute;
	right: -95px;
	top: 0px;
	z-index: 998;
	background-color: #000000;
}
.tl_curve {
	position: absolute;
	left: 16px;
	top: -9px;
	z-index: 999;
}
.tr_curve {
	position: absolute;
	right: 17px;
	top: -7px;
	z-index: 1000;
}
.bottomCurve {
position: absolute;
	left: -2px;
	bottom: 0px;
	z-index: 996;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 824px;
	height: auto;
	background-color: #C69658;
}

#header {
	width: 824px;
	
}

#content {
	position: relative;
	width: 764px;

	height: auto;
	text-align: left;
	padding-top: 0px;
	/*
	padding-bottom: 8px; 
	*/
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/contentBackground.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}
#topvideo
{
	position: relative;
	top: -1px;
	left: -6px;
}
#footer {
	width: 824px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.bottomText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
