*{
	margin:0;
	padding:0;
}
html, body{
	height:100%;
	min-height:100%;
}
h1{
	width:900px;
	height:311px;
	position:relative;
}
h1 span{
	background-image:url('../images/heavyVectorsHeader900.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}
body{
	background-color:#ccc;
	background-position:top left;
	background-repeat:repeat;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	text-align:center;
}
h2{
	margin-top:1em;
	margin-bottom:1em;
	text-align:left;
}
img{
	border:2px double #000;
}
p{
	margin-bottom:1em;
}
a{
	text-decoration:none;
	color:#600;
}
a:hover{
	color:#ff0;
}
a:visited{
	color:#009;
}
div#main{
	text-align:left;
	margin:0 auto;
	background-color:#ccc;
	color:#000;
	width:83%;
	padding:0.7em;
}
div#maintext{
	text-align:left;
	margin:0 auto;
	background-color:#ccc;
	color:#000;
	width:800px;
	padding:0.7em;
}
