html, body{
	margin: 0;
	padding: 0;
}
body{
	color: #919191;
	font-family: "Verdana", Verdana,  "Arial", Arial,  sans-serif;
	font-size: 100%;
	font-size: 0.8em;
}

/*hide:*/
div.DIVnavigation{
	display: none;
}
div.sidebar {
	display: none;
}
div.DIVfooter a{
	display: none;
}

/*Do:*/

#printthingy {
	position: absolute;
	left: 40px;
	top: 0;
	width: 595px;
}
div.DIVbreadcumb {
	position: absolute;
	left: 40px;
	top: 140px;
	width: 595px;
	font-size: 1.7em;
	color: #888;
}
div.DIVbreadcumb a{
	text-decoration: none;
	color: #888;
}
div.DIVmain {
	position: absolute;
	left: 40px;
	top: 180px;
	width: 595px;
	font-size: 0.8em;
	line-height: 1.6em;
}
div.DIVfooter {
	font-size: 0.5em;
	color: #555;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 2em 0 0 0;
}


.entry a{
	text-decoration: none;
	color: #919191;
}
.entry hr{
	border: 0 none;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 2em 0;
}
.entry p{
	margin: 2em 0;
}
.entry img{
	position: relative;
	left: -11px;
	margin: 0;
	padding: 0;
}
.entry h4{
	font-size: 1.3em;
	color: #888;
	margin: 0;
	padding: 0;
}
.entry {}
