HTML, BODY {
  height: 100%;
}

BODY {
  background-color: #9F99AB;
  margin: 0;
  padding: 0;
  height: 100%;
}

BODY, TD, TH, P, DIV {
  color: #3d3c3f;
  font-size: 12px;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px
}

img {
  border-color: #485f70;
  border-style: solid;
  border-width: 0px;
}

h1 { font-size: 17px; font-weight: bold; color: #485f70; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h2 { font-size: 14px; font-weight: bold; color: #485f70; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h3 { font-size: 13px; font-weight: bold; color: #485f70; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h4 { font-size: 12px; font-weight: bold; color: #485f70; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h5 { font-size: 11px; font-weight: bold; color: #485f70; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h6 { font-size: 10px; font-weight: bold; color: #485f70; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }

a { color: #485f70; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none;}
a:hover { color: #485f70; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; }
a:visited { color: #485f70; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }

#wrapper {
  width: 974px;
  min-height: 670px;
  position: relative;
	margin: 0px auto;
	background-color: #ECECED;
	background-image: url("../images/wrapper_hg.jpg");
  background-repeat: repeat-y;
}

* HTML #wrapper {
  min-height: 670px;
}

.sitemap {
  margin-left: 25px;
}

#header {
  margin-left: 16px;
  width: 946px;
  height: 132px;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
}

#navigation {
  margin-left: 16px;
  width: 703px;
  height: 23px;
  background-image: url("../images/nav_hg.jpg");
  background-repeat: no-repeat;
  padding-left: 243px;
}

#navigation .button {
  float: left;
  line-height: 23px;
  height: 23px;
  width: 91px;
  background-color: #98A2AD;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: white;
  text-align: center;
}

#navigation .button a {
  text-decoration: none;
  color: #253440;
  display: block;
  font-size: 13px;
  font-weight: normal;
}

#navigation .button a:hover {
  text-decoration: none;
  color: #FFFFFF;
}


#searchbar {
  margin-left: 16px;
  width: 929px;
  height: 55px;
  padding-top: 5px;
  background-color: #ECECED;
  padding-left: 12px;
}

#finbar {
  clear: both;
  margin-left: 16px;
  width: 929px;
  height: 15px;
  background-color: #ECECED;
  padding-left: 15px;
  font-size: 1px;
}

#menu_left {
  margin-left: 30px;
	float: left;
	width: 227px;
  background-image: url("../images/left_menu_hg.jpg");
  background-repeat: repeat-x;
  min-height: 427px;
}

#content {
	float: left;
	width: 671px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 450px;
}

#footer {
	color: #3d3c3f;
	height: 15px;
	width: 974px;
  background-image: url("../images/footer_hg.jpg");
  background-repeat: no-repeat;
  background-position: 2px 0px;
  padding-top: 15px;
  text-align: center;
  position: relative;
	margin: 0px auto;
	font-size: 11px;
}
