@charset "UTF-8";
/* CSS Document */
body {
	background-color: #b0ae9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	color: #000;	
}
.clear {
	height: 1px;
	clear: both;
	text-size: 1px;
	margin:0;
	padding:0;
}
.fltright {
	float: right;
	margin: 0 0 30px 40px;
}
.indent {
	margin-left: 30px;	
}
.larger {
	font-size: 1.1em;	
}
#wrap {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	height: auto;
}
#header {
	border-bottom: 1px solid #000;
	height: 60px;
	margin-top: 30px;
	background-image: url(/DW/_assets/don-weir-hp.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
#curpage, #archive {
	width: 50%;
	float: left;
	margin: -20px 0 30px 0;
}
#archive {
	float: right;
}
#curpage h2, #archive h3, #content_copy h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: 3px;
	font-weight: normal;
	margin: 0 0 0 30px;
	text-transform: uppercase;
}
#content_copy h3 {
	margin-left: 0;	
}
#archive h3 {
	font-size: 1em;
	margin: 0 30px 0 0;
	text-align: right;
	letter-spacing: 2px;
}
#archive h3 a {
	color: #000;
	text-decoration: none;
}
#archive h3 a:hover {
	text-decoration: underline;	
}
#content_hp {
	margin: 60px 0 70px 0;
	text-align: center;
}
#content {
	margin: 50px 0;	
}
#content_copy {
	margin: 0 60px;
	line-height: 2;
}
#textbox {
	position: relative;
	float: right;
	width: 40%;
	height: auto;
	margin-right: 60px;
}
* html #textbox {
	margin-right: 0;	
}
#textbox p {
	line-height: 2;
	margin-top: 0;
}
#image1 {
	float: left;
	margin-left: 92px;
}
* html #image1 {
	margin-left: 72px;	
}
#image2 {
	clear: both;
	float: left;
	margin: 60px 60px 0 60px;
}
#image3 {
	float: right;
	margin: 60px 100px 0 0;
}
*+html #image3 {
	margin: 116px 100px 0 0;	
}
* html #image3 {
	margin: 116px 50px 0 0;	
}
#image4 {
	float: left;
	margin-left: 60px;
}
#image5 {
	clear: both;
	float: left;
	margin: 60px 60px 0 53px;
}
#image6 {
	float: right;
	margin: 60px 88px 0 0;
}
*+html #image6 {
	margin: 52px 88px 0 0;	
}
#image1 p, #image2 p, #image3 p, #image4 p, #image5 p, #image6 p {
	font-size: 0.9em;
	text-align: right;
	margin: 5px -14px -1em 0;
	color: #000;
	white-space: nowrap;
}
#image1 img, #image2 img, #image3 img, #image4 img, #image5 img, #image6 img {
	margin: 0 14px 5px 0;	
}

.parchive, .parchive_last {
	width: 300px;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 50px 60px 50px;
	overflow: visible;
}
.parchive_last {
	margin-bottom: 0;
}
* html .parchive, * html .parchive_last {
	width: 275px;
}

.parchive p, .parchive_last p {
	font-size: .9em;
	color: #000;
	text-align: right;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
}
#nav {
	text-align: center;
	margin-top: 50px;
}
#nav a {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 2px 20px;
	border-right: 1px dotted #000;
	text-decoration: none;
	color: #000;
}
#nav a.first {
	padding-left: 0;	
}
#nav a.last {
	padding-right: 0;
	border-right: none;
}
#nav a:hover {
	text-decoration: underline;	
}