#primary
{
	width: 750px;
	margin: auto;
	padding-top: 1em;
}
#contact
{
	text-align: right;
}
address
{
	font-style: normal;
	font-size: 1.1em;
}
h1
{
	margin-bottom: 0;
}
h2
{
	font-weight: bold;
	text-align: center;
}
body
{
  font-size: 85%;
}
#work dl
{
	margin-left: 3em;
	margin-right: 3em;
}

#article
{
	column-count: 3;
	column-gap: 8px;
	column-rule: 1px dotted #383838;
	
	-webkit-column-count: 3;
	-webkit-column-gap: 32px;
	-webkit-column-rule: 1px dotted #383838;
	
	-moz-column-count: 3;
	-moz-column-gap: 8px;
	-moz-column-rule: 1px dotted #383838;
	
	text-align: justify;
}
#articlephoto img
{
	border-width: 3px;
	border-style: double;
}
#articlephoto
{
	text-align: center;
	margin-bottom: 2em;
}
.dropcap
{
	float:left;
	color:#888888;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	margin-right: 4px;
}
