#contentPane, #sideBar {
	font-family: arial;
}

#contentPane {
	margin: 8px 16px 0px 224px;
	font-size: 80%;
}

#docPane {
	width: 800px;
}

li {
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: .4em;
	padding-left: 1.5em;
}

li:round {
	background-image: url(images/sphere.gif);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	position: relative;
	top: 16px;
	left: 16px;
	width: 64px;
	height: 64px;
	background-image: url(../images/logo.jpg);
}

#sideBar {
	width: 200px;
	float: left;
	height: 100%;
	padding: 8px 0px 0px 8px;
}

#topBar {
	height: 64px;
	width: 704px;
	font-size: 32px;
	font-family: Serif;
	padding: 32px 0px 0px 96px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
