body {
	text-align: center;
	margin: 0px auto;
}

H3 {
	font-weight: bold;
}

.footnote {
	font-size: smaller;
	margin-top: 0px;
	margin-bottom: 0px;
}

#page {
	font-family: Century Gothic, Arial;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:left;
}
	
#header {
  clear:left;
  width: 760px;
  height: 110px;
}

#nav {
  clear: left;
  width: 760px;
  height: 24px;
  background: #669999;
  text-align: left;
}

#nav_button {
  float:left;
  width: 100px;
  background: #669999;
  color: #FFFFFF;
}

#content {
	clear:left;
	width: 760px;
	height: 320px;
	min-height: 320px;
	background: #FFFFFF;
    padding-bottom: 5px;
}

#content_left {
	float: left;
	width: 420px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
}

#content_right {
	float: left;
	width: 325px;
	overflow: auto;
	text-align: left;
	margin-top: 5px;
	height: 314px;
	min-height: 314px;
	background-image:url(images/content_background.jpg);
	font-size: smaller;
	padding-left: 5px;
	padding-right: 5px;
}

#gallery {
  clear: left;
  width: 765px;
}

#gallery_button {
  float: left;
  width: 153px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 105px;
}

#footer {
  clear:left;
  background-image:url(images/footer.jpg);
  font-size: smaller;
  width: 760px;
  height: 300px;
}

#footer_left {
  float: left;
  color: #FFFFFF;
  height: 26px;
  width: 310px;
}

#footer_centre {
  float: left;
  color: #FFFFFF;
  height: 26px;
  width: 300px;
  text-align: right;
}

#footer_right {
  float: left;
  height: 26px;
  width: 150px;
  text-align: right;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: white;}

A img {border:none;}

A.textlink:link {text-decoration: none; color: #669999;}
A.textlink:visited {text-decoration: none; color: #669999;}
A.textlink:active {text-decoration: none; color: #669999;}
A.textlink:hover {text-decoration: none; color: #669999;}

A.darklink:link {text-decoration: none; color: black;}
A.darklink:visited {text-decoration: none; color: black;}
A.darklink:active {text-decoration: none; color: black;}
A.darklink:hover {text-decoration: none; color: black;}