a {
	color: #951737;
	border-width: 0px;
}
/*warm gray 11c 6D5E51
433c gray 2E3638
red 951737*/

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: helvetica;
	/* Overall background 
	background-color: #FEF5EE;
	*/
	background-color: #BAB08A;
	font-size: 12px;
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	*/
	border: 1px solid #383838;
}

.heading {
	padding: 6px 4px 6px 4px;
	/* light heading colour
	color: #EB9550;
	*/
	color: #BAA08A;
	background-color: #6D5E51;
	/* light heading background
	background-color: #FAE4D3;
	*/
	border-bottom: 1px solid #CCCCCC;
}

.heading .text {
	float: left;
}

.heading .text .site {
	font-size: 38px;
	cursor: pointer;
}

.heading .text .site .emphasis {
	color: #2E3638;
}

.heading .text .names {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.heading .logo {
	width: 30%;
	text-align: right;
	float: right;
}

.navigation {
}

.navigation .item {
	float: left;
	margin: 5px;
	padding: 3px;
	background-color: #BAA08A;
	border: 1px solid #2E3638;
	
	font-size: 18px;
	text-decoration: none;
	color: #951737;
}

.navigation .item .details {
	font-size: 11px;
	padding: 2px;
	float: right;
}

.new_line {
	clear: both;
}

.content {
	margin-top: 3px;
	padding: 8px;
	color: #2E3638;
}

h2 {
	font-size: 20px;
	color: #2E3638;
	border-bottom: 1px solid #951737;
	border-left: 1px solid #951737;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	font-weight: bold;
}

b {
	color: #2E3638;
}

#items {
	position: relative;
}

#items .item {
	float: left;
	display: block;
	width: 122px;
	height: 55px;
}

.copyright {
	font-size: 9px;
	text-align: center;
	width: 100%;
	color: #2E3638;
}

#slideshow {
	width: 360px !important;
	height: 280px !important;
	margin-left: 4px;
	float: right;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#slideshow img {
	width: 320px;
	height: 240px;
}

.sublist {
	list-style-type: lower-alpha;
}