/* CSS Document */

#container {
	width: 800px;
	margin: 0 auto;
	}
#title {
	width: 800px;
	height: 80px;
	position: relative;
	margin-bottom:0px;
	}
#title span {
	background: url(page_elements_standard/header_tree.jpg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	}
#mainNav {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	width: 800px;
	}
#mainNav li {
	padding: 0px 10px 0px 10px;
	}
ul li {
	display: inline;
	}
#footer {
	clear: both;
	}
#writeUp {
	width: 465px;
	height: 650px;
	float: right;
	text-align: justify;
	line-height: 22px;
	font-size: 15px;
	font-weight: 900px;
	margin-top: 10px;
	background: #E9EAEB url(page_elements_standard/aboutmeWriteup_bottom.jpg) no-repeat bottom left;
	}
#writeUp h1 {
	background: #E9EAEB url(page_elements_standard/aboutmeWriteup_top.jpg) no-repeat top left;
	margin-top: 0px;
	min-height: 12px;
	}
#writeUp p {
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
	}
#pic {
	max-width: 326px;
	float: left;
	margin-top: 10px;
	}
