﻿body {
	width: 966px;
	background: #6e4d14 url('images/background.gif') repeat;
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-align: center;
	margin: 0px auto;
}
a {
	color: white;
	text-decoration: none;
}
img {
	border: 0;
}
a:hover {
	text-decoration: underline;
}
#header {
	background: #6e4d14 url('images/header.gif') no-repeat center;
	width: 966px;
	height: 132px;
}
#menuContainer {
	background: #7f602d url('images/menubg.gif') no-repeat center;
	width: 966px;
	height: 71px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
}
#menuContainer li {
	line-height: 71px;
	float: left;
	width: 82px;
	height: 71px;
}
#menuContainer li:hover {
	background: url('images/menu.hover.gif') repeat-x center bottom;
}
#menuContainer ul {
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	list-style: none;
	font-weight: bold;
	text-align: center;
}
#contentContainer {
	background: #7f602d url('images/contentbg.gif') repeat-x;
	width: 966px;
	z-index: auto;
	overflow:hidden; 
}
#contentContainerPicture {
	background: #7f602d;
	width: 229px;
	text-align: center;
	border: 1px #d1bc9c;
	padding-top: 5px;
	float: left;
	z-index: auto;
}
#contentContainerText {
	background: #7f602d url('images/ctbg.gif') no-repeat;
	width: 715px;
	min-height: 400px;
	text-align: left;
	float: left;
	padding: 15px 15px 12px 7px;
	z-index: auto;
}
#contentContainerText a {
	text-decoration: none;
	font-weight: bold;
}
#contentContainerText a:hover {
	text-decoration: underline;
}
#footerContainer {
	background: #6e4d14 url('images/footerbg.gif') no-repeat;
	width: 966px;
	height: 32px;
	line-height: 32px;
	color: #ba9456;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
#footerContainerLeft {
	width: 473px;
	height: 32px;
	line-height: 32px;
	float: left;
}
#footerContainerRight {
	width: 473px;
	height: 32px;
	line-height: 32px;
	float: left;
	text-align: right;
}
