body {
	font-family: 'Noto Serif', serif;
	font-size:11pt;
	line-height:160%;
}

h1 {
	font-family: 'Alegreya SC', serif;
	font-size: 32pt;
}

#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding: 20px;
	
}

#bottom_bar {
	width:800px;
	height:30px;
	margin-left:auto;
	margin-right:20px;
	padding-bottom:20px;
}

#social_icons {
	width:auto;
	float:right;
}

#title_div {
	height:280px;
}

#contact {
	float:left;
	width:50%;
}

#photo {
	float:right;
	width:50%;
}

#content {
	clear:both;
}

.single_content {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: gray;
	padding: 10px;
}