@charset "UTF-8";
body {
	background-color: #FFFF66;
}
#container {
	background-image: url(../_img/RED_bg_v4.jpg);
	background-repeat: no-repeat;
	color: #0B0922;
	font-family: "Trebuchet MS", "Lucida Grande CE", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 597px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
#CustomerLogin {
	height: 18px;
	width: 165px;
	text-align: center;
	float: left;
}
#topNav {
	position: relative;
	top: 1px;
	height: 20px;
	width: 400px;
	padding-left: 543px;
}
#DoNotClick {
	height: 18px;
	width: 165px;
	text-align: center;
	float: left;
	clear: right;
}
#mainContent {
	width: 445px;
	height: 315px;
	overflow: auto;
	text-align: left;
	float: left;
	margin-top: 90px;
	margin-left: 90px;
}
#mainNAV {
	width: 183px;
	height: 150px;
	margin-left: 100px;
	float: left;
	margin-top: 240px;
	clear: right;
}
.oneColElsCtrHdr #header { 
	/* 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
h1 {
	color: #990000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: -30px;
	padding-left: 0;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

#footer {
	color: #000033;
	text-align: left;
	font-size: 11px;
	height: 10px;
	width: 175px;
	margin-left: 640px;
	margin-top: 555px;
} 
#mainContent img {
	vertical-align: text-top;
	border: 1px solid #000033;
	margin-right: 7px;
}
