@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #contentWrap selector */
}
img {
	border: 0px none;
}
#title {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
}
#links {
	font-size: 11px;
	font-weight: normal;
}
#instructions {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
#contentWrap {
	background-image: url(images/bg_blue.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	padding-top: 5px;
}
#content {
	width: 1010px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#logo {
	background-image: url(images/logo_08.png);
	background-repeat: no-repeat;
	height: 407px;
}
#nav {
	background-image: url(images/nav_00_large.png);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/footer_gradient_yellow.gif);
	background-repeat: repeat-x;
}