body {
	margin: 0px;
	padding: 0px;
	background: #957451;
	background-image: url(back.gif);
        background-repeat: repeat-y;

}

body, p, html, table, td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


.pivot-image {
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #95ADF1;
}

#centercolumn {
	border: 0px solid #F0D9BE;
	margin-left: 210px;
	margin-right: 204px;
	padding: 10px 4px;


}

#header {
	background: #C9B299;
        height: 84px;
	background-image: url(header.jpg);
        background-repeat: no-repeat;

}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 203px;
	height: 529px;
	background-image: url(left.jpg);
        background-repeat: no-repeat;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}


#footer {
	border: 1px solid #00f;
	clear: both;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #F0D9BE;
	border: 1px solid #999;
}


.block H3 {
	background: #F0D9BE;
	color: #957451;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px dashed #999;
	font-size: 11px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 4px;
	background: #F0D9BE;
	border: 1px solid #999;
}

.entrycontent {
	padding: 12px;
	background: #F0D9BE;
	border: 1px solid #999;

}


.content p {
	margin: 4px 2px 4px 2px;
}


H1 {
	font-size: 20px;
	margin: 4px;
	color: #FFF;
		display: inline;
}


H2 {
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #957451
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 14px;
	margin: 4px;
	color: #957451;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #957451;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;

}

.entryfooter_linkdump {
	color: #957451;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #999;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #957451;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #957451;
}


a {
 color: #957451;
}

.prevnext_links {
	float: right;
	color: #957451;
}

H1 A, .prevnext_links A {
	color: #957451;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #957451;
	font-weight: bold;
	text-decoration: underline;
}



/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}


