body {
	background-image: url(../images/gregs-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#wrapper {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#header {
	height: 200px;
	width: 960px;
	position: relative;
}
#nav {
	background-color: #005396;
	height: 34px;
	width: 960px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 16px;
}
#wrapper #nav a:link {
	color: #FFF;
	text-decoration: none;
}
#wrapper #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #nav a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

#wrapper   {
}
#maincontent {
	background-color: #FFF;
	height: 800px;
	width: 940px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	height: 150px;
	position: relative;
}
#copyright {
	background-color: #005396;
	text-align: right;
	height: 17px;
	padding-right: 10px;
	position: relative;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#copyright a:link {
	color: #FFF;
	text-decoration: none;
}
#copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFC;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #005396;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
}
.iltalic {
	font-style: italic;
}
#wrapper #maincontent a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#wrapper #maincontent a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#wrapper #maincontent a:hover {
	font-weight: bold;
	color: #005396;
	text-decoration: none;
}
