@charset "utf-8";
html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
min-width: 990px;
}
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: #009966;
}
h2 {
	color: #009966;
}
h3 {
	color: #009966;
}
a {
	color: #009966;
	text-decoration: none;
}
a:hover {
	color:#00CC99;
}
a img {
	border: none
}
#header {
	background-image: url(../images/GCCCHeader2.jpg);
	background-position: center bottom;
	height: 200px;
	width: 990px;
	background-repeat: no-repeat;
	margin: auto;
}
#nav {
	background-image: url(../images/contentNav.jpg);
	background-position: center center;
	height: 40px;
	width: 990px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	word-spacing: 0em;
	letter-spacing: 0em;
}
.navBtn {
	float: left;
}
#content {
	width: 990px;
	margin: auto;
	padding-top: 5px;
	text-align: left;
	min-height: 450px;
}
#footer {
	color: #669900;
	width: 990px;
	margin: auto;
	padding-top: 30px;
}
#footer a {
	font-size: x-small;
	font-weight: bold;
}
#intro {
	float: left;
	margin-right: 10px;
}
li {
	list-style-image: none;
	list-style-type: none;
}

#image {
	float: right;
}
#centre {
	text-align: center;
}
