@charset "utf-8";

body {
  font-family: sans-serif;
  background: white url("images/bg.jpg");
  color: #444;
}
table {
  width: 750px;
  background-color: white;
  border-collapse: collapse;
}

#logo {
  width: 775px;
  height: 182px;
  background: white url("images/header.svg") no-repeat;
  text-align: right;
  vertical-align: top;
}
#menubar {
  width: 162px;
  vertical-align: top;
}
ul#menubar-list {
	padding: 0;
	padding-left: 6px;
}
ul#menubar-list li {
	list-style: none;
}
ul#menubar-list li a {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.4em;
	color: #332388;
}
ul#menubar-list li a:hover {
	text-decoration: none;
	color: #332388;
	background-color: #ebebeb;
}
#content {
  width: 500px;
  font-size: 14px;
  vertical-align: top;
	padding: 0 40px;
}
a,
a:visited {
  color: #000099;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.normal {
  text-align: justify;
}
.heading {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}
.surgery {
  text-align: left;
}
.surgery:first-line {
  font-weight: bold;
}
.footer {
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.footer > a,
.footer > a:visited {
  color: #999999;
}
.footer > a:hover {
  color: #000099;
}
