body {
	background: #f9f8e6;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 15px 0;
	}
	
	
a { color: #0264e8; text-decoration: none; }
a:link { }
a:visited { /*color: #888888*/ }
a:hover { text-decoration: underline; }
a:active {  }
a img { border: none; }

h1 {
	font-size: 20px;
	text-align: center;
	text-shadow: #FBF69B 0px 2px 0px;
	}

div#postWrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 320px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/post_middle.jpg) repeat-y;
	}
#postWrapper div#postHeader {
	background: url(../images/post_top.jpg) no-repeat;
	padding: 25px 45px 0 45px;
	}
#postWrapper div#postBody {
	position: relative;
	background: url(../images/post_bottom.jpg) bottom no-repeat;
	min-height: 136px;
	padding: 20px 45px 35px 45px;
	font-size: 15px;
	text-align: center;
	}
	
	a#playrecording {
		display: block;
		margin: 4px auto;
		padding: 10px 0 10px 28px;
		width: 7em;
		max-width: 220px;
		text-align: left;
		background: url(../images/playicon.gif) left no-repeat;
		}

		
	a#download {
		display: block;
		margin: 4px auto 0 auto;
		padding: 2px 0 0 28px;
		width: 4.2em;
		max-width: 220px;
		text-align: left;
		background: url(../images/downloadicon.gif) left center no-repeat;
		}
	div#dlcaption {
		position: relative;
		top: -1.2em;
		font-size: 10px;
		color: #656440;
		margin: 0 auto;
		padding: 0;
		width: auto;
		}
		
#postWrapper div#postFooter {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	}
	a#helpLink {
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
		width: 18px;
		height: 18px;
		right: 27px;
		bottom: -1px;
		}
	a#bookmark {
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
		width: 18px;
		height: 18px;
		left: 27px;
		bottom: 0px;
		}





div#transcription {
	background: white;
	border: 5px #c1c0b2 solid;
	width: 50%;
	min-width: 233px;
	padding: 15px;
	margin: 0 auto 20px auto;
	font-size: 14px;
	line-height: 1.3;
	}
	#transcription #credit {
		text-align: right;
		font-size: 11px;
		}




div#pageFooter {
	position: relative;
	width: 280px;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 11px;
	}
	
	
	div#thanks, div#itunes {
		position: absolute;
		}
		div#thanks {
			top: 0;
			left: 28px;
			width: 45%;
			}
		div#itunes {
			top: 0;
			left: 164px;
			width: 35%;
			}


		#thanks img, #itunes img {
			float: left;
			position: relative;
			top: -6px;
			}
