* {
	padding: 0px;
	margin: 0px;
}
html {
	position: relative;
	text-align: center;
	font-family: UbuntuLight;
	table-layout: fixed;
	margin-bottom: 20px;
}
body {
	margin: auto;
	width: 800px;
	text-align: left;
	clear: both;
}
h1,h2,h3 {
	font-family: UbuntuRegular;
	font-weight: normal;
}
h1 {
	font-size: 2.5em;
	font-variant: small-caps;
}
h2 {
	font-size: 1.5em;
	border-bottom: 1px solid black;
	margin-top: 0.5em;
}
h3 {
	font-size: 1.0em;
}

.left {
	display: inline-block;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}

#header {
	border-bottom: 3px solid black;
	text-align: left;
	padding: 15px;
}
#header h1 {
	display: inline-block;
}
#header div {
	float: right;
	text-align: center;
	margin: 5px;
}
#header div.left {
	padding-right: 20px;
}

#sidebar {
	display: inline-block;
	text-align: left;
	width: 170px;
}

#content {
	float: right;
	padding-left: 8px;
	border-left: 3px solid black;
	width: 610px;
}
#footer {
	clear: both;
	border-top: 3px solid black;
	padding-top: 0.5em;
	text-align: center;
}


.section {
	margin-bottom: 0.75em;
}
.block {
	margin-bottom: 0.75em;
	clear: both;
}
table.block {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
}
#jobs .block h3 {
	display: inline-block;
}
#school .block .left {
	float: right;
}
#school .block .right {
	width: 150px;
}

@media print {
	a {
		color: #000000;
		text-decoration: none;
	}
}
