body 
{
	font-family: Helvetica, Calibri, Arial, sans-serif;
	background: #FFF;
}

#info-box
{
	font-style: italic;
	margin: 1.5em auto 0 auto;
	padding: 0;
	display: block;
	width: 750px;
	text-align: right;
}

#resume
{
	margin: 1em auto 0 auto;
	width: 750px;
}

#resume a
{
	color: #000;
}

#resume .name
{
	font-weight: 400;
	line-height: 1em;
	margin: .1em 0;
	padding: 0;
	font-size: 22pt;
}
#resume .address
{
/*	font-variant: small-caps;*/
}

#resume .contact
{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1.2em;
}
#resume .contact span
{
	display: block;
}
#resume .contact .web,
#resume .contact .email
{
	margin: 0;
	padding: 0;
	float: right;
	font-size: .9em;
}
#resume .contact .address,
#resume .contact .phone
{
	margin: 0;
	padding: 0;
}
#resume .contact .phone strong
{
	font-weight: 700;
}

#resume .section
{
	margin: 1.5em 0;
	padding: 0;
	font-size: 11pt;
	line-height: 1.2em;
	clear: both;
}

#resume .section h2,
#resume .section h3,
#resume .section h4
{
	margin: .1em 0;
	padding: 0;
}
#resume .section h2
{
	margin-bottom: .2em;
	font-weight: 400;
	font-size: 16pt;
}
#resume .section h3
{
	font-weight: normal;
/*	font-variant: small-caps;*/
	margin-bottom: .2em;
}
#resume .section h4
{
	font-size: 11pt;
	line-height: 1.2em;
}
#resume .section h4
{
	display: inline;
}
#resume .section ul
{
	margin-top: 0.1em;
}

#resume .honors ul,
#resume .coursework ul
{
	list-style-type: none;
	padding-left: 0;
}

#resume .coursework ul
{
/*	float: left;*/
/*	border:solid;*/
	min-width: 45%;
	float: left;
}

#resume .education h3
{
	display: inline;
}
#resume .education .school span
{
	display: block;
}
#resume .education h4.location,
#resume .employment h4.dates
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: right;
}
#resume .employment h4.title
{
	font-weight: bold;
}

#resume .employment ul.responsibilities {
	width: 70%;
}
#resume .skills ul 
{
	list-style-type: none;
	padding-left: 0;
}
#resume .skills ul .skill_type
{
	font-size: 1.1em;
/*	font-variant: small-caps*/
}