body {
  font-family: Arial, Helvetica, sans-serif;
  width: 624px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;  
}

#wrapper {
  font-size: .9em;
  color:#444;
}

#header {
  height: 54px;
  margin: 0 0 12px 0;
}

#header span, h2 span {
  position: relative;
  left: -10000px;
}

body#home h2 {
  font-size: 1.45em;
}

h2 {
  font-weight: 300;
}

body#graphic #content h3 {
  font-size: .85em;
  margin: 0 0 -13px 0;
  padding: 0;
}

body#about h2 {
  margin-top: -52px;
  margin-bottom: 30px;
  color: #fff;
}

body#graphic h2 {
  margin-top: -68px;
  margin-bottom: 30px;
  color: #fff;  
}

body#photography h2 {
  margin-top: -54px;
  margin-bottom: 30px;
  color: #fff;  
}

a:link, a:visited {
  text-decoration: underline;
  color: rgb(88,88,88);  
}

a:hover, a:active {
  text-decoration: none;
}

#nav {

}

#nav ul {
  font-size: 1.2em;
  font-weight: 600;
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: right;
}

#nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
}

#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: rgb(88,88,88);
}

#nav li a:hover, #nav li a:active {
  text-decoration: underline;
}

body#home #nav #homenav,
body#graphic #nav #graphicnav,
body#photography #nav #photographynav,
body#about #nav #aboutnav {
  color: rgb(44,34,35);
}

img {
  padding: 0;
  margin: 0;
}

a img {
  border: none;
}

#content {
  margin: 0;
  padding: 0 5px;
  position: relative;
  top: -40px;
}

body#graphic #content {
  top: -52px;
}

/*body#about #content,
body#graphic #content,
body#photography #content {
  top: -40px;
}*/

#content h2 {
  margin: 18px 0 8px 0;
}

#content p {
  font-size: .85em;
  margin: 13px 0;
}

#footer {
  margin: 0 0 10px 0;
}

#footer p {
  font-size: .8em;
  text-align: center;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 600;
}

.rush {
  color: rgb(88,88,88);
}