/*
 * Page formatting, defaulting
 */
body { width: 90%; background-color: white; font-family: Verdana, Helvetica, Arial; font-size: 10pt; }
img { border: 0; }

h4, h5 { font-size: 12pt; line-height: 16pt; margin: 15px 0 0 0; padding: 0; }
h4 { color: #484c2a; }
h4 span { font-weight: normal; }

a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

/*
 * Positional elements
 */
#container { width: 100%; }

#left  { }
  #thumbnail { display: none; }
  #image { display: none; }
  #imageSmall { display: none; }
#nav   { display: none; }
#subnav { display: none; }
#right {  }
  #logo { margin-bottom: .5in; }
  #tagline { display: none; }
  #footer { display: none; }

  /* Portfolio */
  #categories { display: none; }
  #height_holder { display: none; }
  #initial_list { display: none; }
  #secondary_list { display: none; }
  #catH { display: none; }