div#mainPane {
	background: url(/_images/bg.gif);
}

div#topleftbox {
	background-color: #3F689F;
	width: 290px;
	height: 245px;
	margin: 0;
	border-right: 1px solid #B2B2B2;
	float: left;
}

div#topleftbox h2 {
	font-size: 120%;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	background-color: #235393;
	height: 27px;
	border-bottom: 1px solid #788EAD;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 7px;	
}

div#topleftbox p {
	padding-left: 60px;
	width: 200px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}

div#topleftbox p#introduction {
	background-image: url(/_images/icons/signpost.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	border-bottom: 2px dotted #CCFFFF;
}

div#topleftbox p#createpodcast {
	padding-top: 20px;
	background-image: url(/_images/icons/loudspeaker.gif);
	background-position: 0 25px;	
	background-repeat: no-repeat;
}

div#topleftbox a {
	font-weight: normal;
	font-size: 110%;
	color: #C7D8EF;
	text-decoration: none;
}

div#toprightbox {
	float: right;
	margin: 0;
	width: 292px;
	height: 245px;
	background-image: url(/_images/home/nodisc.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;			
	background-color: #000000;
}

div#bottompane {
	background-color: #000000/*#000033*/;
	float: left; 
	width: 584px;
	border-top: 1px solid #B2B2B2;
	padding-bottom: 15px;
}

div#bottompane h2 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
	padding-top: 20px;
	padding-left: 10px;
}

div#bottompane h3 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 105%;
	padding: 0 0 0 0;
	margin-left: 30px;
}

div#bottompane div#published {
	float: left;
	width: 50%;

}

div#bottompane div#unpublished {
	float: right;
	width: 50%;
}


div#bottompane ul li {
	padding-left: 25px;
	padding-bottom: 20px;
	list-style: none;
	background-repeat: no-repeat;
}

div#bottompane p {
	padding-left: 35px;
	padding-right: 25px;	
}

div#bottompane ul#publishedlist li {
	background-image: url(/_images/icons/arrow_green.gif);
	background-position: 0 1px;
}

div#bottompane ul#unpublishedlist li {
	background-image: url(/_images/icons/arrow_red.gif);
	background-position: 0 1px;
}