h4 {
	margin: 0;
	padding: 0;
	}
body#resume #resume_page div {
	font-size: 10px;
	line-height: 13px;
	color: #5c624c;
	}
#resume_options {
	padding: 5px 0 25px;
	}
	#resume_options ul {
		margin: 0;
		padding: 0 0 15px;
		list-style-type: none;
		}
		#resume_options li {
			}
#letterhead {
	}
	h3#name {
		font-size: 20px;
		border-bottom: 1px solid #6f4c2e;
		padding-bottom: 3px;
		margin: 0 0 3px;
		}
	div.address {
		float: left;
		}
	div.contact {
		float: right;
		text-align: right;
		}
#letterbody {
	clear: left;
	padding: 25px 0 0;
	}
/* #letterbody div {border: 1px solid red;} */
	div.objectives_education {
		float: left;
		width: 350px;
		}
		div.objectives {
			}
		div.education {
			}
			div.education div.row {
				clear: both;
				width: 370px;
				}
			div.education div.row span.date {
				float: left;				text-align: right;
				font-weight: bold;
				width: 80px;
				}
			div.education div.row span.college {
				float: right;				text-align: left;
				width: 280px;
				}
	div.software_technologies {
		float: right;
		width: 140px;
		clear: right;
		text-align: right;
		}
	div.experience {
		clear: both;
		padding: 10px 0 0 0;
		}
		div.experience div.row {
			clear: both;
			width: 370px;
			}
			span.date {
				float: left;
				text-align: right;
				width: 80px;
				font-weight: bold;
				}
			span.job {
				float: left;
				padding-left: 10px;
				width: 225px;
				}
			span.client {
				float: right;
				width: 280px;
				}
	div.references {
		clear: both;
		padding: 10px 0 0 0;
		}
		div.references div.row {
			width: 440px;
			}
			div.one, 
			div.three {
				float: left;
				width: 240px;
				padding-left: 25px;
				padding-bottom: 15px;
				}
			div.two, 
			div.four {
				float: right;
				width: 160px;
				padding-bottom: 15px;
				}