body {
	margin: 0;
	background: #d8cfb0 url(img/body-bg.png) repeat-x top center;

	font-family: Verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

p, div, span, table, tr, th, td {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

a img {
	border: 0px;
}

p {margin: 0px;}

/* editor styles follow */

.titles {
	color: #620000;
	font-size: 14px;
}

.subHeadings {
	color: #8c6c34;
	font-size: 13px;
}

.content {
	color: black;
	font-size: 11px;
}

/* end editor styles */

#container {
	width: 962px;
	margin: 0 auto 0 auto;
}

#header {
	width: 962px;
	height: 145px;
	background: url(img/header.jpg) no-repeat;
	position: relative;
}

	#logo {
		position: absolute;
		top: 5px;
		left: 30px;
	}

	#search {
		position: absolute;
		top: 40px;
		right: 20px;

		width: 316px;
	}

	#search td, #search td a {
		color: #b89457;
		text-decoration: none;
	}

#main {
	width: 922px;
	margin: 0 auto 0 auto;
	background: #f2f0e8 url(img/content-top.jpg) no-repeat top right;
}

#nav {
	width: 942px;
	height: 264px;
	background: url(img/banner.jpg) no-repeat bottom right;
	margin-left: 20px;
}

#navigate {
	background: url(img/nav-bg.png) repeat-x top left;
	width: 224px;
	padding: 20px 0 35px 0px;
}
	#navigate a {
		display: block;
		width: 224px;
		height: 52px;
		background: url(img/nav-sprite.gif);
	}

	a img { border: none; }

	#navigate a.nav-about { background-position: 0px 0px; }
	#navigate a.nav-about:hover { background-position: 224px 0px; }
	#navigate a.nav-services { background-position: 0px -52px; }
	#navigate a.nav-services:hover { background-position: 224px -52px; }
	#navigate a.nav-members { background-position: 0px -104px; }
	#navigate a.nav-members:hover { background-position: 224px -104px; }
	#navigate a.nav-hints { background-position: 0px -156px; }
	#navigate a.nav-hints:hover { background-position: 224px -156px; }

#news {
	float: left;
	width: 224px;

	background: url(img/tips-bg.gif) no-repeat bottom left;
}

	#news .padd {
		min-height: 350px;
	}

	#news p {
		font-weight: bold;
	}

	span.date {
		color: #b89457;
		font-weight: bolder;
	}

	#news .tips {
		padding-left: 88px;
	}

	#news .tips a {
		color: black;
		font-weight: bold;
	}

#content {
	float: left;
	width: 680px;
}

.padd {
	padding: 6px 0 6px 6px;
}

#content .padd {
	padding-top: 30px;
}

	#contentInner a {
	         color: #6F4E22;
	         text-decoration: none;
	         border-bottom: 1px dashed #6F4E22;
	}

	#contentInner a:hover {
	         color: #7F6037;
	         text-decoration: none;
	         border-bottom: 1px solid #7F6037;
	}


#clean {
	clear: left;
}

#bottomPadd {
	padding-top: 10px;
}

#bottom {
	min-height: 80px;
	background: url(img/bottom-bg.png) repeat-x;
	color: white;
	text-align: center;
}

#bottom a {
	color: white;
	text-decoration: none;
	padding: 0 8px 0 8px;
}