	a:link    { color: #961406; text-decoration: none } 
	a:visited { color: #805756; text-decoration: none }
	a:hover   { text-decoration: none; color: #E8270F }
	a:active  { text-decoration: none; color: #ff0000 } 


body {
	margin: 0px;
	padding: 0px;
	background-color: #8D746E;
	background-image: url(/images/background.gif);
background-attachment: fixed;
	font-size:12px;
	font-family: Palatino Linotype;
}

#outer {
	width: 760px;
	height: auto;
	background-color: #FFEFDE;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000000;
	position: relative;
        overflow: hidden;
}


#header {
	width: 760px;
	padding: 0px;
        font-size: 12px;
	text-align: center;
min-height: 154px; 
}



#main {
	padding-top: 20px;
        width: 520px;
	font-size: 14px;	
	position: relative;
        overflow: hidden;

}

#nav {
	width: 200px;
	padding: 10px;
        font-size: 12px;
        float: left;
	background-color:#FFEFDE;
        overflow: hidden;
	position: relative;
}

.image {
float: left; 
margin-right: 10px; 
margin-top: 10px; 
margin-bottom: 2px; 
width: 120px; 
height: 120px; 
overflow: hidden; 
border: 1px solid #000000;
}
 
.intro {
margin: 0px; 
min-height: 130px; 
}

.entrybuffer {
margin: 0px; 
padding: 0px;
border: 0px;
width: 100%; 
height: 50px;
overflow: hidden;
}

.introbuffer {
margin: 0px; 
padding: 0px;
border: 0px;
width: 100%; 
height: 1px;
overflow: hidden;
}

.commentfooter {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
         border-bottom: 1px dotted #8D746E;
}

.pivot-image {
        /* style for images */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
 	background-color: #FFEFDE;
 	color: #805756;
 }

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
}

.block h3 {
	margin: -4px -4px 4px -4px;
	padding: 4px;
	font-size: 11px;
}

.block p {
	margin: 0px;
}

.content {
	padding: 4px;
}

.entrycontent {
	padding: 6px;
}

.content p {
	margin: 4px 2px 4px 2px;
}

h1 {
	font-size: 16px;
	border-bottom: 1px solid #8D746E;
	margin:0px;
}

h2 {
	font-size: 13px;
	border-bottom: 1px solid #8D746E;
	margin:0px;
	padding: 2px;
}

h3 {
	font-size: 16px;
}

h4, .subtitle {
	font-size: 14px;
	margin: 4px;
	font-style: italic;
}

.date {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.linkdump {
	font-weight: normal;
}

.entryfooter {
font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
}

.entryfooter_linkdump {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-align:right;
	margin-bottom: 10px;
	padding: 6px 0px;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
}



.entryfooter a:hover, .date a:hover {
	font-weight: bold;
}

.prevnext_links {

	float: right;

}

h1 a, .prevnext_links a {
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	font-weight: bold;
}

/* these styles are for the search boxes */
.searchbox { 
	width: 105px; 
	font-size: 10px;
margin-top: 10px;
}


.searchbutton {
border: 0px;
font-family: Palatino Linotype;
color: #FFEFDE;
	font-size: 11px;
	background-color: #8D746E;
margin-top: 5px;
margin-bottom: 5px;
}