html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #999;
}

h2 { font-size: 100%; } 

#header { 
	width: 100%;
	float: left;
	clear: both;
	background: #CCC;
	padding: 0px;
	border-bottom: 15px solid #999;
}
#header #logo {
	width: 320px;
	height: 53px;
	margin: 25px 15px;
}
#topNav, #topNav2 {
	list-style: none;
	text-color: #000;
	padding: 0;
	margin: 0;
	font-size: 80%;	
	position: relative;
	bottom: 0; 
}
#topNav { padding-left: 15px;}
#topNav2 { left: 200px; margin-left: 200px; padding-left: 200px; }
#topNav li, #topNav2 li {
	float: left; 
}
#topNav a, #topNav2 a {
	display: block;
	padding: 2px 10px 2px 7px;
	background-image: url(../images/div1.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	margin: 0;
	text-decoration: none;
}
#topNav a:hover, #topNav2 a:hover {
	color: #FFF;
}
#career #n-career a,
#soloShows #n-soloShows a,
#groupShows #n-groupShows a,
#filmVideoInternet #n-filmVideoInternet a,
#publications #n-publications a,
#contact #n-contact a
{
	color: #900;
}

#contentWrapper { 
	background: #999;
	clear: both;
	width: 100%;
}
#sidebar { 
	background: #CCC; 
	float: left; 
	clear: left;
	width: 215px; 
	padding: 10px 15px;
	margin: 0;
	font-size: 80%;
}
#sidebar ul.contents {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar ul.contents li {
	padding: 0;
	margin: 0 0 1em 0;
}

#content { 
	position: relative;
	margin: 0 20px 0 265px;
}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}
a:hover {  color: #ffffff}
a {  color: #333333}
.versalien {  text-transform: uppercase}

img { 
	border: none;
}

div.item {
	display: inline;
	margin-right: 15px;
}
div.item img { vertical-align: top; }
p.item { font-size: 80%; }

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li.selected, li.selected a { 
	color: #900;
}

#essays li { margin-bottom: 0.5em; }
#essays { list-style-type:upper-roman; }
#essaysContainer { 
	font-size: 80%;
	position: relative;
	top: 100px;	
}

