body {
  margin: 0 auto;
  padding: 0;
  font-size: x-small;
  font-family: Times, "Times New Roman", Garamond, serif;
  color: black;
  background: white;
}

h1, h3, h5 {
  color: black;
}
h2, h4, h6, .affiliate {
  color: black;
}

h1 {
  font-size: 1.6em;
}
h2, .affiliate {
  font-size: 1.2em;
}
h3, h4 {
  font-size: 1em;
  font-variant: small-caps;
}
h5, h6 {
  font-size: 1em;
  font-variant: small-caps;
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}

#page {
  width: 760px;
  margin: 0 auto;
  padding: 5px 10px 10px 10px;
}

#container-outer {
  padding-top: 9px;
  color: #303030;               /* very dark grey */
  width: 736px;
  padding-left: 2px;
}

#header {
  height: 100px;
  border-bottom: 5px solid black;
}

img#logo {
  border: none;
  margin-left: -48px;
  float: left;
}
/* IE6 and IE6- patches \*/
* html img#logo {
  margin-left: 0;
}
/* End hiding from IE5mac */

#breadcrumbs {
  display: none;
}

#navigation {
  display: none;
}

.zh_tw {                        /* used to make areas with Chinese characters more readable */
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

#container-cols {
  clear: both;
}

.column {
  float: left;
}

/* IE6 and IE6- patches \*/
* html .column {
  display: inline;
}
/* End hiding from IE5mac */

#content {
  margin-left: 0;
  margin-bottom: 0;
}

#sidebar {
  display: none;
}

/* article divs are all in the content column */
#content div {
  margin:  5px 0 5px 5px;
  padding: 0 10px 5px 6px;
  font-size: 1.2em;
  line-height: 1.4em;
}

#content div div {
  margin:  0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

#content h2, #content .affiliate {
  margin: 0px;
  padding-top: 4px;
}

#content p {
  padding: 0;
  margin: 0.5em 0;
}

#content a:after {
  content: " <" attr(href) "> ";
  font-family: courier, monospace;
  font-weight: normal;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #626466;
}

/* A float style for images that can be selected from the editor */
#content img.float-right {
  float: right;
  margin: 0.5em 0 0.5em 2em;
}
/* Default style for content images */
#content img {
  float: left;
  border: 2px solid black;
  padding: 1px;
  margin: 0.5em 2em 0.5em 0;
}
.article img {
  height: 270px;
  width: 360px;
}
.bio img {
  height: 80px;
  width: 64px;
}

/* contact div ~similar~ to article div */
.contact {
  line-height: 1.3em;
  color: black;
}

.contact h2 {
  color: black;
}

.contact a {
  color: blue;
  text-decoration: none;
}

/* Form Styles */
form, fieldset, label {
  display: none;
}

/* lists occurring in the content column */
#content ul {
  list-style: disc outside none;
  margin: 0;
  padding: 0 0 1em 1em;
}
#content ul li {
  padding: 0;
  margin: 0.1em 0;
}

#footer {
  clear: both;
  font-size: 1em;
  border-top: 1px solid black;
  padding-top: 3px;
  text-align: center;
}

#footer p {
  margin: 2px 0;
}