@charset "UTF-8";
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;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: bold;
	background-color: #000;
}
#container {
	width: 828px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(elements/container_bg.jpg);
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #000;
	height: 140px;
	top: 0px;
	background-repeat: no-repeat;
}
#mainContent {
	background-image: url(elements/uploadContent.jpg);
	background-repeat: no-repeat;
	padding-left: 260px;
	padding-top: 32px;
	height: 325px;
	background-position: top;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	padding-right: 75px;
}
#footer {
	background-color: #000;
	background-image: url(elements/uploadFooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	color: #FFF;
}
.warning {
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
a img {border:none;}.fltlft {
	float: left;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
