body {
	background : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

a {
	color : #876017;
	text-decoration : underline;
}

#topbar {
	background: repeat-x url(/img/new/shader.gif);
	height: 61px;
	width: 100%;
}

#topbar #logo {
	width: 290px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 10px;
}

#topbar #navbar {
	padding-bottom: 4px;
	padding-left: 75px;
}

.nav {
	background: #ffffff repeat-x url(/img/new/shader.gif)  top;
	text-decoration: none;
	border: 1px solid #d9e186;
	border-bottom-width: 1px;
	border-bottom-style: hidden;
	padding: 4px 8px;
}

.nav:hover {
	background: #d9e186;
}

.navsel {
	background: #ffffff;
	text-decoration: none;
	padding: 4px 8px 5px 8px;
	border: 1px solid #a8a8a8;
	border-bottom-width: 1px;
	border-bottom-style: hidden;
}

#contents {
	margin-left: 175px;
	margin-top: 25px;
}

#main {
	padding: 0;
	margin-right: 220px;
	padding-top: 20px;
}

#photoleft {
	float: left;
	width: 150px;
}


#books {
	position: relative;
	float: right;
	width: 200px;
	border: 1px none #d9e186;
	min-height: 400px;
	text-align: center;
	border-left-style: solid;
	background: repeat url(/img/new/paper.gif);
	border-bottom-style: solid;
}

#books #title {
	background: #d9e186;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 0;
	padding: 5px;
}