body {
	color:#000000;
	background-color: #668065;
}

a:link, a:visited {
	color: #AA0000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}

#copyright {
	color:black;
	font-size:12px;
}

#wrapper {
	width:850px;
	height:100%;
	margin:auto;
	border:1px solid #948273;
}

#TopBar {
	background-color: #42261B;
	color:white;
	width:840px;
	padding:5px;
}
#TopBar > a {
	float:left;
	margin-left:15px;
	margin-top:10px;
}

#ContentWrapper {
	background:#b8a392 url(images/content_bg_01.png) top left repeat-y;
	height: 100%;
	width:850px;
	overflow:hidden;
	padding:0;
	margin: auto;
}

.LeftNavi {
	height:100%;
	width:180px;
	float:left;
	padding:5px;
}
.RightNavi {
	height:100%;
	width:180px;
	float:right;
	padding:5px;
	overflow:hidden;
}
.MiddleColumn {
	width:470px;
	height:100%;
	float:left;
	background-color: #e0dbd5;
}
.ProductsCol {
	width:650px;
	height:100%;
	float:right;
	background-color:#e0dbd5;
	margin:auto;
	padding:5px;
}

#RandomImgWrapper {
	text-align:center;
	padding:0;
	overflow:hidden;
	width:470px;
	height:750px;
}

#RandomImgWrapper > a {
	text-align: center;
	margin: auto;
}

#CharityContainer {
	height:auto;
	background-color: #e0dbd5;
	color:black;
	padding: 5px;
}

#GalleryContainer {
	border:none;
	width: 850px;
	height:100%;
	padding:10px;
	background-color:#e0dbd5;
	text-align:center;
	margin:auto;
	overflow:hidden;
}

.EventsAndNew {
	border:none;
	background-color:#e0dbd5;
	color:black;
	font-size:12px;
	width:90%;
	margin:auto;
	padding:3px;
}

.clear {
	clear:both;
}

.galleryThumb {
	text-align: center;
	float:left;
	width:120px;
	height: 120px;
	margin:5px;
}

.galleryThumb > a {
	display:block;
}

.galleryThumb > a > img {
	border:black solid 1px;
}

#TopMenu {
	margin:0;
	padding:0;
	list-style-type: none;
	width:830px;
	float:right;
}

#TopMenu li {
	float:right;
}

#TopMenu a {
	color:#668065;
	text-decoration:none;
	font: Verdana 12px;
	font-weight:bold;
	padding: 0 10px;
	display:block;
}

#TopMenu a:hover {
	color: #00CC66;
	text-decoration:none;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}

.DepartmentName {
	text-align:left;
	font-weight:bold;
	width:90%;
	margin:auto;
	font-size:18px;
	color:black;
}

.ProductsList {
	border: none;
	border-collapse:collapse;
	background: none;
	width:99%;
}

.ProductsListCell {
	padding:5px;
	background-color: white;
	border:solid 1px #948273;
	width:140px;
}

.tables {
	border-collapse: collapse;
	border: 1px solid #948273;
	background-color:white;
}

.tables th {
	background-color:#42261B;
	color: white;
	border: solid 1px #948273;
}

.tables td {
	border-bottom: 1px solid #948273;
	color:black;
}

.entryForm {

}

.entryForm > div {
	clear:both;
	display:block;
	padding:2px 0;
}
.entryForm > div > label {
	float:left;
	width:85px;
}

.loading {
	background:url(images/wait30trans.gif) no-repeat top center;
}