body {
	font-family: "Georgia", serif;
	color: #555;
	margin: 0;
	padding: 0;
	min-width: 1006px;
	width: 100%;
	/* height: 100%; */
	/* height: 100%; */
/* 	background: url('../_images/grid.jpg') top left repeat-y; */
	background: url('/_images/des-side.png') 0px 267px no-repeat;
	font-size: 16px;
}

a:link, a:visited {text-decoration: none; color:#666;}

#nav {
	position: absolute; 
	z-index: 1000;
	
	padding-left: 10px;
	margin:0; 
	width:1006px;
	/* top: 0px; */
	height: 76px;
}

#container {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	/* width: 1006px; */
	overflow:hidden;
	min-height: 1050px;
	
	/* border: 1px solid blue; */
}

#footer {
	clear:both;
	float:left;
	width: 100%;
	
	padding: 0;
	margin:0;
			
	background: url('/_images/footer.jpg') 0px 0px no-repeat;
	height: 160px;
}

#footer-text {
	position: relative;
	padding: 140px 0 0 760px;
	width: 240px;
	
	color: #999;
	font-size: 10px;
}

#footer-text a {padding-bottom: 1px; border-bottom: 1px dotted #999;}

#mntitle {
	position: absolute;
	top: 105px;
	left: 176px;
	width: 640px;
	
	font-size: 28px;
	line-height: 42px;
	font-weight: normal;
	font-style: italic;
	display: inline;
	
	background: url(/_images/headline-bg.png) top left repeat;
	padding: 0 8px;
}

#mntitle img {
	position: absolute;
	left: -53px;
	top: 122px;
}

#lede, #mn-left {
	position: absolute;
	width: 324px;
	top:300px;
	color: #444;
	line-height: 24px;
}

#lede {
	position: relative;
	float: left;
	padding-right: 166px;
	padding-top: 2px;
	left: 182px;
	line-height: 24px;
	
	border-top: 3px solid #75D8FA; /* blue */
}

#mn-left {
	position: relative;
	float: left;
	left: 174px;
	top: 303px;
	height: 580px;
	border-top: 1px dashed #797979;
	padding-top: 11px;
	background: url('/_images/desname.png') left bottom no-repeat;
}

#qt-block {
	background: url('/_images/slant.png') repeat;
	padding-top: 116px;
	height: 180px;
	text-align: center;
}

#qt-cover {
	position: absolute;
	width: 330px;
	height: 200px;
	top: 100px;
	left: -4px;
	/* border: 1px solid aqua; */
}

.front-head {
	position: absolute;
	padding: 4px 10px 4px 4px;
	top: -48px;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	background: url(/_images/headline-bg.png) left top repeat-x;
	display: inline-table;
	text-indent: 8px;
}

.picbox {
	position: relative;
	width: 324px;
	height: 108px;
	/* border-bottom: 4px solid #ddd; */
	margin-bottom: 16px;
}

.post-author, .thumb-link span {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
	background: #fff;
	text-indent: 8px;
	padding-right: 8px;
}

.post-author {
	position: absolute;
	top: 70px;
	font-size: 12px;
	line-height: 18px;
	border-right: 4px solid #fff;
}

.thumb-link {
	position: absolute;
	display: block;
	height: 68px;
	width: 324px;
	padding: 40px 0 0 0;
	border-bottom: 4px solid #ddd;
/* 	border-top: 4px solid #fff; */
}

.thumb-link:hover {
	border-bottom: 4px solid #FFF889;
/* 	border-top: 4px solid #B289FF; */

	background: url(/_images/pic-overlay.png) no-repeat;
}

.picbox a:link, .picbox a:visited {
	color: #666;
}

.thumb-link span {
	border: 4px solid #fff;
}

.inner-content {
	width: 100%;
	padding: 8px 166px 24px 0;
	border-top: 3px solid #eee;
	border-bottom: 1px dashed #797979;
	margin-bottom: 16px;
}

.inner-content p a { padding:2px;color: #333; border-bottom: 1px dotted #666;}
.inner-content p a:hover { color: #000; background-color: #fcf; border-bottom: 1px solid #666;}
