



html, body {
	min-width: 1000px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, Verdana sans-serif;
	text-align: center;
	margin: 0px 0;
	
	background: #756144;
	height: 100%;
	
}

a{
	text-decoration: none;
	color: #756144;
}
a:hover{
color: #EE3C39;
} 

#center {
	text-align: left;
	margin: auto;
	margin-bottom: -5px;
	
	padding: 0;
	width: 800px;
	background: white url(images/ruler.jpg) repeat-y;
	min-height: 100%;
height: auto !important;
height: 100%;
	padding-bottom: 150px;
}
#page {
	position: relative;
	
	width: 800px;
	
}

#header {
	margin: 0 0 0 37px;
}




#navigation {
	font-size: 14px;
	
	margin-left: 40px;
	top: 47px;
	/* space to top 7px, height uf one ruler-unit is 20px  */
	position: fixed;
	color: #756144;
	font-weight: bold;
}




#navigation #name { 
	height: 16px;
	padding-top: 4px;
}

#navigation #home {
	height: 16px;
	padding-top: 4px;
}

#navigation #home a {
	height: 16px;
	padding-top: 4px;
	text-decoration: none;
	color: #EE3C39;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0px;
	margin-top: 0;
}

#navigation ul li {
	list-style-type: none;
	height: 16px;
	padding-top: 4px;
/*background-color: silver;*/
}

#navigation ul li.spacer {
	list-style-type: none;
	height: 20px;
	padding-top: 0px;
/*background-color: silver;*/
}

#navigation ul li a {
	color: #756144;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #EE3C39;
}   

#navigation ul li.name a {
	color: #756144;
	text-decoration: none;
	cursor: text;
}

#navigation ul li.name a:hover {
	color: #756144;
}

#navigation ul li.home a {
	color: #EE3C39;
	text-decoration: none;
}

#navigation ul li.current a {
	color: #EE3C39;
}

#content {
	
	/*position: relative;
	top: 147px;
	left: 210px;*/
	
	padding-left: 210px;
	padding-top: 147px;
	width: 500px;
	overflow: hidden;
	
}

#content div.text {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 15px;
	color: rgb(102, 102, 102);
}



#content div.headline {
	
	margin-bottom: 80px;
}

#content div.title {
	font-size: 17px;
	color: #756144;
	font-weight: bold;
	margin-bottom: 5px;
}

#content div.post div.link a {
	font-size: 12px;
	text-decoration: none;
	float: right;
	color: #756144;
	margin-top: 7px;
	font-weight: bold;
}

#content div.post img {
	width: 500px;
	height: 292px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}


#content div.post div.skim-me ul{
	padding-left: 0px;
	padding-top: 0px;
	margin: 0 0 0 0;
	padding-bottom: 4px;
	
}





#content div.post div.tumbs {
	width: 505px;
	
	font-size: 1px;
	

	display: block;
	margin: 0 0 70px;
}

#content div.post img.thumb {
	margin: 0;
	cursor: pointer;
	width: 97px;
	height: 57px;
	border-style: none;
	display: block;
	padding: 0;
	float: left;
	padding-right: 4px;
	margin-top: 4px;
}



#content div.post div.tumbs img.thumb.current {
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter:alpha(opacity=50);

	
}



#content div.post div.link a:hover {
	color: #EE3C39;
}

#content div.post div.buttons {
	clear: both;
}

#content div.post div.buttons div.previous {
	background-image:url(images/previous_up.jpg);
	/*display: none;*/
	cursor:pointer;
	float: left;
	
	width:15px;
	height:17px;
	margin-right: 5px;
	margin-top: 4px;

}
#content div.post div.buttons div.previous:hover {
	background-image:url(images/previous_down.jpg);
	
}

#content div.post div.buttons div.next {
	background-image:url(images/next_up.jpg); 
	/*display: none;*/
	cursor:pointer;
	float: left;
	width:15px;
	height:17px;
	margin-top: 4px;
	
}
#content div.post div.buttons div.next:hover {
	background-image:url(images/next_down.jpg);
	
}

