@charset "UTF-8";
body {
	background: #000 url(../_images/darkbg.jpg) repeat;
	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: #000000;
	font-family: Helvetica,;
	font-size: 1em;
}
#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url(../_images/bg.jpg) no-repeat;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#logo {
	height: 110px;
	width: 471px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#upperNav {
	margin-left: 105px;
	height: 23px;
	width: 200px;
}
#lowerNav {
	margin-left: 105px;
	height: 23px;
	width: 405px;
}
#signature {
	height: 109px;
	width: 202px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #FFF;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	width: 328px;
	font-family: Helvetica;
	font-style: normal;
	padding-top: 10px;
}
footerBold {
	font-weight: bold;
}
