@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 38px;
	width: 1000px;
}

#main {
	height: 924px;
}

#nav_bar {
	position: absolute;
	left: 66px;
	top: 58px;
	height: 40px;
	wid
	th: 867px;
}
#image {
	height: 243px;
	width: 379px;
	margin: 9px;
	float: left;
}

#content {
	position: absolute;
	width: 867px;
	left: 66px;
	top: 98px;
}

#footer {
	line-height: 36px;
}

#page_title {
	height: 41px;
	width: 470px;
	margin: 10px 0px 10px auto;
}

.nav_button {
	height: 40px;
	float: left;
}

#home {
	width: 142px;
}

#services {
	width: 143px;
}

#about {
	width: 143px;
}

#resume {
	width: 143px;
}

#portfolio {
	width: 143px;
}

#contact {
	width: 145px;
}

p {
	margin: 20px;
}

body {
	text-align: center;
}

h1 {
	margin: 20px;
}

#resources {
	height: 100%;
	width: 100px;
	margin: 9px;
	float: right;
}
