body {
	background-color: #000;
	background-image: url("images/site_bg.jpg");
	background-repeat: repeat-x;
}

td {
	background-color: transparent;
	color: #9aa69a;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight; regular;
}

td.content {
	background-image: url("images/content_bg.jpg");
	background-repeat: no-repeat;
}


.header {
	text-transform: uppercase;
	font-size: 9pt;
	color: #d2e5d2;
}

.resume {
	font-size: 9pt;
	color: #9aa69a;
	padding: 10px 0 0 0;
}

.resume_title {
	color: #d2e5d2;
	padding: 10px 0 0 10px;
}

.resume_header {
	text-transform: uppercase;
	font-size: 9pt;
	color: #FFF;
	padding: 25px 0 0 0;
	border-bottom: solid 2px #FFF;
}

.resume_footer {
	padding: 25px 0 0 0;
	font-size: 9pt;
	color: #FFF;
	text-align: center;
}

.tall_line_height {
	line-height: 1.8em;
}



a {
	color: #d2e5d2;
	text-decoration: underline;
}

a:link {
	color: #d2e5d2;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

