body {
	font: small/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #552d0a url(images/woodbg.png);
	color: #1d3632;
	margin: 0;
	padding: 0;
}
a {
	color: #b80f0f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

a.imagelink {
	border:0px;
}

a.imagelink:hover {
	border:0px;
}
#wrapper { 
	margin: 0 auto;
	width: 970px;
}
#header {
	background: transparent url(images/tbblogo.png) no-repeat;
	margin: 0 auto;
	width: 970px;
	height: 158px;
	border: 0;
}
#column_wrapper {
	height: auto;
	text-align: left;
	margin: 0 auto;
	width: 970px;
	background: transparent url(images/column_bg.png) repeat-y;
}
#tab {
	display: inline;
	float: left;
	width: 27px;
	height: 192px;
	vertical-align:top;
	background: transparent url(images/tbbtab.png) no-repeat;
	margin: 0 auto;	
}
#left {
	display: inline;
	float: left;
	position: relative;
	width: 130px;
	padding: 0 0 0 10px;
	vertical-align: top;
}
#polaroid {
	width: 130px;
	height: 170px;
	background: transparent url(images/polaroid/rotate.php) no-repeat;
}
#dna {
	width: 135px;
	height: 333px;
	background: transparent url(images/dna.png) no-repeat;
}
#fingerprints {
	width: 135px;
	height: 300px;
	background: transparent url(images/fp.png) no-repeat;
}
#main {
	display: inline;
	float: left;
	position: relative;
	vertical-align:top;
	background: #e2d6b4 url(images/c_bg.png);
	width: 600px;
	padding: 10px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
} 
#sidebar {
	display: inline;
	float: left;
	position: relative;
	vertical-align: top;
	width: 150px;
	margin: 0 5px 0 5px;
}
#postit {
	margin: 0;
	font-size: 11px;
	width: 150px;
	padding: 2px 5px;
	background: #e6d263;
	border-left: 2px solid #605723;
	border-bottom: 2px solid #605723;
	border-top: 1px solid #f4e489;
	border-right: 1px solid #f4e489;
}
#footer {
	margin: 0 auto;
	background: transparent url(images/tbbfooter.png);
	width: 970px;
	height: 27px;
}
p.postdate {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000; 
	padding: 1px 5px;
}
p.postedby {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px dotted #000000;
	padding: 2px 0;
}
h3#posttitle {
	margin: 10px 0px 0px 0px;
	color: #1d3632;
	font-size: large;
}
span.postedin {
	font-size: 10px;
	color: #000000;
}
.postittitle {
	margin: 2px 2px 5px 2px;
}
.postitlinks {
	margin: 0 2px 8px 10px;
	padding: 0;
	font: 11px/1em Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style: none url(images/thebird.gif);
	list-style-position:inside;
}
.clearing {
	height: 0;
	clear: both;
}