@charset "UTF-8";
/* CSS Document */

.container {
	width: 100%;
	float: left;
}
#header, #nav, #footer, #scroll_arrows {
	display: none;
}
#resume #body {
	overflow: visible;
	height: auto;
	width: 100%;
	float: left;
}
#resume #content {
	overflow: visible;
	height: auto;
	width: 100%;
	float: left;
}
.job_title {
	float: left;
	width: 450px;
	padding-left: 60px
}
#resume ul {
	margin: 8px 0 8px 90px;
	padding: 0;
	width: 500px;
}
#resume ul.profdev {
	float: left;
	width: 550px;
	margin-left: 74px;
}

#resume_header {
	display: block;
}
#resume h1 {
	margin: 0;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #444;
}
h2.education {
	padding-top: 40px;
}
#content {
	position: static;
	top: 0;
}
