body {
	color: #000000;
	font-size: 16px;
	font-family: Helvetica;
	background-image: url(background.png);
	margin-top: 25px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 32px
	font-weight: bold;
	color: #00BBE6;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 0 0 1.5em 0;
	padding: 0;
}

p {
	font-size: 16px;
	text-align: left;
}

a {
	text-decoration: none;
}

a#nav {
	color: white;
}

a#text {
	color: green;
	font-weight: bold;
}

div#main {
	margin-top: 5pt;
	margin-bottom: 25pt;
	width: 600pt;
	margin-left: auto;
	margin-right: auto;
}

ul#navigation {
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

ul#navigation li {
	list-style: none;
	display: inline;
	font-size: 18px;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border: 1px solid #999;
	/* border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; */
	font-weight: bold;
	background-color: green;
	text-align: center;
}

body#home li#homenav,
body#contact li#contactnav {
	border-color: yellow;
}

body#contact li#homenav,
body#home li#contactnav {
	border-color: white;
}

div#content {
	background-color: white;
	padding: 40px;
	font-weight: 300;
	overflow: hidden
}

div#footer {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}