html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(images/bg_pattern.gif);
	text-align: center;
	font-size: 13px;
	color: #8D9A7E;
}

#centercolumn {
	position: relative;
	width: 800px;
	height: 100%;
	border-color: #000;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: url(images/center_bg.jpg);
	opacity: .65;
	filter: alpha(opacity=65);
}

th a {
	font-family: Garamond;
	text-decoration: none;
	font-weight: normal;
}

th {
	font-family: Garamond;
	font-size: 15px;
	text-decoration: none;
	color: #8D9A7E;
	font-weight: normal;
}

h2 {
	font-family: Garamond;
	font-size: 20px;
	text-decoration: none;
	color: #48513F;
	font-weight: bold;
	line-height: 15px;
}

th a:link {
	color: #965743;
}

th a:visited {
	color: #68412B;
}

th a:hover {
	color: #A8AAA7;
}

th a:active {
	color: #676D61;
}
	
#content {
	position: absolute;
	top: 89px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

#titlebar {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
}

#titlebar table {
	width: 800px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	text-align: left;
}

#inner {
	position: relative;
	background: url(images/content_bg.jpg);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px;
	padding-left: 40px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}

#content ul {
	margin:0;
	padding:0;
}

#content ul li {
	margin:0 30px 10px 14px;
	padding:3px;
}

#holder {
	position: relative;
	background: url(images/content_bg.jpg);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}

.menu {
	font-family: Garamond;
	font-size: 15px;
	text-decoration: none;
	color: #48513F;
}

.menu a {
	font-family: Garamond;
	font-size: 15px;
	text-decoration: none;
	line-height: 68px;
}

.menu a:link {
	color: #965743;
}

.menu a:visited {
	color: #68412B;
}

.menu a:hover {
	color: #A8AAA7;
}

.menu a:active {
	color: #676D61;
}

#content a  {
	font-family: Garamond;
	text-decoration: none;
	color: #965743;
}

#content a:link {
	color: #965743;
}

#content a:visited {
	color: #68412B;
}

#content a:hover {
	color: #A8AAA7;
}

#content a:active {
	color: #676D61;
}

.about-table {
	line-height:1.5em;
	}
	
.caption {
	font-size:13px;
	line-height:1.2em;
	margin:8px 0 0 0;
	display:block;
	}
	
.caption a {
	font-size:13px;
	}
	