* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;
	font-family: Georgia, sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #FFF;
	
}

a {
	color: #CCC;
}

a:hover {
	color: #CC0000;
}

p {
	margin-bottom: 20px;
}

h1 {
	font-size: .9em;
	margin-bottom: 1em;
}

h2 {
	font-size: .65em;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
}

img {
	margin-left: 8px;
}

#container {
	margin: 10px auto;
	width: 800px;
}

#menu {
	width: 100%;
	text-align: center;
	height: 3em;
	font-size: .8em;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	margin-right: 1.5em;
}

.here {
	font-style: italic;
}

.resume {
	list-style: none;
	font-size: .6em;
	line-height: 1.2em;
	margin-bottom: 3em;
}

.resume ul {
	list-style: none;
	padding-left: 4em;
	position: relative;
	top: -1.2em;
}

.resume ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.resume .title {
	font-style: italic;
}

#book img {
	float: left;
	margin-right: 1em;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: .25em;
}

#book img:hover {
	border: 1px solid #CC0000;
}

#book p {
	font-size: .8em;
	line-height: 1.5em;
}