body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	background: #ccc url('site_images/body_bg.png') 50% 0 repeat-y;
}

.clearfix:before, .clearfix:after, .block:before, .block:after {content: "."; display: block; height: 0; overflow: hidden;}
.clearfix:after, .block:after {clear: both;}
.clearfix, .block {zoom: 1;} /* IE < 8 */

.hidden {font-size: 1px; overflow: hidden; position: absolute; margin-left: -9999em;}

a {color: #1b4515; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

img {border: none;}

p {margin: 0 0 10px 0;}
ul {margin-top: 0; margin-bottom: 0;}
ul li {margin: top: 0; margin-bottom: 10px;}
ul.linear_third li {width: 33%; float: left;}
ul.linear_half li {width: 49%; float: left;}

.note {font-size: 11px; color: #555;}
p.info {display: block; clear: both; float: none; text-align: center; font-size: 11px; color: #555;}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin: 0 0 6px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.2;
}

h1 {font-size: 28px;}
h2 {font-size: 28px;}
h3 {font-size: 18px;}
h4 {margin: 0 0 4px; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-shadow: none; -webkit-text-shadow: none;}
h5 {font-size: 14px;}

.center {text-align: center;}

#wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
}

#sharing {
	float: left;
	position: absolute;
	top: 130px;
	left: 0;
}

#header {
	width: 1000px;
	height: 125px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	background: url('site_images/dukanWorks_dBase_title.jpg');
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 34px;
	position: absolute;
	top: 65px;
	left: 225px;
	color: #ccc;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-shadow: 0px 2px 3px #000;
	-webkit-text-shadow: 0px 2px 3px #000;
	-moz-text-shadow: 0px 2px 3px #000;
}

#content {
	padding: 20px;
}

#content .block {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #888;
}

.block .thumbnails {
	width: 160px;
	float: right;
}

.block .thumbnails a.lightbox {
	width: 60px;
	height: 90px;
	margin: 0 9px 15px;
	float: left;
	display: inline-block;
	border: 1px solid black;
}

.block .description {
	width: 504px;
	margin: 0 15px;
	display: block;
	float: left;
}

.block .links {
	width: 250px;
	padding: 5px;
	border: 3px solid #1b4515;
	background: #fff;
	float: left;
}

.block .links ul, .block .links li {
	list-style: none;
}

.block .links ul {
	padding: 0;
}