#section-title {
	font-size: 300%;
	font-weight: bold;
	margin-right: 12px;
	padding-bottom: 3px;
	float: right;
}



/* ----------------------------------------- #PAGE  */

#page-shadow-top {
	width: 858px;
	height: 12px;
	background-color: transparent;
	background-image: url(images/page-shadow-top.png);
	clear: right;
}

#page-shadow {
	width: 858px;
	background-image: url(images/page-shadow-sides.png);
	border: none;
}

#page-shadow-bottom {
	width: 858px;
	height: 21px;
	background-color: transparent;
	background-image: url(images/page-shadow-bottom.png);
}

#page {
	width: 824px;
	padding: 12px;
	margin-left: 5px;
}



/* ----------------------------------------- #PAGE-CONTENT */


#page-content {
	width: 586px;
	padding: 12px;
	padding-top: 0px;
}

#page-content h1 {
	margin-top: 0px;
}

#page-weight {
	width: 555px;
	clear: both;
}

#client-description {
	margin-left: 12px;
	margin-bottom: 24px;
}

#client-image {
	float: left;
	border: 1px solid #306c80;
	margin-right: 12px;
}

#client-description h2 {
	line-height: 1.5em;
	padding-right: 24px;
	margin-left: 89px;
}

#client-description p {
	margin-left: 89px;
}

.episode {
	clear: left;
	margin-left: 12px;
}

.episode h3 {
	font-weight: bold;
	padding-top: 36px;
	width: 586px;
}

.episode-book-container {
	margin-left: 24px;
	margin-top: 24px;
}

.episode-book {
	width: 237px;
	height: 137px;
	border: 1px solid #d8d8d8;
	background-image: url(images/transparent50.png);
	background-repeat: repeat;
	padding: 12px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.episode-image {
	float: left;
	width: 84px;
	height: 125px;
	background-image: url(images/book-shadow.png);
	background-repeat: no-repeat;
	padding-left: 4px;
}

.episode-image a:hover {
	background-color: transparent;	
}
.episode-title {
	height: 77px;
	margin-top: 6px;
	margin-left: 92px;
	line-height: 1.25em;
}

.episode-links {
	margin-left: 92px;
	padding-top: 6px;
 	border-top: 1px dotted #cccccc;
	line-height: 1.5em;
}




/* ----------------------------------------- #PAGE-NAV  */

#page-nav {
	width: 225px;
	float: right;
}

#page-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	line-height: 26px;
}

#page-nav ul li {
	font-size: 100%;
	font-weight: bold;
	padding-left: 25px;
}

#page-nav a {
	text-decoration: none;
}

#page-nav a:hover {
	color: #306c80;
	background-color: transparent;
}

#client-select {
	background-image: url(images/subnav-bg.png);
	color: white;
	padding-left: 25px;
}

#client-select a {
	color: white;
}



