body {
	background: #D1C7A6 url(/images/bg-body.gif);
	width: 850px;
	margin: 0px auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background: #FFF;
	background: url(/images/bg-container.gif) repeat;
	padding: 0px 7px;
	width: 850px;
}
#adheader {
	background: #fff;
	padding: 0px 0px 7px 0px;
	text-align:right;
}
#header {
	background: url(/images/bg-header.gif) repeat;
	width: 850px;
	height: 75px;
	border-bottom: solid 7px #fff;
	border-top: solid 1px #f8f9f9;
}
#header img {
	margin-top: 6px;
	margin-left: 17px;
}
a img {
	border: none;
}
#col1 {
	width: 517px;
	float: left;
	background: #FFFFFF;
	margin: 7px 7px 0px 0px;
}
#col2 {width:325px; float: right;}
#col2top {padding:7px; text-align:center;}
#col2bottoma {
	background: #F3F0E7 url(/images/bg-col1.gif);
	width: 153px;
	margin: 7px 7px 0px 0px;
	float: left;
	padding: 7px;
}
#col2bottoma h2 {
	height: 12px;
	margin: 7px 0px 0px;
	font-size: 0px;
}
#about {
	background: url(/images/h2-about.gif) no-repeat;
}
#categories {
	background: url(/images/h2-categories.gif) no-repeat;
}
#information {
	background: url(/images/h2-information.gif) no-repeat;
}
#archives {
	background: url(/images/h2-archives.gif) no-repeat;
}

#links {
   background: url(/images/h2-links.gif) no-repeat;
} 

#col2bottoma p {
	font-size: 10px;
	color: #665;
	margin: 0px;
	padding-bottom: 7px;
	line-height: 18px;
}
#col2bottoma ul {
	list-style: none;
	margin: 7px 0px 14px;
	background: url(/images/bg-ul-left.gif) repeat-y;
	padding: 3px 0px 5px;
}
#col2bottoma li {
	margin: 0px;
	padding: 0px;
}
#col2bottoma ul a {
	color: #665;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
}
#col2bottoma ul a:hover {
	background: url(/images/bg-ul-left-on.gif) repeat-y;
	color: #998;
}
.clear {
	clear: both;
}
#col1 h2 {
	margin: 0px;
	background: url(/images/line-tan.gif) repeat-x bottom;
	padding-bottom: 5px;
	color: #665;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.entry {
	background: url(/images/bg-contentchunk.gif) repeat-x bottom;
	padding: 8px;
}
.entry h3, .entry h3 a {
	color: #8F93B6;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-decoration: none;

}

.entry p {
	font-size: 11px;
	color: #443;
	line-height: 16px;
	margin: 5px 0px 10px;
}
.entry img {
	float: left;
	border: 1px solid #8E92B5;
	margin: 3px 10px 0px 0px;
}
.entry img.icon {
	float: none;
	border: none;
	margin: 0px;
}
.entry h4 {
	font-size: 10px;
	color: #C3BEAE;
	margin: 0px;
	font-weight: normal;
clear:left;
}
.entry h4 a {
	color: #C3BEAE;
	text-decoration: none;
}
.entry h4 a:hover {
	color: #665;
}
.entry p a {
	color: #aa9;
	text-decoration: none;
}
.entry p a:hover {
	background: url(/images/line-tan.gif) repeat-x bottom;
}
.entry ul {
	margin: 1px 1px 5px;
	list-style: circle;
	font-size: 10px;
	color: #665;
}

#col2bottomb h2 {
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}
#col2bottomb p {
	text-align: center;
	margin: 0px;
	padding: 7px;
}
#footer {
	clear: both;
	height: 28px;
	background: url(/images/bg-header.gif) repeat-x center;
	text-align: center;
	border-bottom: solid 7px #fff;
	border-top: solid 7px #fff;
}
#footer p {
	clear: both;
	color: #887;
	font-size: 9px;
	padding-top: 7px;
	margin-top: 0px;
}
#footer a {
	color: #887;
	text-decoration: none;
}
#footer a:hover {
	color: #554;
	text-decoration: underline;
}
#searchbox {
	float: right;
	height: 35px;
	width: 190px;
	background: url(/images/search.gif) no-repeat left top;
	padding-top: 7px;
	position: relative;
	top: 33px;
}
#searchbox input.field {
	height: 15px;
	width: 160px;
	border: 1px solid #CCB;
	color: #665;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#searchbox .formfix {
	margin: 0px;
	padding: 0px;
}
#searchbox input.button {
}
.contactform {
	font-size: 11px;
	margin: 8px;
}
.contactform input, .contactform textarea, .contactform select {
float:right;
	width: 350px;
	border: 1px solid #999999;
	margin-bottom: 8px;
}
.buttons input {
	width: 75px;
	border: 1px solid #888;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	font-weight: bold;
	background: #D1C7A6;
}
.contactform legend {
	color: #665;
	font: bold 125% Georgia, "Times New Roman", Times, serif;
}
.contactform fieldset {
	border: 1px solid #E1DCCA;
padding: 10px;
	}
.contactform label {
	font-size: 90%;
	color: #9094B7;
}