@charset "utf-8";
body {
	font-family: "Abadi MT Condensed Light", "Arial Narrow";
	background-color: #E3FEAF;
	color: #5E096A;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/trailing_arbutus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	clear: both;
	margin-bottom: 5px;
	height: 40px;
	float: right;
}
#content {
	padding: 10px;
	clear: both;
	background-image: url(../images/background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#footer {
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: 1em;
}
#header {
	height: 150px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#title {
	float: right;
	height: 40px;
	padding: 5px;
	width: 980px;
	text-align: center;
}
#headerButtons {
	padding: 5px;
	height: 30px;
	float: right;
	width: 980px;
	text-align: right;
}


body,td,th {
	color: #5E096A;
}
a:link {
	text-decoration: none;
	text-transform: none;
	color: #5E096A;
}
a:visited {
	text-decoration: none;
	text-transform: none;
}
a:hover {
	text-decoration: none;
	color: #44fb44;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Abadi MT Condensed Light", "Arial Narrow";
	font-weight: bold;
}
.center {
	text-align: center;
}
p {
	color: #5E096A;
	font-size: 1.2em;
}
#resume p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#resume h4 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
