body {
	background: #ffffff;
	font-family: Times New Roman, Times;
	font-size: 10pt;
	line-height: 13pt;
	color: #151515;
	}

#main {
	width: 100%;
	}

img {
	border: none;
	}

a {
	color: black;
}

#header {
	height: 200px;
	}

#left_nav {
	float: left;
	width: 300px;
	}

#main_nav {
	float: left;
	width: 100px;
	}

#left_nav ul li, #main_nav ul li {
	list-style-type: none;
	}

#pictures {
	white-space: nowrap;
	display: block;
}
#pictures img {
	float: left;
	}

#content {
	float: left;
	width: 50%;
}

.resume_title {
	margin-top: 20px;
}