#masthead, #nav {
	text-align:center;
}
#masthead img {
	margin-left:auto;
	margin-right:auto;
	width:280px;
	border:none;
}
#masthead a {
	text-decoration:none;
	border:none;
}
#nav{
	margin-bottom:20px;
}
#nav ul {
	margin:0 auto;
	padding:0;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
#nav ul li {
	display: inline;
	position: relative;
	width:25%;
    margin:0;
    padding:0;
}
#nav a {
	text-align:center;
	text-decoration:none;	
	border:none;
	color:#000;
	font-weight:bold;
}
#nav a.navon {
	color:#CCB55C; /*#D29500;*/
}

div.column h4, div.columns h4{
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
}

p.cap {
	/*clear:both;*/
	font-size: .8em;
	color: #999;
	padding:8px;
}
.brdr {
	border: 1px solid #000;
}

.one-fifth.column                { width: 16.5%; }
.two-fifths.column               { width: 33%; }
/*.three-fifths.column             { width: 556px; }
.four-fifths.column              { width: 748px; }*/

div.picrow {
	display:table;
}
div.piccell {
	display: table-cell;
	vertical-align: bottom;
	text-align:center;
	overflow: hidden;
}

/* max sizes by page/type */
div.two.piccell img {
    max-height: 90px;
}
div.four.piccell img {
    /*max-height: 190px;*/
	width: 98%;
}
div.three.piccell img, div.six.piccell img {
    max-height: 240px;
}
div.one-third.piccell img {
    height: 320px;
}
div.one-half.piccell img {
    max-height: 320px;
}

.pressThumb {
	/*display:none;*/
}

#footer{
	margin-top:40px;
	font-size: .8em;
}
#footer div{
	display: inline-block;
   	float: none;
	margin-left: 0;
	vertical-align: middle;
}
#footer a{
	text-decoration:none;
	color:#000;	
}
.arr {
	color: #999;
	font-size: .7em;
}