body {
	text-align: center;
	}

#mainContainer {
	background: url(../img/body_bg.jpg) repeat-y #FFF;
	width: 760px;
	height: auto;
	margin: auto;
	border: solid 1px #CCCCCC;
	text-align: left;
	}

#header {
	height: 150px;
	}

#navigation {
	height: 31px;
	background: url(../img/nav_bg.jpg);
	padding-left: 50px;
	}

#contentArea {
	}

	#quote {
		background: url(../img/quote_bg.gif);
		float: left;
		width: 151px;
		margin-left: 10px;
		padding: 20px 10px 25px 10px;
		}
	
	#postContainer{
		margin: 30px auto auto 198px;
		height: auto;
		}
	
	div.post {
		background: #FFF url(../img/post_bg.jpg) no-repeat;
		width: 360px;
		padding: 25px 0 0 15px;
		}

#affiliates {
	width: 150px;
	float: right;
	}
	
/* ================================== Classes ================================== */

div.spacer {
	margin: 5px;
	}
	
div.postEndBar {
	width: 350px;
	height: 3px;
	background-color: #a3a3a3;
	}