		html {
			height: 100%;
			width: 100%;
			margin-bottom: 1px; }

/*--------Main Elements--------*/
body {
	margin: 0;
	padding: 0;
	background: #f4f6f6 url('img/back.gif') repeat-x top;
	font: 11px Tahoma, Arial, Verdana;
	line-height: 1.5;
}

p {
	margin: 10px 20px 10px 30px;
}

img {
	border: 0;
}

a {
	color: black;
}


h2 {
	margin: 30px 30px 0px 30px;
	font-size: 1.3em;
}

.date {
	margin: 0px 20px 10px 30px;
	display: block;
}

.date span {
	color: #7A7A7A;
}

/*--------Structure--------*/

#container {
	width: 794px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 794px;
	height: 178px;
	background: url('img/top_back.gif') no-repeat center top;
	position: relative;
	display: block;
}
	#header .home a {
		display: block;
		position: absolute;
		top: 10px;
		width: 140px;
		height: 140px;
		left: 325px;
	}

#title {
	position: absolute;
	top: 115px;
	left: 30px;
}

#content {
	width: 794px;
	background: url('img/center_back.gif') repeat-y center;
	display: block;
	float: left;
}

#content2 {
	width: 794px;
	background: url('img/content_back.gif') repeat-y center;
	display: block;
	float: left;
}

#content3 {
	width: 794px;
	background: url('img/center_back2.gif') repeat-y center;
	display: block;
	float: left;
}

			#content3 #left_c {
				float: left;
				width: 42px;
				
			}
			
			#content3 #right_c {
				float: left;
				width: 734px;
				background: url('img/right_back2.gif') no-repeat left top;
			}


#bottom {
	clear: both;
	width: 794px;
	height: 23px;
	background: url('img/bottom_back.gif') no-repeat center top;
}

#left_c {
	float: left;
	width: 187px;
}

#right_c {
	float: left;
	width: 588px;
	background: url('img/right_back.gif') no-repeat left top;
}

#footer {
	clear: both;
	width: 794px;
	height: 120px;
	text-align: center;
	position: relative;
}

		#footer p {
			position: absolute;
			top: 80px;
			left: 0px;
			line-height: 20px;
			vertical-align: -8px;
		}
		
		#footer p.al_right {
			left: 610px;
			
		}

		#footer p.al_right img{
			vertical-align: -8px;
		}

/*--------Navigation--------*/

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 70px;
	left: 50px;
	text-align: center;
	width: 720px;
	position: absolute;
}

		#nav li {
			text-align: center;
			float: left;
			margin: 0 15px;
			padding: 0;
			
		}
		
		#nav li a:hover {
			background: url(img/underline.gif) repeat-x 2px 13px;
		}

		#nav li a:hover img {
			background: url(img/underline.gif) repeat-x 2px 13px;
		}
		
		#nav li.right {
			float: right;
		}

		#nav li.right_sel {
			float: right;
		}

		#nav li a img.selected {
			background: url(img/underline.gif) repeat-x 2px 13px;
		}

#left_nav {
	list-style: none;
	margin: 10px 10px 10px 20px;
	padding: 0;
	line-height: 1.3;
	font-size: 0.9em;
}

		#left_nav li {
			color: #797c2a;
			padding: 0 0 10px 10px;
		}
		
		#left_nav li a {
			color: #797c2a;
			text-decoration: underline;
			font-size: 1.2em;
		}
		
		#left_nav li a:hover {
			color: black;
		}
		
		#left_nav li.selected {
			background: url('img/arrow.gif') no-repeat 1px 7px;
		}
		
		#left_nav li.selected a {
			color: black;
		}

/*-------Classes--------*/

.podcast {
	position: absolute;
	top: 16px;
	right: 10px;
	display: none;
	visibility: hidden;
}


#prog_table {
	margin: 70px 50px 20px 80px;
	width: 580px;
	border-collapse: collapse;
}

		#prog_table thead th {
			border: 1px solid #ABAB2E;
			height: 50px;
			background-color: #E8F0D2;
			color: #6C6C21;
			font-size: 1.6em;
			font-weight: normal;
		}
		
		#prog_table td.first_col {
			width: 100px;
		}
		
		#prog_table td.sec_col {
			width: 400px;
		}
		

#prog_table td {
	border: 1px solid #ABAB2E;
	padding: 5px 10px;
}

#prog_table td.alt {
	background-color: #F1F1EE;
}

#thumbs {
	margin: 20px 10px 20px 30px;
	padding: 0;
	list-style: none;
	display: block;
	height: 340px;
}

#thumbs li img {
	padding: 1px;
	border: 1px solid #ABAB2E;
}

#thumbs li {
	list-style: none;
	float: left;
	margin: 4px;
}
