/* LEFT COLUMN */

.leftColumn
{
	width: 70%;
}

.leftColumn a
{
	font-weight: normal;
	border-bottom: 1px dashed silver;
	color: inherit;
}

.leftColumn h1
{
	text-transform: uppercase;
	border-bottom: 1px solid gray;
	font-size: 1.1em;
}

.leftColumn table
{
	margin-bottom: 1.5em;
}

.leftColumn table td
{
	vertical-align: top;
	padding-bottom: 1.5em;
}

.leftColumn table .date
{
	width: 3em;
}

.leftColumn table .date h1
{
	border: 0;
	font-size: 0.9em;
	color: #777777;
	text-transform: none;
	font-weight: 300;
	margin: 0;
}

.leftColumn table .date h2
{
	border: 0;
	font-size: 0.8em;
	color: gray;
	text-transform: none;
	font-weight: 300;
	margin: 0;
}

.leftColumn table .body
{
}

.leftColumn table .body h1
{
	border: 0;
	font-size: 1em;
	text-transform: none;
	margin: 0;
}

.leftColumn table .body h2
{
	border: 0;
	font-size: 1em;
	font-variant: 300;
	font-weight: 300;
	font-style: italic;
	margin: 0;
	margin-bottom: 0.5em;
	color: #555555;
}

.leftColumn table .body p
{
	font-size: 1em;
	margin: 0em;
	margin-bottom: 0.5em;
}

.leftColumn table .body ul
{
	list-style-type: square;
	margin: 0;
	padding: 0; 
	margin-left: 1em;
}

.leftColumn .education td
{
	padding-bottom: 0.5em;
}

.leftColumn .additionalInformation td
{
	padding-bottom: 0;
}

/* RIGHT COLUMN */

.body .rightColumn
{
	float: right;
	width: 23%;
}

.body .rightColumn h1
{
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-family: "Helvetica Neue";
}

/* BUTTON */

#downloadButton
{
	margin-bottom: 1em;
}

#downloadButton h1
{
	margin: 0;
	margin-top: 0.5em;
	color: #020;
	text-shadow: 0px 1px #aca;
}

#downloadButton h2
{
	color: #dfd;
	margin: 0;
}

#downloadButton .arrow
{
	float: left;
	width: 3em;
	margin-left: 1.5em;
	margin-right: 1em;
	margin-top: 0.65em;
}

#contactButton
{
	margin-bottom: 2em;
}

#contactButton h1
{
	color: #ddd;
	text-shadow: 0px -1px #191919;
	text-align: center;
}


