html, body {
  
background: #080c0c;
  color: #eeaad4;
  margin: 0;
  padding: 0;

font-family: serif;
}


a:link {
  
color: #000088;
  background: none;
  text-decoration: none;
  font-weight: bold;

}


a:visited {
  
color: #111188;
  background: none;
  text-decoration: none;
  font-weight: bold;

}
a:hover {
color: white;
  background: none;
  text-decoration: none; font-weight: bold;
}
a:active {
color: white;
  background: none;
  text-decoration: none;
  font-weight: bold;

}



#navigation {
  
position: absolute;
  left: 5px;
  top: 10px;
  width: 200px;
  list-style-type: none;
  margin: 0;
 background: #080c0c;
 padding: 0px; text-align: center;
  font-size: 20pt;

}


#navigation li {
  
margin-top: .5em;
  margin-bottom: .5em; line-height: 105%;

}


#navigation :link {
  
background: none;
  text-decoration: none; color: #eeaad4;
  font-weight: normal;
  font-style: italic;

}


#navigation :visited {
  
color: #eeaad4;
  background: none;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;

}
#navigation :hover {
  
color: white;
  background: none;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;

}
#navigation :active {
  
color: white;
  background: none;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;

}



a.menu:link {
color: #111188; text-decoration: none; font-weight: bold;
}
a.menu:visited {
color: #111188; text-decoration: none; font-weight: bold;
}
a.menu:hover {
color: white; text-decoration: none; font-weight: bold;
}



a.menu:active {
color: white; text-decoration: none; font-weight: bold;
}

#content {
  
min-height: 12cm;
background: #eeaad4;
  color: black;
  margin: 10px 10px 10px 215px;
  padding: 20px;

}


#content img {
  
border: medium solid black;
  float: right;
  margin: 0em 0em 1em 1.5em;

}

#galls img {
  
border: medium solid black;
  float: none;
  margin: 0 10px 10px 0;

}

h1 {
  
font-style: italic;
background: url(images/swirl.png) no-repeat top left #eeaad4;
  color: black;
  padding-left: 15px;
}

h2 {
  
font-weight: normal;
font-style: none;
font-size: 120%;
text-decoration: underline;
  color: black;
}

img.thumb {
border: 1px solid red; margin: 2px 1px;
}



.aside {
  font-size: .75em;
}



address {
  background: #080c0c;
  color: #999;
  text-align: center;
  font-family: sans-serif; font-size: .8em; font-style: normal;
 padding-bottom: 5px; }
