body {
	background-color: #896246;
	font-family: arial, helvetica;
	margin: 0 0;
}

body a {
	color: white;
	text-decoration: none;
}

#content {
	width: 948px;
	margin: 0 auto;
	background-image: url("../images/maven_bg.jpg");
	background-repeat: no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 100%;
}

#content.home {
	background-image: url("../images/maven_home_bg.jpg");
}

td.titlecolumn {
	color: white;
	background-image: url("../images/banner2c.jpg");
	background-repeat: no-repeat;	
	width: 698px;
	height: 243px;
}

td.navcolumn {
	color: white;
	width: 250px;
	text-align: right;
	background-image: url(../images/navigation_bg.png);
	border-left: 3px solid #3B2F29;	
}

td.navcolumn div {
	filter: alpha(opacity=100);
	color: white;
	opacity: 1;
	-moz-opacity: 1;
	position: relative;
}

td.navcolumn ul {
	list-style-type: none;
	padding: 10px;

}

td.navcolumn li a {
	font-size: 20pt;
	font-weight: bold;
}

body a:hover {
	text-decoration: underline;
}

body a:visited {
	color: white;
	text-decoration: none;
}

td.copyright {
	background-color: #3B2F29;
	text-align: right;
	font-weight: bold;
	padding: 2px 10px 2px 0px;
	color: #DB9D72;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

td.quote {
	text-align: right;
	font-weight: bold;
	font-size: 16pt;
	color: white;
	padding: 40px 10px 100px 10px;
	border-left: 3px solid #3B2F29;
	font-style: italic;
	background-image: url(../images/quote_bg.png);
}

td.quote #sig {
	font-size: 22pt;
	margin-top: 3px;
	font-style: normal;
}

#featureditem {
	width: 560px;
	height: 250px;
	border: 6px solid #634634;
	color: white;
	font-size: 14pt;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(../images/featured_bg.png);
	padding-right: 5px;
}

#featureditem h1 {
	color: white;
	margin: 0px 5px 15px 0px;
}

.homegallery {
	width: 215px;
	height: 215px;
}

.homegallery div.outer {
	background-image: url(../images/home_gallery_item.png);
	background-repeat: no-repeat;
	background-position: top right;	
	margin-top: 10px;
	margin-left: 10px;
	width: 203px;
	height: 203px;
	border: 6px solid #634634;
}

.homegallery div.inner {
	margin: 5px;
	color: white;
	vertical-align: bottom;
	height: 193px;
}

div.inner h3 {
	text-align: right;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 1px;
	margin-top: 0px;
}