@charset "utf-8";
body {
	font-family: Arial;
	margin-top: 0px;
	background-color: #D4D4D4;
}
#wrapper {
	height: 710px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(HomePagePics/HeaderIcons/bg_gray.gif);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#header {
	height: 100px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
}
#body {
	height: 600px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer {
	height: 20px;
	width: 890px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
