* {
	margin: 0;
	padding: 0;
}
a {
	color: #B1C554;
	text-decoration: none;
}
a:hover {
	color: #DBFF31;
	text-decoration: underline;
}
#a29link {
	padding: 3px 0 3px 20px;
	background: url(/images/a29_icon.png) center left no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;	
	font-family: Georgia, Times, serif;
	text-align: center;
}
.download {
	margin-right: 5px;
}
.download, .vimeolink, .ituneslink {
	padding-left: 20px;
	background: url(../images/download_icon.png) no-repeat center left;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
#footer {
	xfont-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;	
}
h1 {
	xmargin-bottom: 1em;
	font-family: Georgia, Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-shadow: #000 3px 3px 2px;
}
h2 {
	margin-bottom: 1em;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #B1C554;
	text-shadow: #000 2px 2px 2px;
}
hr {
	border: 0px;
	height: 1px;
	background: #B1C554;
	background: #000;
	margin: 1em 0;
}
object {
	border: 10px solid #000;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
	font-size: 13px;
	xtext-shadow: #000 1px 1px 2px;
}
.ituneslink {
		background: url(../images/podcast_icon.png) no-repeat center left;
		margin-left: 5px;
}
.vimeolink {
	background: url(../images/vimeo_icon.png) no-repeat center left;
	margin: 0 5px;
}
#welllink {
	padding: 3px 0 3px 20px;
	background: url(/images/well_icon.png) center left no-repeat;
}
#wrapper {
	width: 800px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 40px;
	background: url(../images/black_bg_70.png) repeat fixed ;
}