.footer {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	max-width: 60%;
}

ul.job-description {
	text-align: left;
}

p.description {
	font-size: 15px;
	text-align: left;
}

p.large_description {
	font-size: 22px;
	text-align: left;
}

.main_blurb {
	text-align: left;
	padding-top: 10px;
}

div.big-header {
	min-height: 100px;
}
div.medium-header {
	min-height: 70px;
}
div.small-header {
	min-height: 90px;
}
div.large-image-container{
	min-height: 330px;
}
div.small-image-container{
	min-height: 70px;
}
div.image-container{
	min-height: 250px;
}

div.bottom{
	vertical-align: bottom;
}

div.content {
	padding-top: 50px;
}

p.center {
	text-align: center;
}

p.bold {
	font-weight: bold;
}
a { 
	cursor: pointer; cursor: hand; 
}

a.back { 
	position: fixed;
	top: 50%;
	left: 0px;
}
a.next { 
	position: fixed;
	top: 50%;
	right: 0px;
}