body {
  background: url(images/vline.gif) repeat-y 165px;
  font-family: Helvetica, Arial, sans-serif;
}
p { margin: 0; padding: 0; }
a { color: black; text-decoration: none; }
img { border: none; }
ul { list-style: none; }

/* side menu styles: all html */
#sidebar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 165px;
}
#mainnav {
  margin: 26px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
#mainnav li {
  margin: 0 14px 23px 0;
  padding: 0 0 0 0;
  text-align: right;
  font-size: 11pt;
}
#mainnav li>a {
  color: #808080;
  background: url(images/reddot.png) no-repeat center left;
  padding-left: 13px;
}

/* side menu news: index.html */
#news {
  margin: 55px 15px 0 0;
  list-style: none;
  text-align: right;
  font-size: 8pt;
}
#news li {
  margin: 20px 0 0 0;
}

/* right content division: all html */
#contents {
	position: absolute;
	left: 166px;
	top: -5px;
	padding-top: 100px;
	padding-bottom: 108px;
}

/* the homepage: index.html */
#contents div.front p {
  text-align: right;
}

/* each work pages: ... */
#contents div.work {
  margin-top: 9px;
  margin-left: 114px;
}
#contents div.work p {
  margin-top: 15px;
  font-size: 9pt;
}

/* work navigation links: prev and next with arrows */
#contents div.work p.nav {
  margin-top: -15px;
  text-align: right;
}
#contents div.work p.nav .prev {
  background: url(images/redarrowl.gif) no-repeat center left;
  padding: 0 2px 0 13px;
}
#contents div.work p.nav .next {
  background: url(images/redarrowr.gif) no-repeat center right;
  padding: 0 13px 0 2px;
}

/* icon menu table shared: work.html, counterpoint.html, clothes-of-memories.html, archive.html */
#contents.menu {
  width: 900px;
}
#contents.menu>table {
  margin: 0 auto;
  border-collapse: collapse;
}
#contents.menu>table tr {
  margin: 0;
  padding: 0;
}
#contents.menu>table td {
  margin: 0;
  padding: 9px 11px;
}

/* project menu table: work.html */
#contents table#work {
  text-align: center;
  font-size: 9pt;
}
#contents table#work td {
  width: 187px;
  vertical-align: top;
}
#contents table#work img {
  margin: 0 0 7px 0;
}

/* generals: statement, resume, contact, news*/
#contents div.general {
  margin-top: 9px;
  margin-left: 104px;
  font-size: 9pt;
}

#contents #resume p {
  margin-bottom: 1.5em;
}

