html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #ffffff;
	font-size: 80%;
	height: inherit;
}

#nav {
	padding: 0;
}

#nav a {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #02489f;
	width: 9%;
	height: auto;
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px 0px 5px 0px;
	font-size: 90%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#nav a:hover {
	text-decoration: none;
	color: #D1C467;
	background: #65a59b;
}

#wrapper {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 250px;
	position: relative;
	top: 10px;
	left: 25%;
	background: #FFFFFF;
	color: #65a59b;
}

#header img {
	margin-left: 0px;
}

.content {
	position: relative;
	top: -20px;
	left: 0%;
	margin-top: 0px;
	padding: 10px 0 0 0;
	width: 440px;
	z-index: 2;
}

h1 {
	font-family: "Adobe Garamond Pro",Garamond,Georgia;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 170%;
	color: #65a59b;
	padding: 0 0 -10px 0;
}

h2 {
	font-family: "Adobe Garamond Pro",Garamond,Georgia;
	font-size: 130%;
	text-align: center;
}

h3 {
	font-family: "Adobe Garamond Pro",Garamond,Georgia;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}

#nav a:hover, a:active {
	text-decoration: none;
	color: #D1C467;
}

.boxMain {
	width: 420px;
	color: #02489f;
	margin-left: 15px;
	margin-right: auto;
	padding: 10px 20px 30px 10px;
	overflow: auto;
	text-align: center;
	font-size: 95%;
}

.boxMain img {
	display: inline;
	float: left;
	margin: 5px 2px 5px 0;
}

.boxMain a {
	text-decoration: none;
	color: #65a59b;
}

.boxMain a:hover {
	text-decoration: underline;
}

.legaldetails {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #E4E0B6;
	font-size: 90%;
	width: 580px;
}

.legaldetails a {
	color: #FFC;
	text-decoration: none;
}

.legaldetails a:hover {
	color: #CC9;
	text-decoration: underline;
}

.contact a {
	text-decoration: none;
	color: #E4E0B6;
}

.contact a:hover {
	text-decoration: underline;
}

.column {
	float: left;
	width: 180px;
	padding: 0 12px 0 12px;
	margin: 0px 5px 0 0;
	font-size: 110%;
	text-align: center;
}

#nav01 {
	position: relative;
	padding-top: 35px;
}
#nav02 {
	padding-top: 20px;
	position: relative;
}
#nav03 {
	padding-top: 20px;
	position: relative;
}
#nav04 {
	padding-top: 20px;
	position: relative;
}
#nav05 {
	padding-top: 5px;
	position: relative;
}
#nav06 {
	padding-top: 5px;
	position: relative;
}
#nav07 {
	padding-top: 20px;
	position: relative;
}