h1 { font-size: 1.5em; }
h2 { font-size: 1.25em; font-weight: bold; }
h3 { font-size: 1em; font-weight: bold; }

.image_right {
	float: right;
	margin: 0 0 1em 1em; }

.stramel { font-size: 2.5em; }
#header .stramel { float: left; }

.nav {
	padding-top: 1.25em;
	text-align: right; }
.nav a {
	font-style: bold;
	padding: .25em .5em;
	text-decoration: none;
	color: black; }
.nav a:visited { text-decoration: none; }
.nav a:hover {
	background: transparent url(/images/green_background.png) repeat scroll top left; }
.nav a.selected, #nav a.selected:hover {
	background: transparent url(/images/blue_background.png) repeat scroll top left; }

#footer {
	clear: both;
	text-align: right;
	font-size: .75em;
	font-style: italic;
	padding-top: .25em;
	border-top: 1px dotted #888888; }

#resume { padding: 0 1em; }
#resume h2, h3 { margin-bottom: 0; }
#resume ul { margin-top: 0; }

#contact { margin-bottom: 1em; }
#contact table tr { vertical-align: top; }
.contact_field {
	width: 40em;
	margin: 0;
	padding: 0;
	border: 1px solid #888888;
	font: inherit; }
