body {
	background-color: rgb(179, 199, 159);
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Garamond", serif;
	color: #222222;
}

#wrapper {
	background: url(/include/images/body.gif) repeat;
	margin: 40px auto;
	padding: 0;
	width: 690px;
}

#header {
	position: relative;
}

#links {
	position: absolute;
	top: 20px;
	right: 40px;
	
	width: 220px;
	
	text-align: right;
	color: rgb(112, 156, 120);	
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .25em;
	line-height: 1.40em;
}

#links ul {
	list-style-type: none;
}

#links ul li {
}

#links ul li a {
	text-decoration: none;
	color: rgb(112, 156, 120);
}

#links ul li a:hover {
	color: rgb(166, 227, 177);
}

#main_content {
	background: url(/include/images/scale.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: auto;
	width: 640px;
}

#top_line_container {
	padding: 10px 0px 0px 0px;
	width: 640px;
}

#top_line {
	margin: 0px 0px 0px 18px;
	background: #000000;
	width: 260px;
	height: 1px;
}

#section_header {
	padding: 40px 0px 0px 18px;
	background: transparent;
}

#body_text {
	position: relative;
	margin: 10px 18px 0px 18px;
	font-size: 12px;
	line-height: 1.75em;
	text-align: justify;
}

#body_text .links {
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-top: 1px solid #000;
}

#body_text .links ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#body_text .links ul li {
	display: inline;
	padding-right: 15px;
}

#body_text .links ul li a {
	text-decoration: none;
	color: rgb(112, 156, 120);
}

#body_text .links ul li a:hover {
	color: rgb(166, 227, 177);
}


#body_text .information {
	left: 155px;
	top: 0;
}

#body_text #more_info {
	margin-top: 30px;
}

#footer {
	position: relative;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: right;
}

#bottom_line {
	position: absolute;
	right: 18px;
	background: #888888;
	width: 260px;
	height: 1px;
}

#footer_text {
	font-size: 10px;
	color: #888888;
	margin: 0px 18px 0px 0px;
}

.contact_keys {
	width: 145px;
	text-align: right;
	font-weight: 700;
	float: left;
	margin-right: 20px;
}

.contact_values {
	float: left;
}

h1 {
	margin: 0;
	padding: 0;
	color: rgb(112, 156, 120);
	font-family: "Garamond", serif;
	font-style: italic;
	letter-spacing: .05em;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
	color: #000;
}