@charset "utf-8";

/* $Id */

a { color: #007b37; text-decoration: none; }
a:hover { color: #007b37; text-decoration: underline; }

body { font-size: 13px; }

div#buttons { float: right; position: relative; right: -5px; }

div#copyright { float: left; line-height: 31px; }

div#header {
  background-color:     black;
  background-image:     url(../img/header-bg.jpg);
  height:               179px;
}

div#header a { left: 146px; position: relative; top: 65px; }

div#footer { padding-top: 30px; }

div#menu { padding-top: 30px; }
div#menu ul li { font-size: 14px; list-style-type: none; }
div#menu ul li.last { margin-top: 30px; }

div#section { padding-top: 30px; }

h1 { font-size: 24px; }

img.photo { float: left; margin-right: 24px; }
