body {
	background: url(../images/dths/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #333;
	font: 76%/1.5em  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

a, a:link, a:visited  {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	background: #fff;
	border-top: 3px solid #000;
	margin: 32px 8px 16px 8px;
	min-width: 700px;
	max-width: 1000px;
	position: relative;
	width: expression(document.body.clientWidth > 1000? "980px": "auto" );  /*IE Max Width*/
	text-align: left;
}

#access {
	background: url(../images/dths/mast.jpg) no-repeat;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	clear: both;
	float: left;
	padding-top: 180px;
	width: 100%;
}

#blog-description {
	float: right;
	padding-top: 6px;
	text-align: right;
	width: 49%;
}

#blog-title {
	float: left;
	margin: 5px 0 8px 0;
	padding-bottom: 4px;
	width: 49%;
	font-size: 2em;
}


#content {
		clear: both;
}
