div#page {
	margin: 0 auto;
	padding: 0 9px;
	width: 942px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
img#bg {
	margin: 0 auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
div.header, div.content-wrapper, div.footer {
	width: 100%;
	overflow: hidden;
}
div.header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
	overflow: visible;
	clear: both;
}
div.content-wrapper {
	overflow: visible;
}
div.content {
	margin-bottom: 10px;
	padding: 15px;
	width: 572px;
	min-height: 260px;
	display: inline;
	float: left;
	background: #fff;
	/* 9 columns 602px */
	font-family: Verdana, Helvetica, Arial, "Free Serif", DejaVu, sans-serif;
}
div.comments {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "Free Serif", DejaVu, sans-serif;
}
div.sidebar {
	margin-bottom: 10px;
	padding: 15px;
	width: 300px;
	display: inline;
	float: right;
	color: #fff;
	background: transparent url(../img/sidebar.png) repeat-y 0 0;
	background: rgba(102, 116, 48, 0.8) none;
	/* 5 columns 330px */
}
div.wide {
	width: 912px;
	/* 14 columns 942px */
}
div.narrow {
	margin-right: 340px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
}
div.narrow div.wp-caption {
	margin: 0;
	padding: 15px;
	width: 300px;
	position: absolute;
	top: 0;
	right: -340px;
	z-index: 210;
	background: #fff;
	overflow: hidden;
}
/*
div.contacts div.content {
	width: 300px;
}
div.contacts div.sidebar {
	width: 540px;
}
*/
div.footer {
	padding: 15px 0 0;
	clear: both;
	background: #fff;
}
div.column {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
	width: 436px;
	float: left;
	background: #fff;
}
div.last {
	margin-right: 0 !important;
}
div.content div.column {
	width: 368px;
}
div.homepage div.column {
	padding: 0;
	width: 281px;
}
div.homepage div.last {
	
}
div.illustration {
	width: 300px;
}
div.subnavigation {
	margin: -10px 0 10px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
div.comment {
	padding: 10px 10px 1px;
	background: #fff;
}
div.even {
	background: #f0f0f0;
}
div.post-details {
	margin-bottom: 10px;
}
div.content, div.column, div.footer, h1, p.activity, div.subnavigation, div.narrow div.wp-caption {
	background: transparent url(../img/transparency.png) repeat 0 0;
	background: rgba(255, 255, 255, 0.8) none;
}
div.content h1 {
	background: transparent none;
}
div.homepage div.column {
	background: transparent none;
}
