body.home {
	background: url(art/background.jpg);
	margin: 0px;
	text-align: center;
}

body.sec {
	background: url(art/background2.jpg);
	margin: 0px;
	text-align: center;
}

div#shell {
	width: 762px;
	margin: 0px auto;
	text-align: center;
}

.itemBorder {
	border: 1px solid #ccc;
}

.itemBorderOver {
	border: 1px solid #ccc;
}

div#content {
	width: 702px;
	padding: 10px 30px 20px 30px;
	background: #fff;
	color: #333;
	font: 12px/15px arial, helvetica, san serif;
	text-align: left;
}

div#nav {
	float: left;
	width: 14%;
	height: 250px;
	margin: 0px 10px 8px 0px;
	padding: 4px 8px 8px 8px;
	background: #FAFAF3;
	font: 12px/20px times;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}

div#content div#nav a:link, div#content div#nav a:visited {
	color: #78000B;
	text-decoration: underline;
}

div#content div#nav a:hover {
	text-decoration: none;
	color: #333;
}

div#content div#ftr-content {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 6px;
	vertical-align: top;
	text-align: center;
	font: 10px times;
	background: #FAFAF3;
}

div#content div#ftr-content a:link, div#content div#ftr-content a:visited {
	margin: 0px 2px;
	background: #fff;
	color: #333;
	text-decoration: none;
}

div#content div#ftr-content a:hover {
	text-decoration: underline;
	color: #78000B;
}

.highlight {
	font: bold 13px arial, helvetica;
	color: #333;
	margin: 0px 0px 0px 0px;
}

.color-dk {
	color: #576831;
}

.text {
	color: #333;
}

img {
	border: none;
}
