@charset "utf-8";
/* CSS Document */

a img { 
	border: none;
}

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 */
	color: #FFF;
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
#container {
	margin: auto;
	height: 860px;
	width: 1000px;
}
#header {
	position: relative;
	float: right;
	right: 20px;
	border-width:0px;
	height:180px;
	width:960px;
}

#navigation {
	position: relative;
	float: right;
	right: 20px;
	height: 80px;
	width: 960px;
	border-width:0px;
	background-image: url(2010_WebImages/images/NavigationBar.jpg);
	background-repeat: no-repeat;
}

#main_content {
	position: relative;
	float: right;
	right: 20px;
	height: 480px;
	width: 960px;
	background-image: url(2010_WebImages/images/MainContent_Bkgrnd.jpg);
	background-repeat: no-repeat;
}

#index_content {
	position: relative;
	float: right;
	right: 20px;
	height: 460px;
	width: 960px;
	background-image: url(2010_WebImages/images/MainContent_06.jpg);
	background-repeat: no-repeat;
}

#left_content {
	position: relative;
	height: 450px;
	width: 345px;
	border-width:0px;
	top:0px;
	text-align: left;
	font-size: 16px;
	padding: 8px;
}

#left_text {
	postion: relative;
	height: 30px;
	width:340px;
	border-width: 0px;
	top: 0px;
}

#center_content {
	position: absolute;
	border-width:0px;
	height:480px;
	width:430px;
	left:368px;
	top:0px;
}

#right_content {
	position: absolute;
	border-width: 0px;
	height: 480px;
	width: 160px;
	left: 800px;
	top: 0px;
}

#index_text {
	position: absolute;
	height: 355px;
	width: 530px;
	border-width: 0px;
	left: 400px;
	padding: 10px;
}

#footer {
	position: relative;
	float: right;
	right: 20px;
	height: 95px;
	width: 960px;
	background-image: url(2010_WebImages/images/Footer.png);
	background-repeat: no-repeat;
}

#movie {
	position: absolute;
	border-width:0px;
	height:350px;
	width:320px;
	background-color:#000000;
}

