body {
	font-family: Garamond;
	background-color: #C9CFD5;

	
}
#header {
	background-color: #D1CFA5;
	text-align: left;
	color: Black;
	font-family: Garamond;
	font-style: normal;
	padding-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	letter-spacing: 9px;
	font-size: 17px;
	font: lighter;
}
a {
	color: inherit;

	text-decoration: none;

	outline: none
}
a:visited {
	color: inherit;
	text-decoration: none;

}
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: White;
	background-color: transparent;
	font-weight: inherit;
	text-transform: none;
	text-shadow: none;
	text-decoration: none;
	font-size: 100%;
}



h4 {
	margin-left: -4%;
	font-size: larger;
	text-align: left;
	text-decoration: none;
	font: bold;
}

div#col-left  {
	background-color: #C9CFD5;
	font-size: 110%;
	color: Black;
	font-family: Cambria;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-left: 4%;
	text-decoration: none;
	padding-right: 5px;
	margin-right: auto;
}


div#col-body {
	background-color: #B8BEA1;
	font-family: Cambria;
	font-size: 120%;
	text-decoration: none;
	text-align: center;
	color: Black;
	padding-left: 4%;
	padding-right: 4%;
	font: Arial, Helvetica, sans-serif;
	margin-left: auto;
}

div#col-right {
	background-color: #CDCB8B;
	font-family: Cambria;
	font-size: 110%;
	text-decoration: none;
	text-align: left;
	color: Black;
}

}
#navigation li {
	display: inline;
	padding: 10px;

}
#footer {
	text-align: left;
	font-size: smaller;
	margin-left: 5%;
	position: absolute;

} 