@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008385;
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}
a img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
}

form {
	padding: 0;
	margin: 0;
}

#contentWrapper {
	width: 944px;
	margin: auto;
	background: url(images/body_bg.jpg) center 4px repeat-y;
	height: 100%;
}

#topcircle {
	position: absolute;
}

#contentPlaceHolder {
	position: absolute;
	padding-left: 74px;
}

#header {
	height: 210px;
}

#theRecycler {
	margin: 17px auto auto 80px;
}

#content {
	width: 610px;
}

div.contentpart {
}

div.contentpartbody {
	background: url(images/content_bg.png) left top no-repeat;
	padding: 42px 75px 0px 55px;
}

div.contentpartfooter {
	background: url(images/content_bg.png) left bottom no-repeat;
	height: 42px;
}

div.entrymeta {
	margin: 1em 0 0 0;
}

#sidebar {
	position: absolute;
	width: 200px;
	top: 210px;
	left: 684px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

div.contentpart {
	margin-bottom: -4px;
}

div.contentpart {
}

div.sidebarpart {
	padding: 0 0 0 8px;
	margin: 15px 0 25px 0;
}

div.sidebarpart ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

div.sidebarpart ul li {
	margin: 0 0 5px 0;
}

div.sidebarpartbody {
	background: url(images/sidebar_bg.gif) left top no-repeat;
	padding: 30px 28px 0px 28px;
}

div.sidebarpartfooter {
	background: url(images/sidebar_bg.gif) left bottom no-repeat;
	height: 30px;
}

div.modelWrapper {
	margin: 15px;
}

div.modelWrapper ul {
	margin: 0 0 0 16px;
}

.disclaimer {
	font-size: 0.8em;
	line-height: 1.3em;
}

.commentmeta {
	margin-bottom: 2em;
}

.commentheader {
	font-weight: bold;
}