#main {
  height: 100%;
  background-image:	url('./images/background.jpg');
}

#top_td {
  height: 100px;
  background-image:	url('./images/blue_bg.jpg');
  background-position:	bottom left;
}

#left_td {
  padding-top: 50px;
  padding-bottom: 75px;
  padding-left: 20px;
}

#center_td {
  width: 700px;
  padding-top: 20px;
height: 100px;
}

#right_td {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 25px;
}

#bot_td {
  height: 100px;
  background-image:	url('./images/blue_bg.jpg');
}

#bot_div {
  width: 100%;
  background-image:	url('./images/border_bot.jpg');
  background-repeat:	repeat-x;
  background-position:	top;
  height: 15px;
}

#top_div {
  height: 15px;
  width: 100%;
  background-image:	url('./images/border_top.jpg');
  background-repeat:	repeat-x;
  background-position:	bottom left;
}

body {
  margin: 0px;
  font-family: sans-serif;
  font-size: 9pt;
  text-align: justify;
  position: relative;

}


h1
  {font-size: 14pt}

h2
  {font-size: 12pt}

h1,h2
  {padding-top: 10px}

table
  {font-size: 1em}

.gallery
  {text-align: center; font-size: 14pt}

li
  {padding-bottom: .2cm}


#rachelwhotable td {padding-right: 25px; padding-bottom: 15px}
#rachelwhotable {padding-top: 30px}

.form_text {
  width: 120;
  float: left;
}

.FAQ tr td{
  padding-bottom: 15px;
  padding-right: 20px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #333333}   /* mouse over link */
a:active {color: #000000}   /* selected link */
