/* CSS Document */
a {text-decoration: none;}
a:link, a:visited {color: #63743b; border-bottom: 1px solid #63743b;}
#content {
	margin-bottom: 100px;
}
#content p {
	line-height: 2;
	font-size: 105%;
}
#content h1 {color:#63743b;}
#footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 125px;
	border-top: 0px dashed #fff;
	color: #fff;
	text-align: left;
	margin-top: 0px;
	font-size: .9em;
}
#footer a:link,
#footer a:visited {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#footer a:hover {color: #000; background-color: #F4F2E4; border-bottom: 1px solid #000;}
#nav ul li a:link,   
#nav ul li a:visited {
	font-weight: bold;
	color: #63743b;
	border-bottom: none;
	text-decoration: none;
 }
#nav ul li a:hover {
	color: #000;
	background-color: #fff;
 }
#logo {
	background-color: #63743b;
	text-align: center;
	margin-bottom: 60px;
}
#logo img {
	position: relative;
	top: 51px;
	left: 19px;
}
#picture {
	background-color:#72824e;
	margin-bottom: 0px;
	xmargin-right: 1px;
}

#picture img {
	position: relative;
	top: 47px;
	left: 18px;
}
.tagline {
	position: relative;
	left: 38px;
	margin-bottom: 22px;
}
