html, body {
  padding: 0px;
  margin: 0px;
  background: #535353;
  height: 100%;
	font-family: arial,sans-serif;
  }
div#base {
	position: relative;
	margin: 0px auto;
	width: 592px;
  background: url(../graphics/bg.gif) #f0f0f0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
  }
#header {
  position: relative;
  margin: 0px auto 0px auto;
  width: 592px;
  height: 175px;
  background: url(../graphics/header.gif);
  }
#nav {
  position: absolute;
  width: 134px;
  top: 153px;
  height: 141px;
  z-index: 2;
  }
#nav a {
  margin: 0px;
  padding: 0px;
  display: block;
  }
a#nav_01 {
  height: 40px;
  background: url(../graphics/home.gif);
  }
a#nav_01:hover, a#nav_01.here {
  background: url(../graphics/home_ro.gif);
  }
a#nav_02 {
  height: 30px;
  background: url(../graphics/services.gif);
  }
a#nav_02:hover, a#nav_02.here {
  background: url(../graphics/services_ro.gif);
  }
a#nav_03 {
  height: 30px;
  background: url(../graphics/handy_hints.gif);
  }
a#nav_03:hover, a#nav_03.here {
  background: url(../graphics/handy_hints_ro.gif);
  }
a#nav_04 {
  height: 41px;
  background: url(../graphics/contact_us.gif);
  }
a#nav_04:hover, a#nav_04.here {
  background: url(../graphics/contact_us_ro.gif);
  }
#pagetitle {
  position: absolute;
  top: 120px;
  left: 169px;
  }
#main {
  position: relative;
  padding: 0px 10px 40px 170px;
  margin: 0px auto 0px auto;
  height: 100%;
  text-align: left;
  font-size: 76%;
  }
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  color: #535353;
  margin: 12pt 0pt 9pt 0pt;
  padding: 0pt;
  }
#main h1 {
  font-size: 1.8em;
  margin: 0pt 0pt 9pt 0pt;
  }
#main h2 {
  font-size: 1.5em;
  }
#main h3 {
  font-size: 1.2em;
  }
#main h4, #main h5, #main h6 {
  font-size: 1.8em;
  }
#main p {
  margin: 0pt 0pt 9pt 0pt;
  line-height: 1.7em;
  }
#main ul, #main ol {
  margin: 0pt 0pt 6pt 0pt;
  padding: 0pt;
  line-height: 1.7em;
  }
#main ul li, #main ol li {
  margin: 0pt 0pt 6pt 0pt;
  }
#footer {
  position: absolute;
  bottom: 0px;
  height: 31px;
  width: 100%;
  background: url(../graphics/foot.gif) #ffffff;
  }

#twitter_feed {
  margin: 10px 0px 30px 0px;
  }
