body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#wrapper {
	position: absolute;
  	top: 0px;
	left: 0px;
  	width: 100%;
	z-index: 1;
}
#container {
	width: 995px;
	margin: 0 auto;
	margin-top: 45px;
}
#schild a {
	color: #000;
	text-decoration: none;
}
#schild a:hover {
	text-decoration: underline;
}
#main {
	width: 700px;
	background-color: #deb887;
	min-height: 575px;
	padding: 20px;
	float: left;
	margin-bottom: 10px;
	color: #5C4033;
}
h1 {
	font-family: 'Tangerine', cursive;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
}
h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: brown;
}
#heading {
	background-image:url(images/fade_overlay_heading.png);
	position: absolute;
	margin-top: -65px;
	width: 680px;
	padding-left: 20px;
	height: 65px;
	color: #fff;
	line-height: 70px;
	vertical-align: middle;
	z-index: 9999;
}
#right {
	float: right;
	margin-top: 20px;
	width: 254px;
}
#right #nav {
	margin-top: 105px;
	min-height: 415px;
	/* padding: 34px; */
	padding-top: 5px;
	background-image: url(images/nav_bg.png);
}
#main a {
	color: #5C4033;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#main a img {
	border: 0px;
}
#copyright {
	background-color: #efefef;
	margin-top: 20px !important;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#copyright:hover {
	background-color: #cccccc;
}
#copyright a {
	color: #000;
	text-decoration: none !important;
}