* { 
	margin: 0; padding: 0; 
	}

/* Vertical Centering Hack courtesy of ex animo <http://exanimo.com/css/vertical-centering-with-a-floated-shim/> */	
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		}
	
	div#shim {
		visibility: hidden;
		width: 100%;
		height: 50%;		/* Bump div#wrapper down half the height of the screen. */
		margin-top: -250px;	/* Half the height of div#wrapper. */
		float: left;
	}


	
body {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	background: #bcbcbc;
	background: #fff;
	color: #333;
	}
	
a {
	color: #AEB57F;
	text-decoration: none;
	}
	
#header select {
	list-style: none;
	text-align: center;
	margin: 20px 0;
	}
	
a:hover {
	background: #333;
	color: #fff;
	}
	
#footer a {
	color: #707070;
	}

#footer a:hover {
	background: #B1B02F;
	color: #fff;
	}

/* The container wrapper */	
#wrapper {
	width: 936px;
	height: 450px;
	margin: 0 auto;
	text-align: left;
	margin-top: 40px;
	position: relative;
    clear: both;
    }

	/* Container for header and description */		
	#header {
		text-align: center;
		position; absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 210px;
		height: 380px;
		border-right: 20px solid #efefef;
		border-right: 0 solid #ccc;

		padding-top: 70px;
		background: #fff;
		}
	
	#header h1 {
		text-indent: -9999px;
		background: #fff url(http://sisterschurch.com/sermons/loudblog/custom/templates/scc/header.png) no-repeat 50% 50%;
		height: 91px;
		}
		
	#header p {
			
	}
	
	/* Container for all postings */
	#content {
		position: absolute;
		width: 706px;
		height: 450px;
		top: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		background: #fff;
		border: 1px solid #ccc;
		}
		
		/* Container for individual postings */	
		.posting {
			margin: 20px 0;
			min-height: 75px;
			}

		/* Post title */	
		.posting h2 {
			}	

		/* Post description */	
		.posting .box {
			margin-left: 260px;
			}
			
		.posting .box .description p {
			font-style: italic;
			}

		/* Post audio player */	
		.posting .audiobox {
			width: 240px;
			float: left;
			text-align: center;
			}
			
		/* Divider for posts */
		hr {
			clear: both;
			width: 300px;
			margin: 10px auto;
			}
			
	/* Container for footer */
	#footer {
		font-size: 12px;
		color: #707070;
		margin: 10px 0;
		text-align: center;
		}