/* 	PAGE DIV STYLES AND ASSOCIATED TEXT FORMATTING	*/

#outerwrapper	{
	position: relative;
/*	background-color: #9AB8D7;*/
	text-align: left;		/* overrides centering for text */
	width: 790px;			/* sets width for 800x600 design size */
	margin-top: 10px;
	margin: auto;
}

#innerwrapper	{
	background: #fff url(../images/lighthouse.jpg) left;
	background-position: top left; 
	background-repeat: no-repeat;
}

#topnav	{
	zoom: 1;
}

#topnav p	{
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: 140px;
	font-weight: bold;
}

#topnav img	{
	margin-left: 131px;
}

#content, #episode_content	{
	margin-left: 140px;
	zoom: 1;
}

	#content p, #episode_content p	{
		padding-bottom: 1em;
	}

	#episode_content h1	{
		clear: both;
		padding-top: 10px;
	}
	
	#episode_content p	{
		padding-top: 5px;
	}
	
#site_intro	{
	width: 650px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}

#splashlinks {
	background-position: center;
	border-bottom: #CCCCCC 1px solid;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-bottom: 15px;
}

#footerlinks {
	padding: 0;
	font-weight: bold;
	padding-bottom: 15px;
	zoom: 1;
}

#footerlinks p	{
	border-top: #CCCCCC 1px solid;
	margin-left: 140px;
	padding-top: 15px;
}

#sponsors {
	left: 0px;
	top: 15px;
	right: 0px;
	bottom: 15px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sponsors img	{
	padding: 5px;
}

#siteInfo	{
	clear: both;
	font-size: 0.8em;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#schedule	{
	float: right;
	width: 195px;
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: 5px;
}

#set1, #set2, #set3, #set4	{
	clear: both;
}

#set1 img, #set2 img, #set3 img, #set4 img	{
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}