body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px auto;
	background-color: #ccc;
}

h1 {
	color: #999;
	font-size: 14px;
}

h2 {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	width: 280px;
}

a {
	font-size: 11px;
	color: #999966;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

a:visited {
	color: #999966;
	text-decoration: none;
}

a:visited:hover {
	color: #ccc;
	text-decoration: none;
}

img {
	border: none 0;
	margin: 20px 20px;
}

#wrapper {
	width: 772px;
	margin: 0px auto;
}

#header {
	float: left;
	width: 780px;
	height: 102px;
	background-image: url(../images/headerLogo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#headerLinks {
	float: right;
	text-align: center;
	width: 560px;
	margin-top: 77px;
	margin-right: 15px;
}

#linksOn {
	font-size: 11px;
	color: #ccc;
}

#mainHome {
	float: left;
	margin-top: 10px;
	width: 744px;
	height: 236px;
	border: 1px solid #000;
	background-color: #fff;
	background-image: url(../images/blitzHome.gif);
	background-position: 362px 28px;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 34px;
}

#mainContent {
	float: left;
	text-align: center;
	margin-top: 10px;
	width: 778px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 20px 0px 30px 0px;
}

#footer {
	float: left;
	width: 780px;
	height: 30px;
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	font-size: 9px;
	margin: 6px 0px 0px 12px;
	color: #999;
}