html {
  height: 100%;
}


body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  font-family: arial, sans-serif;
  background: url(../images/bg_fill.png);
  text-align: center;
}

a { color: #663300; text-decoration: none; font-weight: bold; }
a:hover { color: #990000; }

h2 { font-size: 16px; }
h4 { font-size: 16px; font-weight: bold; color: #CCCCCC; }

#body_table {
  margin: auto;
  width: 847px;
  height: 100%;
  background: url(../images/bg_fill_body.png);
  background-repeat: repeat-y;
}


#menu_home {
position: absolute; z-index: 12; width: 200px; height: 500px; top: 168px; padding-left: 64px;
}

#menu_home div {
  margin-bottom: -4px;
}

#menu_all_side {
position: absolute; z-index: 12; width: 241px; height: 531px; top: 175px; margin-left: -37px; padding-left: 30px; padding-top: 140px;
}

#menu_all_side div {
  margin-bottom: 0px;
}

#menu_all_side_links {
  position: relative;
  top: 70px;
  left: -60px;
}

#menu_top_horz {
 position: relative;
 top: -26px;
 left: 84px;

}

#menu_top_horz div {
  float: left;
}


#header {
    height: 219px;
    width: 854px;
    background: url(../images/heading_logo_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading_logo {
  position: relative; left: 22px; top: 3px;
}



#content_body {

}

#content_body_table {
 width: 800px;
 border: 0px;
 height: 100%;
 padding: 10px;
 position: relative;
 left: 30px;
 font-size: 12px;
 color: #663300;
}

#content_body div {

}

#text_small {
  padding: 4px;
  font-size: 11px;
}

#text_small a {
  color: #FF9000;
}


#footer {
    font-size: 10px;
    position: relative;
    margin-bottom: -30px;
    margin-left: 50px;
    height: 50px;
    width: 850px;
}

#footer_span {
    font-size: 10px;
    position: absolute;
    top: 820px;
    height: 50px;
    width: 850px;
     
}


#home_splash {
  position: relative; left: 40px; background: url(../images/splash_home_dog.jpg); background-repeat: no-repeat; height: 400px;
}














