* {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin-bottom: 1em;
}

body {
	background-color: #969696;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* BEGIN centering */

body, html {height: 100%;}

div.clear {
	height: 0.0em;
	line-height: 0%;
	font-size: 0em;
}

div#outside {
	overflow: hidden;
	display: table;
	position: static;
	width: 100%;
	height: 100%;
	overflow: visible;
}

div#container {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

div#page {
	margin-left: auto;
	margin-right: auto;
}
/* END centering */

a {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
}

div#page {
	max-height: 450px;
	height: 450px;
	max-width: 834px;
	width: 834px;
	text-align: center;
	margin: auto;
}

div#header {
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

div#header img {
	margin-bottom: 0.2em;
}

div#footer {
	text-align: left;
}

div#sidebar {
	text-align: left;
}

div#sidebar ul {
	list-style-type: none;
	margin-top: 0.2em;
}

div#sidebar ul li {
	display: inline;
	margin-right: 5em;
	padding: 0.2em;
	/*padding-top: 1px;*/
	border-left: 1px solid #FFFFFF;
	/*float: left;*/
	clear: both;
}

div#sidebar ul li.active {
	/*float: left;
	margin-right: 0em;
	border-left: 0px solid #FFFFFF;
	padding-left: 0em;
	width: 280px;*/
}

div#sidebar ul li.first {
	padding-right: 170px;
	border-left: 0px solid #FFFFFF;
	padding-left: 0em;
}

div#sidebar ul li.active a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

div#sidebar ul li a {
	color: #464646;
	text-decoration: none;
	font-weight: normal;
}

div#content {
	text-align: left;
	color: #464646;
}

div.post {
	margin-top: -8px;
}

div.sidecolumn {
/*	margin-top: 20px;*/
	margin-top: 1em;
	margin-right: 10px;
	max-width: 274px;
	width: 274px;
	display: block;
	float: left;
}

div.sidecolumn span.sidecolumncontent {
	height: 352px;
	overflow: auto;
	display: block;
}

div#content ul {
	list-style-type: none;
}

div#content ul li {
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 1em;
	margin-top: 0.2em;
}

div.picturecontainer {
	text-align: left;
	height: 400px;
}

div.pagenumbers {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	width: 274px;
	float: left;
}

div.thumbscontainer {
	margin-top: 0.15em;
	margin-bottom: 0;
	height: 2.5em;
	width: 274px;
	float: none;
}

div.thumbscontainer ul.thumbs {
	list-style-type: none;
}

div.thumbscontainer ul.thumbs li {
	background-image: none !important;
	padding: 0em !important;
	margin-left: 0em !important;
	border: 1px solid #464646;
	text-align: center;
}

div.thumbscontainer ul.thumbs li a {
	display: block;
	width: 1.5em;
	height: 1.4em;
	padding-top: 0.1em;
}
