/* Reset styles */
body {
  margin: 0;
  padding: 0;
  background: rgb(255,255,255);
  font-family: Georgia, Serif;
  font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

a, img {
  border: none;
  text-decoration: none;
  color: rgb(0,0,0);
}

/* Page positioning */
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 780px;
}


/* Main menu items (header) */
#menu-wrap {
  float: left;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgb(240,240,240) url(../images/menu-header-bg-2.gif) repeat-x left bottom;
  border-bottom: 1px solid rgb(220,220,220);
}

#menu-header {
  clear: both;
  margin: 0 auto;
  width: 780px;
  text-align: right;
}

#menu {
  float: right;
  width: 780px;
  margin: 5px;
  padding: 10px 0 5px 0;
}

  #menu ul {
    margin: 0;
    padding: 0;
    display: inline;
  }

  #menu li {
    margin: 0 0 0 15px;
    display: inline;
    list-style-type: none;
    
    font-size: 95%;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #menu a, #menu a:visited {
    text-decoration: none;
    color: rgb(140,140,140);
  }
  
    #menu a:hover {
      /* Do menu styling here... */
      color: rgb(105,115,150);
color: rgb(238,95,65);
      text-decoration: none;
      border-bottom: 3px solid rgb(105,115,150);
border-bottom: 3px solid rgb(238,95,65);
border-bottom: 3px solid rgb(238,95,65);
    }
    
  #menu a.selected {
    color: rgb(105,115,150);
color: rgb(198,60,50);
    text-decoration: none;
    border-bottom: 3px solid rgb(105,115,150);
border-bottom: 3px solid rgb(198,60,50);
    
    cursor: default;
  }


/* Index body styles */ 
div#body {
  float: left;
  margin: 60px 0 0 0;
  width: 780px;
  background: #F5F8E1;
  /* border-bottom: 1px solid rgb(215,225,245); */
}

  div#left-column {
    float: left;
    width: 200px;
    min-height: 350px;
    background: none;
  }

div#logo {
  float: left;
  margin: 100px 20px 20px 20px;
  font-size: 260%;
  font-weight: normal;
  color: rgb(135,145,180);
  width: 188px;
  height: 78px;
}
  
  div#right-column {
    float: right;
    width: 540px;
    min-height: 350px;
    background: #CDD0B9;
  }

div#painting-collage {
  float: left;
  width: 540px;
  margin: 30px 0 0 0;
  padding: 10px auto 10px auto;

}

div#painting-collage img {
  margin: 4px;
  padding: 3px;
  background: rgb(255,255,255);
  background: #F5F8E1;
background: none;
  background: rgb(215,218,195);
  border: 1px solid rgb(120,125,150);
  border: 1px solid #C63C32;
  border: 1px solid rgb(175,178,155);
}

  div#painting-collage #row-1, div#painting-collage #row-2 {
    clear: left;
    float: left;
    width: 500px;
    margin-left: 25px;
  }

div#text-column {
  clear: left;
  float: left;
  margin: 20px 0 30px 55px;
  width: 425px;
}
  
  #text-column p {
    margin: 0;
    text-align: left;
    
    font-size: 120%;
    font-style: normal;
    color: rgb(60,80,40);
    line-height: 1.7em;
  }
  
  #text-column a, #text-column a:visited {
    color: rgb(0,0,0);
  }
  
  #text-column a:hover {
    background: #F5F8E1;
  }
  
  #text-column .quotes {
    font-size: 270%;
    vertical-align: middle;
    line-height: 0.7em;
    
    color: rgb(85,90,120);
  }
  
/* Page footer */
div#footer {
  clear: both;
  width: 780px;
  margin: 0 auto;
  padding: 5px 0 40px 0;  
  text-align: center;
  background: rgb(255,255,255) url(../images/footer-bg.png) no-repeat left top;
}

  #footer p {
    margin: 10px 0 5px 0;
    
    font-family: Trebuchet MS;
    font-size: 90%;
    color: rgb(140,140,140);
  }