@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #F9F6F2;
	background-color: #000;
	background-position: 0 0 0 0;
	font-size: 12px;
	font-weight: lighter;
}
.oneColElsCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 473px;
	background-color: #000;
	background-image: url(images/id0background.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.headlinehome {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	height: 60px;
	width: 400px;
}
.oneColElsCtr #container production {
	background-color: #000;
	background-image: url(images/productionheader.jpg);
	background-repeat: no-repeat;
}
.oneColElsCtr #container #apDiv4 p {
	font-size: 14px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: -15px;
}

.oneColElsCtr #container a {
	color: #FFF;
}
.oneColElsCtr #container {
	text-align: center;
}

