body {
	background-image:none;
}
* html body {
  overflow:visible;
}

#header {
	position:static;
	left:0;
	top:0;
	width:100%;
	z-index:10;

	background-image:url(../images/standard/bg_main.gif);
	background-repeat:repeat-y;
	background-position:45% 0;
}
* html #header {
	position:static;
}

#title {
	left:10px;
	position:absolute;	
}

#left {
	background-image:none;
	position: static;
	width: auto;
}
* html #left {
	position:static;
}
#leftcontent {
	height:auto;
	overflow:visible;
	margin-top:120px;
}
* html #leftcontent {
	margin-top:50px;
}

#leftcontent h3 {
	margin-left:0px;
}
#leftcontent h4 {
	margin-left:0px;
}

#leftcontent p {
	margin-left:0px;
}
#leftcontent ul, #leftcontent ol {
	margin-left:0px;
}

.audiotranscript {
	margin-top:10px;
	margin-bottom:10px;

	display:block;
}
.audiotranscript p.first b {
	display:block;
}
.audiobutton {
	display:none;
}
embed, object {
	display:none;
}

#htmlTitleIconImage {
	margin-left:0px;
}
* html #htmlTitleIconImage {
	margin-left:0px;
}
#htmlTitleIconQuote {
	margin-left:0px;
}

#right {
	position: static;
	width:100%;
	
	background-color:#fff;
	color:#000;
}
* html #right {
	position: static;
  	overflow:visible;
}

.menu #right {
	background-image:none;
}

#rightcontent {
	height:auto;
	margin-left:0px;
	margin-right:0px;
	
	color:#000;
}
#audiocontent {
	height:auto;
	margin-left:0px;
	margin-right:0px;

	color:#000;
}

#htmlCommentForm, #htmlCommentThanks, #htmlLoginForm, #htmlLoginMainError {
	display:none;
}
#rightcontent h4 {
	color:#000;
}

.audiolinkodd, .audiolinkeven {
	display:none;
}

.detaillinkodd img, .detaillinkeven img, .audiolinkodd img, .audiolinkeven img{
	border:1px solid #000;
	float:left;
}
.detaillinkodd a, .detaillinkeven a, .audiolinkodd a, .audiolinkeven a{
	color:#000;
	text-decoration:none;
}

.detaillinkeven, .audiolinkeven {
	margin-left:100px;
}
.detaillinktitle{
	float:none;
	margin-left:10px;
}

.footerlink {
	display:none;
}

.listenlink {
	display:none;
}

.smallbreak {
	clear:both;
	height: 1px;
	margin-bottom:-1px; 
	overflow: hidden;
	font-size:0;
}

.guestbookcomment {
	margin-left:0px;
}

.credit {
	display:block;
}
.credit a {
	margin-left:20px;
}