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');
}

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

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

.quick_links_box {
	width: 239px;
	margin: -3px 0 30px 7px;
	padding: 0 13px 10px;
}

.quick_links_box a {
	display: block;
	width: 239px;
	margin-top: 12px;
}

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

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

.schedule ul {
	padding-bottom: 0;
}

#main_content_middle .schedule li {
	margin-left: 0;
}

.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');
}

.waynes_travel_schedule_link {
	width: 144px;
	background: url(../images/buttons/view_full_schedule.png) no-repeat;
}

* html .waynes_travel_schedule_link {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/buttons/view_full_schedule.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;
}

#welcome_extra {
	overflow: hidden;
}

#lifestream_news,
#current_blog,
#current_podcast {
	overflow: hidden;
}

* html #lifestream_news,
* html #current_blog,
* html #current_podcast {
	height: 1%;
}

.lifestream_news,
.current_blog,
.current_podcast {
	border-bottom: 1px solid #30549A;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

.lifestream_news {
	background: url(../images/headers/lifestream_news.gif) no-repeat;
}

.current_blog {
	background: url(../images/headers/current_blog.gif) no-repeat;
}

.current_podcast {
	background: url(../images/headers/current_podcast.gif) no-repeat;
}

.read_more {
	color: #30549A;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	position: relative;
	margin-top: -10px;
}

.schedule span {
	font-weight: bold;
}
