h1 {
	text-indent: -5000px;
	background: url(images/title.png) no-repeat;
	width: 263px;
	height: 95px;
	margin: 80px 0 10px 10px;
	float: left;
}

div#side {
	position: absolute;
	top: 230px;
	left: 10px;
	width: 250px;
}

img#portrait {
    border-bottom: 3px solid #2cb5e4;
}

ul#menu {
    font-family: Cantarell, sans-serif;
	height: 45px;
	background: url(images/menu.png) repeat-x;
	padding-left: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 0 10px;
}

ul#menu li {
	float: left;
	display: block;
	list-style-type: none;
	height:45px;
}

ul#menu li a {
	height: 32px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: white;
	padding-top: 8px;
}

ul#menu li a:hover {
	background: url(images/menu.png) repeat-x 0 -45px;
	color: black;
}

#menu a#current_page {
	background: url(images/menu.png) repeat-x 0 -90px;
	color: black;
}

div#container {
    max-width: 700px;
	position: absolute;
	top: 55px;
	padding-left: 5px;
	padding-right: 20px;
	left: 300px;
	right: 0;
}

body {
	margin: 0;
	font-family: "Crimson Text", serif;
	font-size: 13pt;
}

a {
	color: #29A8D4;
}

a:hover {
	color: #545454;
}

h2, h3, h4 {
    font-family: Cantarell, sans-serif;
}

h2, h3 {
	border-bottom: 3px solid #2cb5e4;
}

h3 {
	border-bottom-width: 2px;
}

h4 {
    font-size: 1.1em;
	margin-bottom: 0;
}

#container p {
	margin-top: 5px;
}

#container li {
	margin-bottom: 10px;
}

a.publication {
	text-decoration: none;
}

pre {
	padding: 5px;
	border: 1px dashed black;
	overflow: auto;
}

