/* CSS Document */


html, body {
	height: 101%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #B6AB83;
	text-align: center;
	
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #DDDEB4;
	text-align: left;
}

#menu {
	font-size: 12px;
	color: #A09A79;
	border-right: 1px solid #D2D3AB;
}

a:hover {
	text-decoration: underline;
	color: #5F5D4A;
}

a {
	text-decoration: none;
	color: #A09A79;
}

a.active {
	color: #484738;
	font-weight: bolder;
}

#content {
	font-size: 12px;
	color: #484738;
}

#content .header {
	font-size: 24px;
	font-weight: bold;
}

#content .subheader {
	font-size: 16px;
	font-weight: bold;
}

#content ul {
	font-weight: bold;
	line-height: 17px;
}
		
#footer {
	color: #AEAE8A;
	line-height: 20px;
}

#footer .quote {
	color: #7F7F62;
}

#content img {
	border: 1px solid #7F7F62;
}

img.block {
	margin-left: 20px;
}

.caption {
	font-size: 11px;
	font-style: italic;
}