﻿#header1 {
	background-color: #f1dab2;
	height: 20px;
	border-bottom: 1px solid #581f03;
	text-align:center;
	padding:2px 12px 0px 12px;
	font-weight:bold;
}
#header2 {
	padding-top: 0;
	background-color: #9d4408;
}
#headerTable {
	width: 100%; 
	background: url('../images/layout/headerslice.jpg');
	padding:0;
}
#header3 {
	padding-right: 30px;
	text-align: right;
	color: #f1dab2;
	vertical-align: middle;
}
#outtershell {
	background: #a64f0a url('../images/layout/backgroundslice.jpg') repeat-x top left;
}
#innershell {
	background: url('../images/layout/background2.jpg') no-repeat top center;
	padding: 2px;
}
#container {
	margin: 0px auto 0px auto;
	width: 840px;
	border-left: 1px solid #f1dab2;
	border-right: 1px solid #f1dab2;
}
#navTopContainer {
	background: #9d4408 url('../images/layout/navslice.jpg') repeat-x top left;
	margin: auto;
	width: 840px;
}
.navLink {
	padding: 0px 4px 0px 4px;
	height: 38px;
	background: #9d4408 url('../images/layout/navslice.jpg') repeat-x top left;
}
.navLink a:visited {
	display: block;
	color: #f5ede0;
	height: 38px;
	padding: 0px 6px 0px 6px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	background: #9d4408 url('../images/layout/navslice.jpg') repeat-x top left;
}
.navLink a:active {
	display: block;
	color: #f5ede0;
	height: 38px;
	padding: 0px 6px 0px 6px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	background: #9d4408 url('../images/layout/navslice.jpg') repeat-x top left;
}
.navLink a:link {
	display: block;
	color: #f5ede0;
	height: 38px;
	padding: 0px 6px 0px 6px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	background: #9d4408 url('../images/layout/navslice.jpg') repeat-x top left;
}
.navLink a:hover {
	display: block;
	color: white;
	height: 38px;
	padding: 0px 6px 0px 6px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	background: #8e3304;
}
#homeLinks {
	width: 100%; 
	height: 302px;
	text-align:right;
}
#homeLinks td {
	width: 100%; 
	text-align:right;
	vertical-align:middle;
	padding-right: 8px;
}
#homeLinks a:link {
	color:white;
	padding: 4px;
	line-height:20px;
	text-decoration:none;
}
#homeLinks a:visited {
	color:white;
	padding: 4px;
	line-height:20px;
	text-decoration:none;
}
#homeLinks a:active {
	color:white;
	padding: 4px;
	line-height:20px;
	text-decoration:none;
}
#homeLinks a:hover {
	color:white;
	padding: 4px;
	line-height:20px;
	text-decoration:underline;
}
#contentBody {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: #f1dab2 url('../images/layout/bodyslice.jpg') repeat-x top left;
}
.contentDiv {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: #f1dab2 url('../images/layout/bodyslice.jpg') repeat-x top left;
}
#newsbox {
	width:200px;
	padding-left:12px;
	vertical-align:top;
}
#newsbox h1{
	text-align:center;
	padding:4px;
	font-weight:bold;
	font-size:120%;
	color:#7c2b04;
}
.newsList li{
	padding-bottom:5px;
}
#footer {
	padding-top: 16px;
	color: #f1dab2;
	text-align: center;
	font-size: 90%;
}
