#hotStuff {
	margin-top: 20px;
	width: 860px;
	height: 100%;
	margin-left: 20px;
	margin-right: 2px;
	border-bottom: 1px solid black;
	text-align: center;
	}

#hotStuffImage {
	margin-top: 10px;
	width: 400px;
	min-height: 383px;
	margin-left: 25px;
	background-image: url(/images/xFeed.jpg);
	background-repeat: no-repeat;
	float:left;
	display: inline;
	vertical-align: middle;
	}

#hotStuffText {
	width: 400px;
	margin-top: 15px;
	margin-right: 25px;
	text-align: center;
	text-indent: 15px;
	float: right;
	display: inline;
	}

#hotStuff h1 {
	font-size:20pt;
	line-height: 35px;
	font-weight: bold;
	}

#hotStuffText p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#newsContainer {
	width: 840px;
	margin: auto;
	text-align: center;
	} 

.newsItem {
	width: 260px;
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	float: left;
	display: inline;
	}

.newsItem h2 {
	font-size:14pt;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	}

.newsItem h3 {
	font-size:12pt;
	line-height: 18px;
	font-weight: normal;
	}

.newsItem p {
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	}

.newsItem .quote {
	font-style: italic;
	color: rgb(14, 14, 14);
	}

.newsItem .qo {
	background-color: rgb(242, 242, 242);
	}
