/* CSS Document */

h4, h3, h2, p, table, ul, li {
	font-family: garamond;
}

#border_top {
	position: absolute;
	width: 752px;
	height: 100px;
	border:0;
	left: 5;
	top:0;
}

#footer {
	bottom: 0;
}

#footer p {
	text-align: center;
}

#footer img {
	border: 0;
	padding: 3px;
}

#content {
	position: absolute;
	width: 355px;
	left: 205px;
	top: 125px;
	padding: 5px;
}

#content a {
	color: #0d6b42;
}

#content a:visited {
	color:  #b7d3cc;
}

.anchor a:link {
	color: #0d6b42;
}

#border_side
{
	border-left: green thin solid;
	padding-right: 3px;
	padding-left: 8px;
	left: 598px;
	padding-bottom: 3px;
	width: 166px;
	color: #0d6b42;
	padding-top: 3px;
	position: absolute;
	top: 118px;
	text-align: center;
	height: 1799px;
}

#border_side a {
	color: #0d6b42;
}

#border_side a:visited {
	color:  #b7d3cc;
}

#border_side img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	position: static;
}

#menu {
	position: absolute;
	text-align: center;
	top: 127px;
	width: 195px;
	background-color: #ffffff;
	padding: 5px;
	left: 2px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	border: none;
}

#menu li {
	border-bottom: 1px solid #ffaaee;
	margin: 0;
	padding: 5px;
}

#menu li a {
	display: block;
	padding: 2.5px 2.5px 2.5px 0.5em;
	background-color: #ffffff;
	text-decoration: none;
	width: 100%;
	color: #0d6b42;
}

html>body #button li a {
	width: auto;
}

#menu li a:hover {
	border-left: 5px solid #0d6b42;
	border-right: 5px solid #0d6b42;
	background-color: #d6e5e0;
	text-decoration: none;
}

