body {
	background-color: #3333CC;
}

a.menu_link {
	text-decoration: none;
	color: black;
}

a.menu_link:link, a.menu_link:visited {
	font-weight: bold;
	font-size: 14pt;
}

a.menu_link:hover {
	font-style: italic;
	font-weight: normal;
	font-size: 14pt;
}

.wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: white;
	border-style: outset;
	border-width: 3px;
	border-color: black;
}

.header_wrap {
	text-align: center;
	font-size: 22pt;
	font-family: "Arial", "Helvetica";
	color: black;
}

.header {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu {
	float: left;
	width: 130px;
	text-align: center;
	font-family: "Arial", "Helvetica";
}

.content {
	float: left;
	width: 550px;
	font-family: "Arial", "Helvetica";
	border-left-style: solid;
	padding-left: 15px;
}

.footer_wrap {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	line-height: 150%;
}

.resume_item {
	font-size: 12pt;
	font-weight: bold;
}

.resume_item_off {
	font-size: 12pt;
	font-weight: normal;
}