body {
  color:#000000;
  background:url(/image/css/paper-background.jpg) #f0e0ba top center repeat-y;
  font-size:14px;
  font-family:sans-serif;
  text-decoration:none;
  text-align:center;
}

div#header {
  background:url(/image/css/connies-studio.png) top center no-repeat;
  width:750px;
  height:110px;
  margin-top:2em;
  margin-bottom:1em;
  text-align:center;
}

div#header h1 {
  display:none;
}

div#container {
  width:750px;
  margin:0 auto;
}

div#navigation {
  border-top:1px solid #683e32;
  border-bottom:2px solid #683e32;
  padding:0.5em 0;
}

div#navigation ul {
  display:inline;
  padding:0.5em;
}

div#navigation li {
  list-style:none;
  display:inline;
  padding:0.5em;
}

div#content {
  padding:1em;
  text-align:left;
}

div#content h1 {
  text-align:center;
}

div#footer {
  border-top:2px solid #683e32;
  padding:0.5em;
}

a {
  color:#367c9e;
  font-family:sans-serif;
  text-decoration:underline;
}

a:hover {
  color:#367c9e;
  text-decoration:none;
}

a:active {
  color:#367c9e;
}

a:visited {
  color:#264059;
}

.galleries {
  text-align:center;
}

.galleries-image {
  margin:0.5em;
  font-weight:bold;
  text-align:center;
  float:left;
}

.galleries-image a {
  text-decoration:none;
}

.galleries-image img {
  border:0;
  margin:0.5em;
  border:4px solid white;
  text-decoration:none;
}

.gallery {
  margin:0 auto;
  text-align:left;
}

.gallery-image {
  padding:0.7em;
  float:left;
}

.gallery-image img {
  border:1px solid black;
}

h1, h2, h3, h4, h5, h6 {
  font-family:times,serif;
}

h2 {
  text-align:center;
}

td {
  padding:2px 1em 2px 1em;
  vertical-align:top;
}

tr:hover {
  background-color:white;
}

