h1 {
	background: url(../images/titles/welcome_to_life_stream.gif) no-repeat;
}

.wayne {
	float: left;
	margin: -1px 15px 0 -5px;
}

* html .wayne {
		position: relative; /* IE6 fix so left shadow shows up */
}

#right_column {
	width: 275px;
	float: right;
}

* html #right_column {
	position: relative; /* Need this for IE6 so image replacement headers line up correctly */
}

.email_notifications {
	background: url(../images/headers/email_notifications.png) no-repeat;
}

* html .email_notifications {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/headers/email_notifications.png');
}

.waynes_blog {
	background: url(../images/headers/blog_podcast_slammed.png) no-repeat;
}

* html .waynes_blog {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/headers/blog_podcast_slammed.png');
}

.bodylife {
	background: url(../images/headers/bodylife_slammed.png) no-repeat;
}

* html .bodylife {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/headers/bodylife_slammed.png');
}

.latest_news {
	background: url(../images/headers/latest_news_slammed.png) no-repeat;
}

* html .latest_news {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/headers/latest_news_slammed.png');
}

.blue_box {
	width: 237px;
}

.email_notifications_link {
	width: 210px;
	background: url(../images/buttons/sign_up_for_email_notifications.png) no-repeat;
}

* html .email_notifications_link {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/buttons/sign_up_for_email_notifications.png');
}

.read_my_blog {
	width: 114px;
	background: url(../images/buttons/read_my_blog_slammed.png) no-repeat;
}

* html .read_my_blog {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/buttons/read_my_blog_slammed.png');
}

.listen_to_my_podcast {
	width: 157px;
	background: url(../images/buttons/listen_to_my_podcast_slammed.png) no-repeat;
}

* html .listen_to_my_podcast {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/buttons/listen_to_my_podcast_slammed.png');
}

.read_more_news {
	width: 130px;
	background: url(../images/buttons/read_more_news_slammed.png) no-repeat;
}

* html .read_more_news {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/buttons/read_more_news_slammed.png');
}

#quick_links {
	padding-left: 17px;
	margin-top: -5px;
}

#quick_links h2 {
	height: 18px;
	text-indent: -9999px;
	background: url(../images/titles/quick_links.gif) no-repeat;
	margin: 0 0 10px -13px;
}

#quick_links a {
	margin: 5px 10px;
	display: block;
	float: left;
}

#left_column {
	width: 520px;
}