
body
{   
  margin      :  0px;
  background  :  #cccccc;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  

  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
}

h1
{
  font-family  :  tahoma, verdana, arial;
  font-weight  :  bold;
  font-size    :  14px;
  color        :  #444444;
  
  margin       :  0px 0px 5px 0px;
  padding      :  0px;  
}

b
{
  color  :  #555555;
}

a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  underline;
}
  
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #0033cc;
   
  text-decoration  :  underline;
}

ul, ol
{
  margin   :  5px 0px 10px 0px;
  padding  :  0px 0px 0px 35px;
}

li
{
  margin   :  0px;
  padding  :  0px 0px 8px 0px;
}

#MainDiv
{
  width       :  800px;
  margin      :  10px auto 0px auto;
  background  :  #ffffff;
}

#Header
{
  height      :  282px;
  background  :  #43403b;
}

#ContentsArea
{
  padding  :  20px 0px 20px 0px;
}

#Navigation a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  color            :  #666666;

  text-decoration  :  none;
  text-align       :  right;

  display          :  block;
  padding-right    :  20px;
  line-height      :  40px;  
  height           :  40px;
  background       :  #eeeeee;
  border-left      :  solid 1px #dad9d9;
  border-bottom    :  solid 1px #acabaa;
}
 
#Navigation a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  color            :  #ffffff;

  text-decoration  :  none;
  text-align       :  right;

  display          :  block;
  padding-right    :  20px;
  line-height      :  40px;  
  height           :  40px;
  background       :  #c9c9c9;
  border-left      :  solid 1px #bab8b6;
  border-bottom    :  solid 1px #acabaa;
}

#Navigation a.home, #Navigation a.home:hover
{
  padding-top  :  20px;
}

#Navigation a.guestBook, #Navigation a.guestBook:hover
{
  padding-bottom  :  20px;
  border-bottom   :  solid 1px #eeeeee;
}

#Navigation a.selected, #Navigation a.selected:hover
{
  background  :  #c9c9c9;
}

#Body
{
  padding  :  0px 40px 20px 40px;
}

#Footer
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #1f1a17;

  text-align   :  center;

  line-height  :  18px;
  padding      :  10px 0px 20px 0px;
  background   :  #cccccc;
}

#Footer a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #222222;

  text-decoration  :  none;
}
 
#Footer a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #cb2821;

  text-decoration  :  underline;
}

#Gallery img
{
  width          :  160px;
  height         :  107px;
  border         :  none;
  margin-bottom  :  20px;
}

form
{
  margin      :  5px 0px 15px 0px;
  border      :  solid 1px #dddddd;
  padding     :  20px;
  background  :  #f9f9f9;
}

input.button
{
  font-family  :  tahoma, verdana, arial, sans-serif;
  font-weight  :  normal;
  font-size    :  12px;
  color        :  #777777;

  text-align   :  center;
  padding      :  2px 10px 2px 10px;
  #padding     :  2px 5px 2px 5px;
  _padding     :  2px 5px 2px 5px;  
  background   :  #ffffff;
  border       :  solid 1px #aaaaaa;
  cursor       :  pointer;
}

input.button:hover
{
  color        :  #000000;
  background   :  #cccccc;
}

input, select, textarea
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #333333;
  
  padding      :  2px;
}

.mandatory
{
  color  :  #ff0000;
}

.spamCode
{
  width    :  114px; 
  padding  :  2px 2px 3px 2px;
}

#Note
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  24px;
  font-weight  :  normal;
  color        :  #666666;

  text-align   :  center;
  line-height  :  60px;

  padding      :  40px;
  border       :  dotted 1px #888888;
  background   :  #f6f6f6;
}