/* CSS Document */

/* Authored for tomdreesen.com */

body {
	background-image:url(../images/dreesen_bg.gif);
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	/*margin-top: -40px;*/
	padding: 0px;
	border:0;
	width: 880px;
	background-color: #23231b;
}

#header {
	width: 880px;
	height: 80px;
	background-image:url(../images/dreesen_img_header.jpg);
}

#left {
	background-color: #3d3d32;
	float: left;
	width: 165px;
	height: 100%;
}

#right {
	background-color: #aeae88;
	float: right;
	width: 180px;
	height: 100%;
	padding-top: 16px;
	padding-left: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content { 
	float: left;
	width: 57%;
}

#footer {
	clear: both;
	background-color: #23231b;
	border-top: #494938 2px solid;
	height: 40px;
}

#contact {
	float: right;
	width: 207px;
	clear: none;
	margin-top: -19px;
}

#thumbs{
	clear:both;
	padding-top: 20px;
}

#thumbs #featured{
	padding-top: 20px;
	width: 520px;
}

#thumbs #older{
	padding-top: 20px;
	margin-bottom: 20px;
	clear:both;
}

#thumbs #featured li{
	float:left;
	font-size:11px;
	width: 120px;
	margin-right:40px;
}
