@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 76%;
}

body {
	height: 100%;
	font: 1.05em Helvetica, sans-serif;
	background: #f6f5e7;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d5b2a;
}

table {
	height: 100%;
	width: 100%;
}

.one_column #container {
	width: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.one_column #main_content {
	position: relative;
	border-bottom: 10px solid #b8ab61;
	height: 600px;
}

#nav_links {
	border-top: 2px solid #b8ab61;
	border-bottom: 2px solid #b8ab61;
	padding-top: 2px;
	text-align: center;
}

#nav_links a {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 0.82em;
	font-weight: bold;
}

#footer {
	color: #b8ab61;
	padding-top: 5px;
	font-size: 0.74em;
	font-weight: bold;
	text-align: center;
}

.body_copy {
	width: 280px;
	margin-left: 20px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.7em;
}

.caption_content {
	border-top: 2px solid #b8ab61;
}

.paren_note {
	color: #96a080;
	text-align: right;
}

img {
	border: none;
}

a {
	line-height: 1.6em;
	color: #AA9C59;
}

a:hover {
	color: #4d5b2a;
}