@charset "UTF-8";
/* CSS Document */
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: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/the-mx-lab-film-strip-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 760px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	letter-spacing: 4px;
	word-spacing: 23px;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	text-align: justify;
	width: 760px;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	text-align: center;
	color: #666666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	text-decoration: none;
	color: #D30000;
}
a:visited {
	text-decoration: none;
	color: #D30000;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #D30000;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #666666;
}
table {
	text-align: center;
}
.center {
	text-align: center;
}
.image_border {
	border: 2px solid #FF0000;
	margin: 5px;
}
.alignleft {
	text-align: left;
	vertical-align: top;
}
.alignright {
	text-align: right;
}
.text18px {
	font-size: 14px;
	font-weight: bold;
}
.textred14px {
	font-size: 14px;
	color: #D30000;
	text-align: left;
}
.red_text {
	color: #FF0000;
}
.yellow_text {
	color: #FFFF00;
	text-align: left;
}
.text_indent {
	text-indent: 5px;
}
