body {
	background-color: #1e1714;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.div {
	margin-left: 0;
	padding-left: 0;
}

/* +++++++++BEGIN BLOG CODE+++++++++ */
.blog {
	background: #1e1714;
	width: 449px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
}

.blogHeader {
	background: #1e1714 url(../images/testHeader2.png) no-repeat;
	width: 412px;
	height: 96px;
}

#blogBody {
	width: 412px;
	height: 404px;
	float: right;
}

.blogEntry {
	margin-top: 2px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 375px;
	height: 75px;
	color: #FFCE61;
}

.blogEntry a {
	color: #ffae1d;
}


/* ++++BEGIN LEFT CODE++++ */
.leftPro {
	padding-right: 0px;
	padding-left: 3px;
	width: 73px;
	height: 73px;
	float: right;
}

.facebookPro {
	background: url(../images/facebookLogo1.png) no-repeat center center;
	width: 73px;
	height: 73px;
}

.convoLeftBubble {
	background-image: url(../images/convBubbleFace.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 20px;
	height: 20px;
	float: right;
}

.convoLeft {
	width: 279px;
	float: left;
}

.convoLeftTop {
	background-image: url(../images/testQuoteTop.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
	_margin-bottom: -5px;
	margin-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 276px;
	height: 7px;
}

.convoLeftBottom {
	background-image: url(../images/testQuoteBot.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	_margin-top: -4px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 276px;
	height: 7px;	
}

.leftPost {
	background: #301f1c;
	text-align: right;
	width: 276px;
	height: 33px;
	display: table;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.leftPost p {
	margin: 0;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: middle;
}

.leftPost p {   /*Hack for ie:*/
	*margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

/* +++++END LEFT CODE+++++ */

/* ++++BEGIN RIGHT CODE++++ */
.rightPro {
	padding-right: 3px;
	padding-left: 0px;
	width: 73px;
	height: 73px;
	float: left;
}

.twitterPro {
	background: url(../images/twitterLogo1.png) no-repeat center;
	width: 73px;
	height:73px;
}

.convoRightBubble {
	background-image: url(../images/convBubbleTwit.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 20px;
	height: 20px;
	float: left;
}

.convoRight {
	width: 279px;
	float: right;
}

.convoRightTop {
	background-image: url(../images/testQuoteTop.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
	margin-bottom: 0px;
	_margin-bottom: -5px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 276px;
	height: 7px;
}

.convoRightBottom {
	background-image: url(../images/testQuoteBot.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
	_margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 276px;
	height: 7px;
}

.rightPost {
	background: #301f1c;
	text-align: left;
	width: 276px;
	height: 33px;
	display: table;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.rightPost p {
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: middle;
}

.rightPost p {   /*Hack for ie:*/
	*margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}
/* +++++END RIGHT CODE+++++ */

/* ++++++++++END BLOG CODE++++++++++ */
		