HTML, BODY { 
  height: 100%; 
}

BODY { 
  background-color: #FFF1C4;
  background-image: url("../images/body_hg.jpg");
  background-repeat: repeat-x;
  margin: 0; 
  padding: 0; 
  height: 100%;
}

BODY, TD, TH, P, DIV { 
  color: #000000; 
  font-size: 11px; 
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

p { 
  margin: 0; 
  padding-top: 5px; 
  padding-bottom: 5px 
}

img { 
  border:0;
}

h1 { font-size: 17px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h2 { font-size: 14px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h3 { font-size: 13px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h4 { font-size: 12px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h5 { font-size: 11px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h6 { font-size: 10px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }

a { color: #000000; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none;}
a:hover { color: #000000; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; }
a:visited { color: #000000; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }


#wrapper { 
  width: 900px; 
  min-height: 100%;
  position: relative;
	margin: 0px auto;
	background-color: #FFF1C4;
	background-image: url("../images/wrapper_hg.jpg");
  background-repeat: repeat-y;
	background-position: right;
}

* HTML #wrapper { 
  height: 100%;
}

.sitemap {
  margin-left: 25px;
}

#main {
	width: 681px;
	float: left;
	background-image: url("../images/body_hg.jpg");
  background-repeat: repeat-x;
}

#nav_right {
	width: 218px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #E5E5E5;
	margin-bottom: 200px;
}

#header { 
	height: 141px;
	width: 681px;
}

#content { 
	width: 635px;
	clear: both;
	padding-left: 16px;
	padding-right: 30px;
}

#footer {
	clear: both;
	color: #000000;
	position: fixed;
	height: 170px;
	width: 100%; 
	bottom: 0px;
	background-color: #FBBA00;
}

.button_left {
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;
  line-height: 24px; 
  color: black; 
  height: 29px; 
  width: 217px;
  line-height: 29px;
}

.button_left a {
  text-decoration: none;
  padding-left: 10px; 
  color: black;
  width: 207px;
  display: block;
  height: 29px; 
  line-height: 29px; 
  background-color: #E5E5E5;
	font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

.button_left a:hover {
  text-decoration: none;
  padding-left: 10px; 
  color: white;
  width: 207px;
  display: block;
  height: 29px; 
  line-height: 29px; 
  background-color: #D4021F;
	font-family: Arial;
  font-size: 11px;
}
