@charset "UTF-8";
/* CSS Document */


P {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #333333;
}


#container {
	width: 1079px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 1350px;
}

#header {
	width: 1079px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
}
#header IMG{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#logo {
	width: 1079px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
}

#frame {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 639px;
	width: 1079px;
}

#frame_bio {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 639px;
	width: 1079px;
	background-image: url(images/silver_frame2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#frame_bio IMG{
	float: left;
	margin-top: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}

#frame_bio P{
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	width: 475px;
	float: left;
	margin-top: 50px;
	margin-left: 25px;
}


#movie {
	margin-right: auto;
	margin-left: auto;
	height: 616px;
	width: 979px;
	background-color: #996600;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: auto;
}

#explore {
	width: 995px;
	background-color: #161515;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	font-weight: lighter;
}

#explore2 {
	width: 995px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
}

/*#explore P {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
}
*/


#wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	height: 335px;
}

#left {
	float: left;
	width: 512px;
	background-image: url(images/bkground.jpg);
	background-repeat: repeat;
	height: 335px;
}

#left P{
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10pt;
	color: #fff;
	padding-left: 240px;
	padding-right: 22px;
	font-weight: lighter;
	margin-top: 25px;
}
#left_pic{
	float: left;
	margin-top: 25px;
	margin-left: 35px;	
}


#right {
	background-color: #161515;
	float: right;
	width: 472px;
	height: 335px;
}

#right P{
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10pt;
	color: #fff;
	padding-left: 200px;
	padding-right: 25px;
	font-weight: lighter;
	margin-top: 25px;
}

#right_pic{
	float: left;
	border: 3px solid #666666;
	margin-top: 25px;
	margin-left: 35px;	
}

#footer{
	width: 1034px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	height: 100px;
	background-repeat: no-repeat;
	margin-top: 12px;
	padding-top: 3px;
}

#footer UL {
	font-family: "Trebuchet MS";
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 42px;
}

#footer UL LI{
	display: inline;
}



#footer UL LI A{
	text-decoration: none;
	color: #999999;
	background-color: #171516;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 3px;
	padding-left: 1em;
}

#footer UL LI A:hover{
	color: #fff;
	background-color: #9999CC;
}

.copyright{
	margin-left: 8px;
	color: #666666;
	font-size: 12px;
}

