#content {
	position:absolute;
	padding-left: 28px;
	margin-left: 220px;
	padding-right: 28px;
	padding-top: 30px;
	top:166px;
	height: 1px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.3em;
	border-left: 1px solid #000000;
	-webkit-text-size-adjust: 100%
}

/* Makes auto height work with border */
html>body #content {
  height: auto;
}

#content p {
	text-indent: 1.5em;
	margin-left: 24px;
	margin-right: 24px;
	width:509px;
}

#content ol {
	margin-left: 24px;
	margin-right: 24px;
	width:461px;
}

/* Header with circle */
.content_header {
	position:relative; 
	left:-17px; 
	top:0px; 
	width:189px; 
	height:36px;
	background-image: url(../nav/navbar/navbar-circlefullleft.svg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.content_header:hover {
	background-position: left bottom;
}

.content_header a {
	text-decoration: none;
}


.content-white-banner {
	position:absolute;
	left:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2white.svg);
	background-color: #FFFFFF;
	color: #000000;
}

.content-blue-link {
	position:absolute;
	left:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2rollblue2.svg);
	background-position: left top;
	color: #000000;
}

.content-blue-link:hover {
	background-position: left bottom;
	color: #FFFFFF;
}


.content-white-banner h2,
.content-blue-link h2 {
	text-align: center;
	font-family: "Gill Sans", sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	line-height: 1em;
	text-decoration: none;
	margin-top: 8px;
}

.content-lineend {
	position:absolute;
	left:180px;
	top:0px;
	width:9px;
	height:36px;
	background-image: url(../nav/navbar/navbar-lineend.svg);
}

/* Centers graphics, depreciated but new techniques don't work */
.content-graphic {
	position:relative;
	text-align:center;
}

/* Helps with graphics > 509px*/
.content-graphic-big {
    display: block;
    width:509px;
}

.content_puzzledescription p {
	text-indent: 1.5em;
	margin-left: 24px;
	margin-right: 24px;
	width:509px;
	height:118px;
}


/* Bottom copyright formatting */
#content-copyright {
	position:relative;
	width:509px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top:50px;
	margin-bottom:30px;
	text-align: center;
	font-family: Times;
	font-style: normal;
	font-size: 13px;
}

