body	{
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 12px;
	}

a:link {
	color: black;
	text-decoration: none;
	background-color: white;
	}

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

a:visited {
	color: #666666;
	text-decoration: none;
	background-color: white;
	}

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

a:active {
	color: #cc0000;
	text-decoration: none;
	background-color: white;
	}

#main	{
	width: 1000px;
	height: 640;
	margin: 2em auto 0em auto;
	}

#main_menu {
	width: 160px;
	bottom: 0px;
	text-align: right;
	float: left;
	height: 640px;
	margin: 0em;
	padding: 0em;
	}

#main_menu img {
	border: 0px solid black;
	}

#main_menu ul {
	margin: 0em 15px 0em 0em;
	}

#main_menu li {
	padding-bottom: 1.3em;
	list-style-type: none;
	}

#main_menu a:link {
	color: black;
	text-decoration: none;
	background-color: white;
	}

#main_menu a:hover {
	color: black;
	text-decoration: underline;
	background-color: white;
	}

#main_menu a:visited {
	color: #666666;
	text-decoration: none;
	background-color: white;
	}

#main_menu a:visited:hover {
	color: black;
	text-decoration: underline;
	background-color: white;
	}

#main_menu a:active {
	color: #cc0000;
	text-decoration: none;
	background-color: white;
	}

#site_menu {
	height: 300px;
	}

#site_menu img {
	margin: 0em;
	padding: 0em 0em 1em 0em;
	}

#section_menu {
	height: 340px;
	margin: 0em;
	padding: 0em;
	}

#content {
	height: 640px;
	margin: 0em 0em 0em 166px;
	}

#teaching_content {
	height: 640px;
	margin: 0em 305px 0em 166px;
	}

#teaching_menu {
	text-align: left;
	width: 300px;
	float: right;
	}

#teaching_menu ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	}

#teaching_menu li {
	padding-bottom: 1.3em;
	list-style-type: none;
	}

#teaching_thumbs img {
	padding: 5px;
	border: 0px solid white;
	}

#student_work {
	width: 450px;
	margin: 0em auto 0em auto;
	}

#student_work p {
	margin: 1em 0em 0em 0em;
	padding: 0em;
	text-align: left;
	}

#contact_content {
	margin: 0em 0em 0em 166px;
	padding: 300px 0em 0em 0em;
	}

#resume_content {
	height: 640px;
	margin: 0em 0em 0em 166px;
	line-height: 1.8em;
	}

#resume_content p {
	text-align: left;
	margin: 1em;
	padding: 1em;
	}

#bio_content {
	width: 450px;
	margin: 0em auto 0em auto;
	}

#bio_content p {
	margin: 1em 0em 0em 0em;
	padding: 0em;
	text-align: left;
	line-height: 1.8em;
	}


#misc_content {
	height: 640px;
	margin: 0em 0em 0em 166px;
	}

#misc_content p {
	text-align: left;
	margin: 1em;
	padding: 1em;
	}

#images_content {
	height: 640px;
	margin: 0em 90px 0em 166px;
	}

#images_menu {
	text-align: left;
	width: 84px;
	float: right;
	}

#images_menu_sec {
	float: left;
	text-align: center;
	padding: 0em 1em 0em 1em;
	margin: 0em;
	}

#images_thumbs {
	width: 50px;
	border-left: solid 1px black;
	float: left;
	}

#images_thumbs img {
	padding: 5px;
	border: 0px solid white;
	}

#brent_work {
	width: 650px;
	margin: 0em auto 0em auto;
	}

#brent_work p {
	margin: 1em 0em 0em 0em;
	padding: 0em;
	text-align: left;
	}

div	{
	border: solid blue 0px;
	}

#resume_content h2 {
	text-align: left;
	}

.dated	{
	}

.dated	div	{
	width: 5em;
	float: left;
	}

.dated  p	{
	margin-left: 6em !important;
	padding: 0em !important;
	}



