@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-color: #000000;
}

#container {
	width: 980px;
	background-color: #000;
	float: none;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#header {
	width: 980px;
	height: 153px;
	background-color: #000;
	overflow: hidden;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 980px;
	height: 54px;
	background-color: #000;
	overflow:visible;
}

#underNav {
	width: 980px;
	height: 27px;
	background-color: #000;
	overflow: hidden;
	background-image:url(../images/under-nav.jpg);
	background-repeat: no-repeat;
}

#margin {
	width: 980px;
	height: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#contentIndex {
	width: 100%;
	height: 100%;
	background-image:url(../images/bg-repeat.jpg);
	padding: 0px;
	clear: both;
}

#bottom {
	width: 980px;
	height: 64px;
	background-color: #000;
	overflow: hidden;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#bottomNav {
	width: 980px;
	height: 20px;
	background-color: #000;
	overflow: hidden;
}

#footer {
	width: 980px;
	height: 20px;
	background-color: #000;
	overflow: hidden;
}
#movie01 {
	width: 698px;
	height: 593px;
	background-color: #000;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #a57d3a;
}
a:visited {
	color: #a57d3a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
}
a:active {
	text-decoration: none;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: 100;
}
.mainText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: 100;
	line-height:19px;
}

.mainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}
.mainMid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F3C68D;
	font-weight: 100;
}




