@charset "UTF-8";


#mainContentContainer {
	position: relative;
	width: 950px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px;
	background-image: none;
}

.blogEntry {
	padding-top: 0px;
	margin-top: 0px;
}

#homePageContainer {
	background-image: url(../convergence/presentationPaperBG.jpg);
	background-repeat: repeat-y;
	width: 922px;
	margin-left: 10px;
	padding: 12px;
}

.head {
	font-size: 18px;
	font-weight: bold;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}
#homePageContainer a {
	display: block;
}
