body, td
{
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}
body {
  width: 800px;
  margin: 40px auto;
  }
#logo {
  display: block; width: 300px; height: 75px; text-indent: -9999px; background-repeat: no-repeat;
}
#menu,
#submenu { text-align: right; }
#menu li,
#submenu li { display: inline; }
#menu li a,
#submenu li a {
   color: white; background: black; text-decoration: none; font-family: Trebuchet MS; padding: 1px 2px;
}
#menu li a { font-size: 1.5em; }
#submenu li a { font-size: 1.3em;  }
#menu li.current a,
#menu li.current a:hover { background: red; }
#submenu li.current a,
#submenu li.current a:hover { background: blue; }
#menu li a:hover,
#submenu li a:hover { background: #777; }
#submenu { margin-top: 5px; }


h1 { font-size: 2em;  font-family: Trebuchet MS; margin-bottom: 10px;}
h1 a { text-decoration: none; border-bottom: 1px solid #aaa; color: black; }
h1 a:hover { color: #777; }

#gallery_items { clear: both; padding-top: 10px;}
#gallery_items li,
#galleries li { display: inline; position: relative; }
#gallery_items a.img,
#galleries a {
  display: block; width: 200px; height: 200px; float: left;
  background-color: #999; background-position: center center; position: relative;
  text-decoration: none; font-family: Trebuchet MS; font-size: 1.7em; color: white;
}
#gallery_items a.img span,
#galleries a span { background: black; padding: 5px; position: absolute; bottom: 0; line-height: 0.9em; }
#gallery_items a.img:hover span,
#galleries a:hover span { background: black; }

#left_column, #right_column { width: 50%; float: left;}

#contact_form label { display: block; }
#contact_form .text,
#contact_form textarea { width: 350px; border: 1px solid #aaa; padding: 3px 5px;  line-height: 1.3em; color: #777}
#contact_form .text:focus,
#contact_form textarea:focus { color: black; border: 1px solid black; }
#contact_form textarea { height: 220px; }

p { margin: 10px 0; }

#footer { clear: both; position: fixed; bottom: 0; right: 0; padding: 0 10px; line-height: 15px; }
#footer a { text-decoration: none; color: #999; }

#content p { font-size: 1.3em; }


