body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 12px;
	padding: 6px;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 14px;
}

a, a:visited, a:active, a:hover {
	color: #444444;
}

#phone-outer {
	float:left;
}

#phone-img {
	float: left;
}

#phone-num {
	float: left;
	padding: 2px;
	font-size: 20px;
}

img, img a {
	border: 0;
}

h1 {
	font-size: 40px;
	letter-spacing:4px;
	padding: 20px;
	margin: 4px 0 20px 0;
	text-align: center;
	height: 57px;
	background: #f7f7f7 url('images/h1-bg.png');
}

h1 a, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #333333;
}

h2 {
	font-size: 28px;
	text-align: left;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 20px;
	text-align: left;
	padding: 12px 0 0 0;
	margin: 0;
}

#container {
	width: 780px;
	margin: 0px auto;
}

#content {
	font-size: 16px;
	margin: 0 0 20px 0;
}

#header {
	padding: 6px;
	font-size: 17px;
	font-weight: bold;
}

#nav-links {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 17px;
}

#content-spacing {
	padding: 0 16px 10px 16px;  
	border-bottom: 1px solid #C0C0C0; 
	margin: 0 0 16px 0;
}

#header a, #header a:hover, #header a:active, #header a:visited {
	text-decoration: none;
	color: #000000;
}

#resume-box {
	margin: 10px 0 30px 0;
}

hr.resume {
	height: 1px;
	color: #ebebeb;
	background-color: #ebebeb;
	border: 0;
	margin: 5px 0 2px 0;
	padding: 0;
}

#footer {
	background-color: #EEEEEE;
	padding: 4px 10px 4px 10px;
	font-size: 13px;
	font-family: Tahoma;
	color: #555555;
	border-top: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
}

#footer a {
	color: #000000;
}