html {
	height: 100%;
	overflow: scroll;
}

body {
	background-color: #FBFBFB;
	margin: 0;
	padding: 0;
}

a {
	color: #58A351;
}

#body {
	font-size: 20px;
	padding-bottom: 130px;
	width: 100%;
}

#body .wrapper {
	background-image: url("../images/leaf.png");
	background-position: 0 30px;
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 170px;
	padding: 30px 0;
	width: 768px;
}

header {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	margin-bottom: 40px;
	text-shadow: rgba(0, 0, 0, .15) 0 1px 1px;
}

header span {
	display: block;
	margin: 10px 0 10px 200px;
}

#navigation {
	background-color: #F4F8F4;
	border: 1px solid;
	border-color: #DDD #AAA #AAA #DDD;
	border-radius: 4px;
	display: table;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 36px;
	margin-bottom: 40px;
	width: 100%;
}

#navigation span {
	display: table-cell;
	text-align: center;
	width: 20%;
}

#navigation a {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
	color: #777;
	display: block;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .2) 0 1px 1px;
}

#navigation .first a {
	border-left: 0 none;
}

#navigation .last a {
	border-right: 0 none;
}

#navigation a:hover {
	color: #555;
}

#navigation a.selected,
#navigation a.selected:hover {
	color: #58A351;
	cursor: default;
	text-shadow: rgba(0, 0, 0, .3) 0 1px 1px;
}

#content {
	font-size: 17px;
	line-height: 22px;
}

#content .hidden {
	display: none;
}

#content table {
	margin-bottom: 20px;
}

#content td {
	padding: 0 10px;
	vertical-align: top;
}

#content img {
	border: 1px solid;
	border-color: #DDD #AAA #AAA #DDD;
	border-radius: 4px;
}

#content p {
	margin: 0 10px 1em;
}

#content td p {
	margin: 0 0 1em;
}

#content ul.credentials {
	list-style-type: circle;
}

#footer {
	background-color: #CAD1E4;
	border-top: 1px solid #BDDFC7;
	bottom: 0;
	font-family: Arial, Verdana, sans-serif;
	padding: 10px 0 30px;
	position: fixed;
	text-shadow: rgba(0, 0, 0, .2) 0 1px 1px;
	width: 100%;
}

#separator {
	background-color: #58A351;
	border-bottom: 1px solid #669567;
	border-top: 1px solid #699862;
	height: 6px;
	margin-top: -19px;
	width: 100%;
}

#contacts {
	margin: 0 auto;
	width: 768px;
}

#contacts td {
	line-height: 22px;
}

.title {
	font-size: 1.4em;
	font-weight: bold;
}

#content .title {
	font-size: 1.1em;
}

.subtitle {
	font-size: .9em;
	font-style: italic;
}

.green {
	color: #5F9E57;
}

.ta-left {
	text-align: left;
}

.ta-right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
}

.contact-button {
	padding: 15px;
	text-align: center;
}

.contact-button a {
	background-color: #F4F8F4;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	box-shadow: rgba(0, 0, 0, .3) 0 0 5px;
	display: inline-block;
	font-size: 1.2em;
	font-family: Helvetica Neue;
	padding: 10px 20px;
	text-decoration: none;
}

.contact-button a:hover {
	background-color: #FFF;
}
