body {
	background: url(../images/bg_tile.gif) repeat center top;
	margin: 0;
	color: #FFF;
	line-height: 1.3em;
}
a {
	color:#97f889;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #bbe1f2;
	margin-bottom: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto 20px;
	overflow: hidden;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat center top;
	float: left;
	height: 311px;
	width: 1000px;
}
#header #text {
	font-size: 22px;
	color: #97f889;
	text-align: right;
	float: left;
	height: 27px;
	width: 960px;
	padding: 37px 20px 0;
}
#header img.home_link {
	float: left;
	margin: 0 0 0 20px;
	height: 130px;
	width: 400px;
}
.nav {
	background: url(../images/nav_bg.gif) no-repeat center top;
	float: left;
	height: 42px;
	width: 950px;
	padding: 0 20px 0 30px;
}
#page_container {
	background: url(../images/page_bg.gif) repeat-y center top;
	float: left;
	width: 960px;
	padding: 0 20px 20px;
}
.container_12 {
	background: url(../images/page_top.jpg) repeat-x center top;
	padding: 30px 0 7px;
}
#footer {
	background: url(../images/footer_bg.jpg) no-repeat center -45px;
	float: left;
	height: 57px;
	width: 960px;
	padding: 26px 20px 0;
	text-align: center;
	font-size: 12px;
}
#playlist { /* NOTE: changed in ie-styles.css */
	float: left;
	width: 220px;
	margin: 50px 0 0 40px;
}

img.top {
	margin: 20px 0;
}

/* BIO PIC SLICES */
#bio_pic1 {
	float: right;
	margin: 34px -20px 0 0;
	background: url(../images/Brian-at-the-decks.jpg) no-repeat right top;
	height:55px;
	width: 230px;
}
#bio_pic2 {
	float: right;
	clear: right;
	margin: 0 -20px 0 0;
	background: url(../images/Brian-at-the-decks.jpg) no-repeat right -55px;
	height:110px;
	width: 300px;
}
#bio_pic3 {
	float: right;
	clear: right;
	margin: 0 -20px 20px 20px;
	background: url(../images/Brian-at-the-decks.jpg) no-repeat right -165px;
	height:128px;
	width: 380px;
}

/* HOME STYLES */
.home_title {
	margin: 30px 0;
}
.home_subtitle {
	border-bottom: solid 2px #fff;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

#home_pic { /* NOTE: changed in ie-styles.css */
	margin: 30px 0 -14px 30px;
}

/* PHOTO STYLES */
.gallery {
	margin: 30px 0;
}
.thumbs img {
	margin: 0 20px 16px 0;
	float: left;
}
.thumbs img.last {
	margin: 0 0 16px 0;
}
