body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#side {
	background-image: url(images/side.jpg);
	background-position: left top;
}
.footer {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #865439;
}
.footer a:link {
text-decoration:none; 
color: #865439;
}
.footer a:visited {
text-decoration:none;
color: #865439;
}
.footer a:hover {
text-decoration:none;
color: #000000;
}
#bottom {
	background-image: url(images/bottom.jpg);
	background-position: left bottom;
	height: 28px;
	width: 800px;
}
.text {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: auto;
	color: #583726;
}
.text a:link {
text-decoration:underline; 
color: #593827;
}
.text a:visited {
text-decoration:underline; 
color: #593827;
}
.text a:hover {
text-decoration:underline; 
color: #000000;
}
.options {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #583726;
	height: auto;
	width: 130px;
	padding: 4px;
	font-style: normal;
}
.options a:link {
text-decoration:none; 
color: #FFFFFF;
}
.options a:visited {
text-decoration:none;
color: #FFFFFF;
}
.options a:hover {
text-decoration:none;
color: #FFFFFF;
font-weight: bold;
}
#page {
	width: 800px;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#top {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 195px;
	width: 800px;
}

#HCB_comment_box textarea {
  /* add any custom CSS for the comment box here. */
  width: 700px;
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  font-family: "Trebuchet MS", Arial;
  color: #593827;
  background-color: #fff;
  
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background-color: #f8f8f8;
	
}

#HCB_comment_box input.text {
  width:200px;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #eee;
  margin-bottom:5px;
}

.hcb-mod  i{
  color:darkblue;
}.keywords {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: auto;
	color: #D0A85B;
}
