body {
	margin: 0px;
	padding: 0px;
}
#header {
	background: #FFFFFF;
	height: 50px;
}
#header h1 {
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/top_logo.gif);
	letter-spacing: -2000em;
	height: 50px;
	width: 221px;
	margin: 0px;
	padding: 0px;
}
.grayBar {
	background: url(../images/gray_bar_repeat.gif);
	height: 26px;
	text-align: right;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
.blackBar {
	background: url(../images/black_bar_repeat.gif);
	height: 24px;
}
#mainSection {
	background: url(../images/mainImage.jpg) no-repeat left top;
	height: 254px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#footer {
	font: 10px/1.3em Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #0071B3;
}

