body {
	margin: 0;
	background: url('/images/background.jpg') repeat;
}

#main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#ie6warning {
	width: 832px;
	margin: 0 auto;
	font: 18px Tahoma, Georgia, Arial;
	text-align: center;
}

#header {
	width: 832px;
	height: 187px;
	margin: 0 auto;
}

#header img {
	border: 0;
}

	#header .left {
		float: left;
		width: 393px;
		height: 187px;
	}
	
	#header .right {
		float: right;
		width: 403px;
		height: 187px;
	}

#content {
	width: 843px;
	margin: 0 auto;
	overflow: hidden;
}

#displayarea {
	width: 843px;
	margin: 0 auto;
	overflow: auto;
	min-height: 400px;
	background: url('/images/content_bg.png') repeat-y;
}
	
	/* Left Side, includes feed buttons and links                  */
	/* ------------------------------------------------------------------ */
	#cont_left, #disp_left {
		width: 242px;
		float: left;
	}
	
		#cont_left .feeds {
			width: 180px;
			height: 41px;
			background: url('/images/bg_leftbar_top.png') no-repeat;
			padding: 17px 26px 11px 36px;
		}
		
		#cont_left .feeds img {
			margin-right: 4px;
			border: 0;
		}
		
		#disp_left .main {
			width: 242px;
			background: url('/images/bg_leftbar_main.png') repeat-y;
			overflow: auto;
		}
		
		#disp_left .main_end {
			width: 242px;
			height: 14px;
			background: url('/images/bg_leftbar_bottom.png') no-repeat;
		}
		
		#disp_left .white_filler {
			width: 242px;
			background: url('/images/bg_leftbar_filler.png') repeat-y;
		}
		
		#disp_left .newsletter {
			width: 222px;
			padding: 10px 0 10px 19px;
		}
		
			#disp_left .newsletter input.email {
				border-top: 1px solid #6f9a66;
				border-left: 1px solid #a3cd9a;
				border-bottom: 0 none;
				border-right: 1px solid #5d9f4f;
				background-color: #bde8b4;
				padding: 5px;
				color: #558f48;
				font: 14px Tahoma, Georgia, Arial;
				margin: 0 0 10px 0;
			}
			
			#disp_left .newsletter select {
				border-top: 1px solid #5d9f4f;
				border-left: 0 none;
				border-bottom: 1px solid #5d9f4f;
				border-right: 1px solid #46773c;
				background: url('/images/dropdown_background.png');
				padding: 5px 3px 3px 4px;
				position: relative;
				left: -5px;
				color: #fff;
			}
			
			#disp_left .newsletter .nojunk {
				width: 88px;
				height: 31px;
				vertical-align: bottom;
				margin-left: 5px;
			}
			
			#disp_left .newsletter .signup {
				border: 0;
				cursor: pointer;
			}
		
		#disp_left .buttons {
			width: 233px;
			padding-left: 8px;
		}
		
		#disp_left .buttons img {
			cursor: pointer;
			border: 0;
		}
		
		#links, #upcomingshows {
			width: 218px;
			padding-left: 15px;
			display: none;
		}
		
		#upcomingshows {
			padding: 5px 0 5px 15px;
		}
		
		#links a, #upcomingshows a {
			font: 13px Tahoma, Georgia, Times New Roman, serif;
			color: #c8ffbc;
			text-decoration: none;
			display: block;
			margin: 10px 0;
		}
			
			
		#upcomingshows .upcoming {
			clear: both;
			height: 50px;
		}
			
			#upcomingshows .calendar {
					float: left;
					width: 45px;
				}
				
				#upcomingshows .calendar .cal {
					width: 42px;
					height: 43px;
					background: url('/images/calendar_icon.png') no-repeat;
					text-align: center;
				}
				
				#upcomingshows .calendar .cal span {
					font: 9px Verdana;
					color: #fff;
					font-weight: bold;
					position: relative;
					top: -2px;
				}
				
				#upcomingshows .calendar .cal p {
					font: 20px Arial;
					color: #333333;
					font-weight: bolder;
					margin: 0;
					position: relative;
					top: -3px;
				}
				
				#upcomingshows .upcoming .right {
					width: 151px;
					font: 10px Tahoma, Georgia, Times New Roman, serif;
					float: right;
					padding-right: 10px;
					margin-top: 1px;
					color: #262626;
				}
	
	/* Right Side, includes menu bar and main display area */
	/* ------------------------------------------------------------------ */
	#cont_right, #disp_right {
		width: 601px;
		float: right;
	}
	
		#cont_right .menubar {
			width: 591px;
			height: 39px;
			padding-top: 30px;
			padding-left: 10px;
			background: url('/images/bg_menubar.png') no-repeat;
			font-family: Tahoma, Georgia, Arial, serif;
			font-size: 18px;
		}
		
		#cont_right .menubar ul {
			position: absolute;
			z-index: 999;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		#cont_right .menubar li {
			float: left;
			position: relative;
			height: 39px;
			width: 4.5em;
			text-align: center;
		} 
		
		#cont_right .menubar li.current {
			background: url('/images/menu/arrow.png') no-repeat bottom;
		}
		
		#cont_right .menubar a {
			color: #77bfc5;
			text-decoration: none;
		}
		
		#cont_right .menubar a:hover, #cont_right .menubar a.current {
			color: #3a8389;
			font-weight: bold;
		}
		
		#disp_right .main {
			width: 540px;
			padding: 25px;
			overflow: auto;
		}
		
			#disp_right .main h3 {
				font-family: Tahoma, Georgia, Arial, serif;
				font-size: 18px;
				color: #8e70ab;
				padding: 0;
				margin: 0;
			}

			#disp_right .main a span {
				color: #3A8389 !important;
			}
			
			#disp_right .main p {
				font-family: Tahoma, Georgia, Arial, serif;
				color: #262626;
				font-size: 14px;
			}
			
			#disp_right .main a, #disp_right .main a:visited {
				color: #3A8389;
				font-weight: bold;
				text-decoration: none;
			}
			
			#disp_right .main .tweetbox {
				width: 535px;
				margin-top: 5px;
				margin-bottom: 30px;
			}
			
				#disp_right .main .tweetbox .top {
					width: 535px;
					height: 26px;
					background: url('/images/tweetbox_top.png') no-repeat;
				}
				
				#disp_right .main .tweetbox .content {
					font: 14px Tahoma, Georgia, Times New Roman, Times, serif;
					color: #333333;
					border-left: 5px solid #c5c8da;
					border-right: 5px solid #c5c8da;
					background-color: #cfecef;
					padding: 5px 13px;
					line-height: 20px;
				}
				
				#disp_right .main .tweetbox .content a, #disp_right .main .tweetbox .content a:visited {
					text-decoration: none;
					color: #333333;
					font-weight: normal;
				}
				
				#disp_right .main .tweetbox .bottom {
					width: 535px;
					height: 12px;
					background: url('/images/tweetbox_bottom.png') no-repeat;
				}
			
			#disp_right .main .videobox {
				width: 535px;
				margin-top: 8px;
				margin-bottom: 15px;
			}
			
				#disp_right .main .videobox .top {
					width: 535px;
					height: 9px;
					background: url('/images/videobox_top.png') no-repeat;
				}
				
				#disp_right .main .videobox .content {
					border-left: 9px solid #aab0da;
					border-right: 9px solid #aab0da;
					text-align: center;
					background-color: #aab0da;
				}
				
				#disp_right .main .videobox img {
					border: 0;
				}
				
				#disp_right .main .videobox .bottom {
					width: 535px;
					height: 5px;
					background: url('/images/videobox_bottom.png') no-repeat;
				}
			
			#disp_right .main .upcoming {
				width: 535px;
				margin-top: 13px;
				overflow: auto;
			}
			
				#disp_right .main .upcoming .calendar {
					float: left;
					width: 45px;
				}
				
				#disp_right .main .upcoming .calendar .cal {
					width: 42px;
					height: 43px;
					background: url('/images/calendar_icon.png') no-repeat;
					text-align: center;
				}
				
				#disp_right .main .upcoming .calendar .cal span {
					font: 9px Verdana;
					color: #fff;
					font-weight: bold;
					position: relative;
					top: -2px;
				}
				
				#disp_right .main .upcoming .calendar .cal p {
					font: 20px Arial;
					color: #333333;
					font-weight: bolder;
					margin: 0;
					position: relative;
					top: -3px;
				}
				
				#disp_right .main .upcoming .textblock {
					float: right;
					width: 477px;
				}
				
				#disp_right .main .upcoming img {
					float: left;
					position: relative;
					top: 14px;
					left: 3px;
				}
				
				#disp_right .main .upcoming .textblock  .top {
					width: 477px;
					height: 10px;
					background: url('/images/upcoming_top.png') no-repeat;
				}
				
				#disp_right .main .upcoming .textblock  .content {
					font: 14px Tahoma, Georgia, Times New Roman, Times, serif;
					color: #333333;
					border-left: 5px solid #c5c8da;
					border-right: 5px solid #c5c8da;
					background-color: #cfecef;
					padding: 5px 13px;
					line-height: 20px;
				}
				
				#disp_right .main .upcoming .textblock  .content a {
					color: #3A8389;
					font-weight: bold;
					text-decoration: none;
				}
				
				#disp_right .main .upcoming .textblock  .bottom {
					width: 477px;
					height: 10px;
					background: url('/images/upcoming_bottom.png') no-repeat;
				}
				
				#disp_right .main .doodle {
					width: 230px;
					height: 280px;
					padding: 10px;
					float: left;
					border: 2px solid #e7e7e7;
					margin: 10px 8px 0 8px;
					line-height: 270px;
				}
				
				#disp_right .main .doodle:hover {
					border: 2px solid #cdcdcd;
				}
				
				#disp_right .main .doodle img {
					border: 0;
					vertical-align: middle;
				}
				
				#disp_right .main .video {
					width: 230px;
					height: 172px;
					padding: 10px;
					float: left;
					border: 2px solid #e7e7e7;
					margin: 10px 8px 0 8px;
					line-height: 162px;
				}
				
				#disp_right .main .video:hover {
					border: 2px solid #cdcdcd;
				}
				
				#disp_right .main .video img {
					border: 0;
					vertical-align: middle;
				}
				
#footer {
	width: 843px;
	height: 34px;
	padding: 15px 0;
	margin: 0 auto;
	clear: both;
	background: url('/images/footer.png') no-repeat;
	color: #fff;
	font: 15px Tahoma, Georgia, Times New Roman, serif;
}

	#footer div.l {
		width: 350px;
		float: left;
		padding-left: 25px;
	}
	
	#footer div.l a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer div.r {
		width: 350px;
		padding-right: 30px;
		float: right;
		text-align: right;
	}

