body {
	background-color:#000;
	color:#fff;
	font-family:helvetica, arial, sans-serif;
	font-size:20px;
	margin:0em;
}

div {
	margin:0em;
	padding:0em;
}

div#header-bottom {
	background-image:url('../images/header_bottom.jpg');
	background-repeat:no-repeat;
	clear:both;
	float:right;
	height:49px;
	width:147px;
}

div#logo {
	background-image:url('../images/header_top.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}

div#main {
	margin:3em;
}

div#navigation {
	background-image:url('../images/navigation_bg.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	clear:both;
	height:22px;
	min-width:800px;
	width:expression(document.body.clientWidth < 800? "800px" : "100%" );
}

div#navigation ul {
	margin:0em;
	padding:0em;
}

div#navigation ul li {
	display:inline;
	list-style-type:none;
	margin:0em;
	padding:0em;
}

div.bio p {
	font-size:16px;
}

div.home p {
	line-height:2em;
}

img {
	border:0px;
}

img.image_left {
	clear:left;
	float:left;
	margin:0em 3em 2em 0em;
}
a.back {
color: green;
}
