body {
	margin:				0;
	padding:			0;

	font-family:		Trebuchet MS;

	font-size:			8pt;

	background-color:	#380606;
}

a {
	color:				white;

	text-decoration:	none;
}

.HR {
	width:				300px;
	height:				1px;

	background-image:	url("./gfx/hr.png");
	background-repeat:	no-repeat;
}

.Body_Top {
	width:				1020px;
	height:				266px;

	background-image:	url("./gfx/body_top.jpg");
	background-repeat:	no-repeat;
}

.Body_Bottom {
	width:				1020px;
	height:				207px;

	background-image:	url("./gfx/body_bottom.jpg");
	background-repeat:	no-repeat;

	overflow:			hidden;
}

.Body_Side_Top {
	width:				100%;
	height:				266px;

	background-image:	url("./gfx/body_side_top.jpg");

	overflow:			hidden;
}

.Body_Side_Bottom {
	width:				100%;
	height:				207px;

	background-image:	url("./gfx/body_side_bottom.jpg");

	overflow:			hidden;
}

.Body_Content {
	padding:			5px;

	color:				white;

	font-size:			10pt;
}

.Banner_Wrapper {
	width:				583px;
	height:				388px;

	position:			relative;
}

.Banner_Container {
	width:				583px;
	height:				388px;

	left:				0px;

	position:			absolute;
}

.Banner_Container_Number {
	width:				21px;
	height:				21px;

	background-color:	gray;
	color:				white;

	font-size:			10pt;

	line-height:		21px;

	font-weight:		bold;

	text-align:			center;

	position:			absolute;

	z-index:			100;

	cursor:				pointer;

	opacity:			0.4;
	filter:				alpha(opacity=40);
}

.Banner_Container_Number_Active {
	width:				21px;
	height:				21px;

	background-color:	gray;
	color:				white;

	font-size:			10pt;

	line-height:		21px;

	font-weight:		bold;

	text-align:			center;

	position:			absolute;

	z-index:			100;

	cursor:				pointer;

	opacity:			0.6;
	filter:				alpha(opacity=60);
}

.Banner_Side {
	width:				243px;
	height:				189px;
}

.PageHeader { 
	font-size:			32px;

	color:				#A61010;
}

.Sermon_Table {
	font-size:			10pt;

	color:				white;

	width:				833px;
}

.Sermon_Table_Header { 
	background-image:	url("./gfx/sermon_table_header.png");
	background-repeat:	no-repeat;

	width:				833px;
	height:				25px;
}

.Sermon_Icon_Download {
	width:				80px;
	height:				56px;

	background-image:	url("./gfx/sermon_icon_download.png");
	background-repeat:	no-repeat;
	background-position:  center center;

	cursor:				pointer;
}

.Sermon_Icon_Play {
	width:				100px;
	height:				51px;

	background-image:	url("./gfx/sermon_icon_play.png");
	background-repeat:	no-repeat;
	background-position:  center center;

	cursor:				pointer;
}

.RSS {
	width:				74px;
	height:				20px;

	background-image:	url("./gfx/rss.png");
	background-repeat:	no-repeat;

	cursor:				pointer;
}

.Footer_Header {
	color:				#A61010;

	font-weight:		bold;
}
