* {
	margin:0;
	padding:0; 
}

body {
	font-family: Palatino, serif; 
}

h1, h2 {
	font-weight: bold;
	font-size:12pt;
}

h2 {
	margin-bottom:15px;
        color:#222;
}

h3 {
	font-style: italic;
	font-size:11pt;
        font-weight:normal;
	margin-bottom:8px;
}

div#top {
	background-color:#fff;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

div#sidebar {
	width:300px;
	margin-top:80px;
	margin-left:100px;
	float:left;
}

div#address {
	background-color:#e0e0e0;
	width:300px;
	max-height:350px;
	font-size:11pt;
	letter-spacing:0.07em;
	padding-top:20px;
	padding-left:20px; 
	padding-bottom:20px;
	border: 1px solid #bbb;
        line-height:1.5;
}

div#pic {
	width:300px;
	margin-top:50px;
	margin-bottom:20px;
}

div#content {
	margin-top:80px;
	max-width:500px;
	font-size:11pt;
	padding-left:70px;
	padding-right:20px;
	float:left;
        line-height:1.8;
        color:#222;
}

div#pic>img {
	border: 1px solid #BBB;
}

#content a {
	text-decoration:none;
	color:#B00; 
}

p {
	padding-bottom:20pt;
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
#navigation:before,
#navigation:after,
#navigation > ul:before,
#navigation > ul:after {
  content: '';
  display: table;
}
#navigation:after,
#navigation > ul:after {
  clear: both;
}
#navigation {
	border-bottom: 1px solid #200;
}
#navigation a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#navigation ul {
  background: #b00;
  border: 1px solid #a00;
  padding-left:100px;
}
#navigation ul > li {
  float: left;
  list-style: none;
}
#navigation ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 40px;
  position: relative;
}
#navigation ul > li > a:hover {
  background: #a00;
}
#navigation ul > li > a:hover:before {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  opacity: .2;
}
#navigation ul > li > a:hover:after {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  opacity: .2;
}