/* Document Centering */
body {
	text-align: center;
	
	margin: 0px auto;
}
.Header {
	text-align: left;
	
	width: 740px;
	
	margin: 0 auto;
}
.Content {
	text-align: left;
	
	width: 740px;
	
	position: relative;
	
	margin: 0 auto;
}

/* Body */
BODY {
	background-image: url(../Images/CMT/FilmBackground.png);
	background-position: center 97px;
	background-repeat: no-repeat;
}

/* Film Strip */
.FilmLeft {
	float: left;
	margin-left: -14px;
	margin-top: -27px;
}

.Navigation {
	width: 740px;
	text-align: center;
}

.Navigation a {
	color: #666666;
	border: none;
}

.Navigation a:hover {
	color: #006600;
	border-bottom: 1px dotted #006600;
}