BODY {
	font-family: arial, helvetica, sans-serif;
	background-color: #6F7B57;
	color: #000000;
	}
BODY a {
	color: #001D25;
	}
BODY a:hover {
	color: #6F7B57;
	}
	
#nav {
	position: absolute;
	top: 49px;
	}
#nav li {
	display: inline;
	list-style-type: none;
	padding: 5px;
	background-color: #C5C182;
	}
#nav li.active {
	background-color: #D7D3A6;
	}
#nav a {
	text-decoration: none;
	}
#nav a:hover {
	color: #6F7B57;
	}

#head {
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 922px;
	}
#head img {
	border: none;
	float: right;
	}
	
#main {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #D7D3A6;
	padding-bottom: 4px;
	max-width: 922px;
	}
#main h1 {
	color: #052C33;
	margin-left: 8px;
	margin-bottom: 3px;
	padding-top: 3px;
	font-family: georgia, arial, helvetica, sans-serif;
	}
#main h2 {
	color: #052C33;
	margin-left: 8px;
	margin-bottom: 3px;
	clear: both;
	font-family: georgia, arial, helvetica, sans-serif;
	}
#main p {
	color: #001D25;
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	}
#main em {
	font-weight: bold;
	font-style: normal;
	}
#main li.about {
	color: #001D25;
	list-style-type: none;
	margin-left: 5%;
	}
#main img {
	float: left;
	margin-left: 5%;
	margin-right: 5px;
	width: 120px;
	}

#calculator {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	}
#calculator table {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}
#calculator th {
	text-align: left;
	color: #001D25;
	font-weight: bold;
	width: 50%;
	}
#calculator td {
	text-align: right;
	color: #001D25;
	font-weight: normal;
	width: 50%;
	height: 1.6em;
	}
#calculator td.radio {
	text-align: center;
	}
#calculator input.second {
	margin-left: 20px;
	}
	
#values {
	float: left;
	width: 40%;
	}
#values input.button {
	border: 1px solid #001D25;
	background: #C5C182;
	color: #001D25;
	font-size: 1em;
	font-weight: bold;
	}
#values input.button:hover {
	border: 1px solid #001D25;
	background: #001D25;
	color: #C5C182;
	}

#results {
	float: right;
	width: 40%;
	}

#link {
	min-height: 70px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
#link img {
	border: none;
	float: left;
	clear: both;
	margin-right: 5px;
	}

#ad {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}

#adright {
	float: right;
	margin-right: 5%;
	margin-left: 5px;
	}

#fb {
	margin-left: 8px;
	height: 24px;
	}
	
#footer {
	max-width: 922px;
	margin-left: auto;
	margin-right: auto;
	}
#footer p {
	text-align: center;
	}
#footer p.copyright {
	color: #000000;
	font-size: .6em;
	}
#footer a:hover {
	color: #D7D3A6;
	}
