h1 , h2 , h3 , h4 , h5 , h6 {
  color: rgb(178,34,34);
  font-family: Verdana;
  font-size: 16px;
}

h1 {
  letter-spacing: 5px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}

a {
  color: rgb(0,102,153);
  text-decoration: none;
}

a:hover {
  color: rgb(0,0,102);
  text-decoration: none;
}

body {
  font-family: Tahoma;
  font-size: 12px;
  line-height: 18px;
}

#sheet {
  border: solid 2px rgb(215,216,218);
  float: left;
  margin: 0 auto;
  width: 766px;
}

#masthead {
  clear: both;
  float: left;
  width: 766px;
}

#lang_box {
  float: right;
  font-family: Arial;
  font-weight: bolder;
}

.lang {
  color: rgb(191,191,191);
  margin-left: 5px;
}

.lang:hover {
  color: rgb(191,191,191);
}

.lang:visited {
  color: rgb(191,191,191);
}

.lang:link {
  color: rgb(191,191,191);
}

#top_nav {
  clear: both;
  float: left;
  font-size: 14px;
  padding: 5px;
  width: 766px;
}

#inside {
  clear: both;
  float: left;
  margin: 5px 0;
  width: 766px;
}

#left_col {
  float: left;
  width: 200px;
}

#left_col ul li {
  float: left;
  border: 1px solid whitesmoke;
  margin: 3px 0;
  padding: 0 5px;
  width: 188px;
}

#content {
  color: rgb(79,79,79);
  float: right;
  padding: 5px;
  width: 556px;
}

#content img {
  margin: 5px;
}

#grey {
  background-color: rgb(214,214,214);
  float: left;
  padding: 5px;
  width: 546px;
}

#footer {
  color: rgb(207,207,207);
  float: left;
  font-size: 32px;
  line-height: 40px;
  width: 756px;
}

.banner {
  float: left;
}

.banner_heading {
  float: left;
  font-variant: small-caps;
}

.banner_image {
  clear: both;
  float: left;
}

.lists {
  float: left;
  list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0;
  padding: 0;
	width: 148px;
}

