html, body
{
  background-color: #B5BCD5;
  background-image: url('/img/pebbles.jpg');
  background-repeat: no-repeat;
  background-position: 0 99px;
  color: black;
  margin: 0;
  font-family: verdana, sans-serif;
  font-size: 10pt;
}
a
{
  text-decoration: none;
  color: black;
}
a:hover
{
  color: #972F1B;
}
a img
{
  border: none;
}
h1
{
  font-size: 9pt;
  font-weight: bold;
  color: #972F1B;
  margin: 0;
  padding-top: 30px;
}
#header
{
  background-color: #C2C8E2;
  height: 89px;
  padding-bottom: 10px;
  width: 100%;
}
#masthead
{
  float: left;
}
#header-menu
{
  margin-right: 100px;
  margin-top: 70px;
  float: right;
  word-spacing: 30px;
  color: #972F1B;
}
#header-menu a
{
  text-decoration: none;
  color: #928890;
  ;
}
#header-menu a:hover
{
  color: #972F1B;
}

#main
{
  width: 100%;
}
#home
{
  text-align: right;
  width: 40%;
  font-size: 12pt;
  position: absolute;
  padding-left: 60%;
}
#home a
{
  text-decoration: none;
}
#home div
{
  clear: both;
}
#home img
{
  padding: 0;
  margin: 0;
  float: right;
  margin-left: 20px;
  margin-bottom: -6px;
}
#prints,#greetings
{
  text-align: center;
}
#prints,#greetings p
{
  padding: 0 30% 0 30%;
  font-size: 9pt;
}
#about-me
{
  text-align: center;
  padding: 0 30% 30% 30%;
  font-size: 9pt;
}
#contact
{
  margin: 0;
  padding: 10% 30% 10% 30%;
  height: 100%;
  text-align: center;
  font-size: 12pt;
}
#contact a
{
  font-weight: bold;
}
#paintings
{
  margin: 30px 10% 0 10%;
  color: grey;
}
#paintings .left, .right
{
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
  height: 385px;
  width: 250px;
  background-color: white;
  position: relative;
}
#paintings .left
{
  float: left;
  clear: left;
}
#paintings .right
{
  float: right;
  clear: right;
}
#paintings .title
{
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  text-align: center;
  width: 250px;
  font-size: 10pt;
}
#painting
{
  padding: 20px;
  text-align: center;
}
#painting img
{ 
  border: 20px solid white;
  border-bottom: 60px solid white;
  max-width: 100%;
}

#navigation
{
  margin-top: 30px;
  text-align: center;
}

#desc
{
  margin-top: -58px;
  color: grey;
}

a#current
{
  color: #972F1B;
}
#links
{
  padding: 50px 30% 30% 30%;
  font-size: 12pt;
  text-align: center;
  line-height: 4em;
}
#links a
{
  font-weight: bold;
}

