#divMenu {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#divMenu ul {
	background-color: #CCCCCC;
	background-image: url(../about/imageFiles/menu-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 200px;
}
#divMenu img.photo {
	margin-top: 20px;
}
#divMenu li#first {
	line-height: 10px;
	margin-top: 0px;
}
#divMenu li {
	margin-top: 3px;
	list-style-type: none;
}
#divMenu li img.menu {
	width: 150px;
	height: 16px;
}

img#aboutSwork {
	background-image: url(../about/imageFiles/menu-aboutSwork.jpg);
	background-repeat: no-repeat;
}
a:hover img#aboutSwork {
	background-image: url(../about/imageFiles/menu-aboutSwork-over.jpg);
	background-repeat: no-repeat;
}
a.current img#aboutSwork, a.current:hover img#aboutSwork {
	background-image: url(../about/imageFiles/menu-aboutSwork-Current.jpg);
	background-repeat: no-repeat;
}
img#press {
	background-image: url(../about/imageFiles/menu-press.jpg);
	background-repeat: no-repeat;
}
a:hover img#press {
	background-image: url(../about/imageFiles/menu-press-over.jpg);
	background-repeat: no-repeat;
}
a.current img#press, a.current:hover img#press {
	background-image: url(../about/imageFiles/menu-press-Current.jpg);
	background-repeat: no-repeat;
}
img#methodology {
	background-image: url(../about/imageFiles/menu-methodology.jpg);
	background-repeat: no-repeat;
}
a:hover img#methodology {
	background-image: url(../about/imageFiles/menu-methodology-over.jpg);
	background-repeat: no-repeat;
}
a.current img#methodology, a.current:hover img#methodology {
	background-image: url(../about/imageFiles/menu-methodology-Current.jpg);
	background-repeat: no-repeat;
}
img#travelogue {
	background-image: url(../about/imageFiles/menu-travelogue.jpg);
	background-repeat: no-repeat;
}
a:hover img#travelogue {
	background-image: url(../about/imageFiles/menu-travelogue-over.jpg);
	background-repeat: no-repeat;
}
a.current img#travelogue, a.current:hover img#travelogue {
	background-image: url(../about/imageFiles/menu-travelogue-Current.jpg);
	background-repeat: no-repeat;
}
img#glossary {
	background-image: url(../about/imageFiles/menu-glossary.jpg);
	background-repeat: no-repeat;
}
a:hover img#glossary {
	background-image: url(../about/imageFiles/menu-glossary-over.jpg);
	background-repeat: no-repeat;
}
a.current img#glossary, a.current:hover img#glsssary {
	background-image: url(../about/imageFiles/menu-glossary-Current.jpg);
	background-repeat: no-repeat;
}

#divContent {
	background-color: #F2F2F2;
	background-image: url(../about/imageFiles/content-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 470px;
	padding-bottom: 60px;
	margin-left: 160px;
}
p.content, p.emphasis {
	margin-right: 60px;
}
.footnoteNumber {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	vertical-align: super;
}
.divFootnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	margin: 1.5em 60px 0px 20px;
	line-height: 1.1em;
}
.divFootnote ul {
	list-style-position: outside;
	list-style-type: none;
}
.divFootnote li {
	margin-bottom: 0.9em;
}

#divContent .jumpBackLinkTop {
	margin: 0px 0px 1em 20px;
	border-bottom: 1px dotted #333333;
}
#divContent .jumpBackLinkBottom {
	margin: 2em 0px 0px 20px;
	border-top: 1px dotted #333333;
}
#divContent .jumpBackLinkTop, #divContent .jumpBackLinkBottom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	width: 11.5em;
}

