.loggedin{
	display:none;
}


#center {
	padding: 10px 10px;
	overflow: auto;
	width: 986px;
}

#center h1 {
	margin-bottom: 30px
}

#bread {
	position: absolute;
	top: 14px;
	right: 16px;
}

#l {
	width: 300px;
	padding: 20px 0 0 0;
	margin: 0;
	float: right;
	padding: 30px 0 20px 40px;
	background-color: #fff;
}

.padfix {
	padding-top: 20px;
}

#center h1 {
	border: 0px solid #fff;
	margin-bottom: 12px;
}

.containcenter {
	width: 640px;
}

.containcenter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.divider {
	clear: left;
}

#center .twocolumn {
	column-count: 3;
	/* this tells the browser to render 3 columns - future proof */
	column-width: 10em;
	/* this sets the width of each column - future proof */
	column-gap: 2em;
	/* this sets the spacing/gap between each column - future proof */
	-moz-column-count: 3;
	/* this tells the browser to render 3 columns - Mozilla specific prefix */
	-moz-column-width: 10em;
	/* this sets the width of each column - Mozilla specific prefix */
	-moz-column-gap: 2em;
	/* this sets the spacing/gap between each column - Mozilla specific prefix */
	-webkit-column-count: 3;
	/* this tells the browser to render 3 columns - Webkit specific prefix */
	-webkit-column-width: 100%;
	/* this sets the width of each column - Webkit specific prefix */
	-webkit-column-gap: 2em;
	/* this sets the spacing/gap between each column - Webkit specific prefix */
	margin-left: 10px;
	font-size: 80%;
}

.socialbox {
	padding: 0 30px;
}