* { padding: 0; margin: 0; font-family: Arial, sans-serif; }

html, body, .everything { height: 100%; }

a:link img, a:visited img { border-color: transparent; }

.background { position: absolute; top: 0; left: 0; min-width: 100%;
    min-height: 100%; z-index: -1; }

.foreground {
    position: relative;
    width: 900px; margin: 0 auto;
    background: url(../images/blue-flowers.png) top center no-repeat;
    min-height: 100%; }
  .foreground .navigation { height: 80px; position: relative; z-index: 1; }
  .foreground .side-navigation { width: 150px; position: absolute;
      right: -150px; }
  .foreground .page { position: relative; height: 525px;
      background: url(../images/page.png) top left no-repeat;
      padding: 65px 55px; padding-left: 37px; }
    .foreground .page .content { margin-top: -20px; }
      .foreground .page .content .title { float: left; width: 400px; }
      .foreground .page .content .text { float: right; width: 390px;
          margin-right: -30px; max-height: 570px; overflow: auto; }
  .foreground .social { text-align: right; }
  
  
 /* Contact Form */
 
table.contact {
  width: 90%;
  margin: 0 auto; 
}

  table.contact th {
    width: 8em;
    text-align: right;
    padding: 0 10px;
    font-size: 13px;
    font-weight: normal;
  }

  table.contact td {
    text-align: left;
  }

  table.contact input, table.contact textarea, table.contact select {
    width: 100%;
    background-color: transparent;
    border: 1px dotted black;
  }

  table.contact textarea {
    min-height: 10em;
  }

  table.contact input#birth_day, table.contact input#birth_month {
    width: 1.2em;
  }
  
  table.contact input#birth_year {
    width: 2.4em;
  }
  
  table.contact input#submit {
    background-color: #f9f8f5;
    border-style: solid;
  } 
#gallery-container span {font-weight:100;font-size:13px;color:#a5bfcc;}
	.gallery ul { list-style: none;margin:0;padding:0; }
	.gallery ul li { display: block;height:100px;width:100px;float:left;margin:4px 0px 0 0;}
	.gallery ul li img {width:90px;height:80px;}
	.gallery ul li img:hover {outline:1px dotted #C00000;}

