/* @override http://localhost:8888/resume/resume.css */

html, body {
	margin: 0;
	background: url(images/bg.png) repeat;
	color: #393939;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
}

#main_container {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#letterhead {
	background-image: url(images/letterhead.png);
	width: 434px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
}

#resume_body {
	background-color: white;
	width: 875px;
	height: auto;
	border: 2px solid silver;
	padding-top: 1px;
	padding-bottom: 30px;
	margin-bottom: 75px;
}

/* FORMATTING */

p {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}

p.leader {
	text-align: center;
	color: #6c6346;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

p.header {
	text-align: left;
	color: maroon;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
}

p.footer {
	text-align: left;
	font-size: 14px;
}

ul {
	line-height: 24px;
	margin-left: 40px;
}

strong {
	color: #6c6346;
}

img.resume {
	margin-left: 40px;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}

a:link, a:visited, a:active {
	color: maroon;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}