html {
  height: 101%;
}
body {
	font: 80%/160% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	background: #FFFCB8 url("../images/bg_top.jpg") repeat-x 50% 0;
	color: #DA8601;
}
body,p,h1,h2,h3,h4,dl,dt,dd,ul,ol,li,form {
	padding:0;
	margin:0;
}
a {
	color: #704914;
	text-decoration:none;
}
a:visited, a:active {
	color: #915E1A;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0
}
p, h1, h2, h3, h4, ul, ol, dl {
	padding-bottom: 1em;
}
h1 {font-size:170%;color:#704914;}
h2 {font-size:150%;color:#704914;}
h3 {font-size:130%;color:#704914;}
h4 {font-size:110%;color:#704914;}

li {
	margin-left:1.5em;
}
/*--MAIN CONTAINER--*/
.dContainer {
	width:760px;
	margin:0 auto;
	text-align:left;
}
/*--HEADER--*/
.dHeader {
	background: url('../images/bg_header.jpg') no-repeat 0 0;
}
.dHeader h1 {
	text-indent:-3000px;
	width:100%;
	height:200px;
	padding:0;
}
/*-- CONTENT --*/
.dContent {
	float:left;
	width:100%; /*--for FNE fix --*/
	background:transparent url('../images/pattern.gif') repeat-y 72% 0;
	position:relative;
	margin-top:5px;
}
.hSiteName {
	background:transparent url('../images/beepath.gif') no-repeat 0 0;
	padding:8px 0 0 55px;
	font-weight:normal;
	position:absolute;
	top:0;
	left:65.2%;
	height:100px;
}
/*--LEFT PANE--*/
.dLeft {
	float:left;
	width:68%;
	margin-top:3em;
}
.dLeft img {
	border:10px solid #fff;
	display:block;
	margin:0 auto;
}
.dLeft .small {
	font-size:90%;
}

.dLeft #txpCommentInputForm label {
	display:block;
	float:left;
	width:6em;
}
.dLeft hr {
	border-width:0;
	border-bottom:1px dotted #704914;
	height:1px;
	margin: 1em 0 2em 0;
}
.dLeft h3 {
	padding-top:1em;
}
.comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage {
	width:20em;
}
/*--RIGHT PANE--*/
.dRight {
	width:25.5%;
	margin: 108px 0 0 74%;
}
.dRight .menu {
	position:relative;
	left:-30px;
}
.dRight .menu li {
	list-style: none;
	margin:0;
	padding:0;
	display:block;
}
.dRight .menu li a {
	background:transparent url('../images/bee.gif') no-repeat 0 100%;
	padding: 3px 0 3px 32px;
	display:block;
	height:100%; /*gets rid of IE error*/
	text-decoration:none;
}
.dRight .menu li a:hover, .dRight .menu li a.active {
	background-position: 0 -5px;
}
.dRight .uRecentArticles  li {
	list-style:none;
	margin-left:0;
}
.dRight .uRecentArticles a {
	background: transparent url('../images/icon_bullet.gif') no-repeat 2px 50%;
	padding-left:1.5em;
	display:block;
	height:100%; /*gets rid of IE error*/
}
.dRight .uRecentArticles a:hover {
	background-position:6px 50%;
	text-decoration:none;
}
/*--FOOTER--*/
.dFooter {
	margin-top:1em;
	text-align:center;
	font-size:90%;
}
/*--CONTACT FORM */
.zemContactForm legend {
   display:none;
}
.zemContactForm fieldset {
   border-width:0;
   padding:0;
   margin:0;
}
.dLeft .zemContactForm label {
   width: 4em;
   display: block;
   float:left;
}
.dLeft .zemContactForm textarea, .dLeft .zemContactForm input {
   width: 20em;
   margin-left: 4em;
}
.dRight .zemContactForm input.zemText {
	width:8em;
}
.dRight .zemContactForm label {
	display:none;
}