body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../_img/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 880px;
	font-size: 85%;
}


#container {
	width: 1036px;
	height: 570px;
	position: relative;
	top: 214px;
	margin: auto;
	background-image: url(../_img/contentBG.jpg);
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



#mainContent {
	padding-top: 35px;
	padding-left: 165px;
	padding-right: 100px;
	padding-bottom: 0px;
	float: left;
	color: #CA7900;
}
#container #mainContent #player {
	float: left;
}
.oneColElsCtr #video1 {
	position: static;
	padding-top: 10px;

}
.oneColElsCtr #video2 {
	position: static;

}


#container #link1 {
	height: 20px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 181px;
	top: 8px;
}
#container #link2 {
	position: absolute;
	height: 25px;
	width: 50px;
	left: 325px;
	top: 8px;
	text-align: center;
}
#container #link3 {
	text-align: center;
	position: absolute;
	height: 25px;
	width: 50px;
	left: 476px;
	top: 8px;
}


#container #link4 {
	text-align: center;
	position: absolute;
	height: 25px;
	width: 50px;
	left: 781px;
	top: 8px;
}
#container #link6 {
	position: absolute;
	left: 618px;
	top: 8px;
}

#container #link5 {
	text-align: center;
	position: absolute;
	height: 25px;
	width: 50px;
	left: 905px;
	top: 8px;
}


h1 {
	color: #CA7900;

}


h2 {
	color: #CA7900;
}

a:link {
	color: #F90;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

a:visited {
	color: #F90;
	text-decoration: none;
}

a:visited:hover {
	color: #FFF;
}

a:visited:active {
	color: #774700;
}

a:active {
	color: #774700;
}

span {
	font-weight: bold;
}

.white {
	color: #FFF;
}

#container #form {
	width: 480px;
	float: right;
	position: relative;
	top: 60px;
	text-align: left;
	color: #CA7900;
}
.white {
	color: #FFF;
	font-weight: normal;
	float: left;
}
