@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #000000;
	height: 590px;
	width: 1003px;
	background-color: #000000;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColElsCtr #container {
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1002px;
	height: 590px;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #000000;
}
.oneColElsCtr #container #flash {
	height: 590px;
	width: 1002px;
}
.oneColElsCtr #container #head {
	background-image: url(images/header.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	width: 1002px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtr #container #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/header.jpg);
	font-size: 9px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColElsCtr #container #img {
	height: 590px;
	width: 1002px;
	background-image: url(images/contact.jpg);
}
.oneColElsCtr #container #img2 {
	height: 590px;
	width: 1002px;
	background-image: none;
}
.oneColElsCtr #container #img3 {
	height: 590px;
	width: 1002px;
	background-image: url(images/press.jpg);
}
