body { 
	background-color: #00002D; 
	color: #8391A3; 
	font: 0.8em Tahoma; 
	margin: 0px; 
	padding: 0px; 
}
a { 
	color: #8391A3; 
	text-decoration: none; 
}
a:hover { text-decoration: underline; }

div#container 
{
	padding-top: 60px; 
	position: relative; 
	margin: 0 auto 0 auto; 
	width: 600px; 
}
div#picture {
	padding-right: 10px; 
	float: left; 
	height: 250px; 
	background: url("../img/menu.gif") 100% 0% repeat-y; 
	border-right: 1px solid #1F2349;
}
div#picture img {
	padding: 10px; 
}

div#navigate { 
	position: absolute; 
	top: 130px;
	right:35px; 
}

div#navigate ul {
	list-style-type: square; 
	margin-top: 0px; 
}
div#navigate ul li { 
	padding: 0px 0px 15px 0px; 
}

div#container-wide { 
	width: 100%; 
	float: left; 
	background-color: #1F2349; 
}

div#navigation {
	width: 740px; 
	margin: 0px auto 0px auto; 
}
div#navigation ul { 
	list-style: none; 
	background: #1F2349; 
	margin: 0px; 
	padding: 3px 0px 0px 0px; 
}
div#navigation>ul>li {
	position: relative;
	padding: 0px 1px 1px 0px; 
	float: left; 
}
div#navigation ul li a { 
	text-decoration: none;
	white-space: nowrap; 
	text-align: center; 
	padding: 3px 12px 3px 12px; 
	display: block; 
}
div#content { 
	width: 740px; 
	margin: 0 auto 0 auto; 
	padding-top: 20px; 
}

div#navigation>ul ul {
	width: 240px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
}

div#navigation>ul ul a {
	display: block;
	text-align: left; 
	white-space: normal; 
	padding: 3px 12px 3px 12px; 
}

li.link01, 
li.link02, 
li.link03 { 
	width: 115px; 
}

li.link04, 
li.link05, 
li.link06 {
	width: 125px; 
}



div.gallery { 
	margin: 30px 0px 10px 0px; 
}
div.gallery_title { 
	border-bottom: 1px dotted #8391A3; 
	margin-bottom: 15px; 
}
div.gallery_thumbs { 
	width: 740px; 
}

img.thumb {
	border: 1px solid #8391A3;
	margin-bottom: 3px;
	width: 70px; 
	height: 70px; 
}

.left { 
	float: left; 
}

img.profile { 
	margin: 5px 20px 0px 0px; 
	border: 1px solid #8391A3; 
}

h3.title {
	padding-top: 10px; 
}

table.cv {
	width: 500px; 
}

table.cv th {
	vertical-align: top; 
	text-align: left; 
	width: 150px; 
	padding: 0px 0px 3px 0px; 
}

.profile_bolder { 
	margin: 0px 0px 2px 0px; 
	font-weight: bold; 
	font-size: 1.1em; 
}

.publications li { 
	margin-bottom: 20px; 
}