/* ############################################################# */
body {
	background-image: url(images/bkg-body-fade.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	background-color: #FDFFC3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
p {
	margin: 0px;
}
hr {
	display: none;
}




/* ############################################################# */
#container {
	position: relative;
	width: 730px;
	background-image: url(images/bkg-container.gif);
	background-repeat: repeat-y;
	border: 1px solid #565743;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}



/* ############################################################# */
#header {
	background-image: url(images/bkg-header.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 81px;
	left: 0px;
	top: 0px;
	background-color: #727954;
}
#siteTitle {
	position: absolute;
	top: 27px;
	left: 0px;
}
#siteTitle a {
	height: 54px;
	width: 200px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	clip:   rect(0px 200px 54px 0px);
	overflow: hidden;
	padding-top: 54px;
}



/* ############################################################# */
#mainNav {
	position: absolute;
	width: 200px;
	height: 300px;
	background-image: url(images/bkg-mainNav.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	left: 0px;
	top: 81px;
}
#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 30px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #5C6343;
	border-bottom-color: #444B2A;
	border-bottom-style: solid;
	line-height: 15px;
}
#mainNav a:hover {
	font-weight: bold;
	color: #454C2B;
	background-color: #B9E027;
	font-size: 11px;
	text-indent: 32px;
}

#mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainNav ul li {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 4px;
}



/* ############################################################# */
#content {
	position: relative;
	width: 330px;
	left: 200px;
	top: 0px;
	background-image: url(images/bkg-content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 300px;
}
#content p {
	text-align: justify;
	color: #58603A;
	margin-bottom: 1em;
}
#date h6 {
	background-color: #F9FAD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
	text-align: right;
	font-size: 9px;
	position: relative;
	left: 0px;
	top: 0px;
}
#bodyTxt {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	left: 0px;
	top: 0px;
}
#sidebar {
	background-image: url(images/bkg-sidebar-arrows.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 330px;
	width: 200px;
	top: 0px;
	left: 330px;
}



/* ############################################################# */
#footer {
	color: #FFFFFF;
	background-color: #343923;
	padding: 15px;
}
#foot-tagline {
	color: #C4C7A4;
	text-align: center;
}
#foot-contact {
	text-align: center;
	font-weight: bold;
	color: #F9FAD9;
}
