* { /* resets all browser-based styling to ZERO */
  margin: 0;
	padding: 0;
	border: 0;
	}	
body {
  width: 100%;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;/* later referred as % of this number */
	line-height: 1.8em;
	text-align: center;	
	background: #fbe9b4 
  }
#wrapper {/* sits just below all the min-width stuff and 'wraps' all inside itself */
  width: 772px; 
	min-width: 772px;
	margin: 0 auto; 
	text-align: left;
  background: #fbe9b4;
	}
#header_main {/* top of page */
  height: 333px;
	margin: 0 auto;
	text-align: center;
  background: #fbe9b4 url(../images/graphics/bg.gif) repeat-x top left; /* url '../' points up one directory */
	}
#navspace {
  position: relative;
	top: 6px;
	width: 772px; 
	height: 1%; 
	margin: 0 auto;
	background: #e2bf5b;
	}
#navbar {
  height: 36px; 
	width: 770px; 
	margin: 0 auto;
	background: url(../images/graphics/navbar_bg.gif) repeat-x top left;
	border: 1px solid #ba6a03
	}	
#navbar ul {
  margin: 0 auto;
	padding-top: 9px;
	text-align: center;
	font-size: 1em;
	}
#navbar ul li {
  display: inline;
	padding: 0 11px;
	}
#navbar ul li a.here { /* to show 'nogo' link in navigation */
  font-weight: bold;
  color: #14557f;
	border-top: 2px solid #14557f;
	}		
#navbar ul li a {
  color: #fff;
	text-decoration: none;
	outline: 0;
	}
#navbar ul li a:hover {
  color: #14557f;
	border-top: 2px solid #14557f;
	outline: 0;
	}				
.round_bottom div { 
  background: transparent url(../images/graphics/bltan.gif) no-repeat bottom left;
	}
.round_bottom {
  position: relative;
	z-index: 0; /* lifts image so #textbox can move up a bit */
	top: -22px;
	background: transparent url(../images/graphics/brtan.gif) no-repeat bottom right;
	}
.round_bottom div, .round_bottom {
  width: 100%;
  height: 20px;
	margin-bottom: -22px; /* just a coupla' pixels larger than height removes overlapping bg color in IE */  
	}	
#textbox {
  position: relative;
	z-index: 10; /* allows #textbox to move 'under' .round_bottom a bit */
	top: -23px;  
  width: 100%; 
	float: left;
	margin-right: -200px;
	background: transparent;
	}
#roundbox { /* rounded box on all pages in varying width */
  margin-right: 200px;
	background: #fff;
	}
.roundbox_content { 
  margin: 0 30px; 
	}			
/* roundbox corners */	
.roundbox_top div {
   background: url(../images/graphics/txtbox_tl.png) no-repeat top left;
  }
.roundbox_top {
   background: url(../images/graphics/txtbox_tr.png) no-repeat top right;
  }
.roundbox_bottom div {
   background: url(../images/graphics/txtbox_bl.png) no-repeat bottom left;
  }
.roundbox_bottom {
   background: url(../images/graphics/txtbox_br.png) no-repeat bottom right;
  }
.roundbox_top div, .roundbox_top, 
.roundbox_bottom div, .roundbox_bottom {
   width: 100%;
   height: 20px;
   }
/* end roundbox corners */	
#openbox { /* right column on home page */
  width: 175px; 
	float: right;
	position: relative; /* raises #openbox up to make img links work in Firefox */
	z-index: 10; /* raises #openbox up to make img links work in Firefox */
	}
#openbox h1 {
  font-size: 160%;
	font-weight: normal;
	line-height: 1.3em;
	color: #14557f;
	}	
#openbox p {
  font-size: 105%;
	line-height: 1.5em;
	}	
#openbox img {
  margin: 1em 0 0.3em 0;
	}
#footer {
  clear: both;
  background: transparent;
	margin-top: -5px;
	}
/* hide from IE5/Mac \*/
#footer {
  height: 1%;
	}
/* end hide */
#footer p {
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #14557f;
	margin-bottom: 1em;
  }	
a:link, a:visited {
  color: #e57a06;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color: gray;
  text-decoration: underline;
	outline: 0;
  }
h1 {
  font-size: 190%;
	font-weight: bold;
  color: #14557f;
	margin: 0 0 0.5em 0;
	}	
h1.title {
  display: block;
  margin: 0 auto 0 -9999px;
  height: 0;
	overflow: hidden;
	}
h2 {
  font-size: 160%;
	color: #14557f;
  }
h3 {
  font-size: 130%;
	color: #14557f;
	}
h3.home_quote {
  line-height: 1.7em; 
	padding: 10px 0 0 20px;
	}
h3.MRV {
  margin: 20px 0 10px 0;
	}	
.old_timers {
  margin: -3px 0 15px 350px;
	}		
.rental {
  margin: -15px 0 10px 0;0 0 10px 0
	}	
.strong {
  font-weight: bold;
	}		
p {
  font-size: 105%;
	line-height: 1.8em;
  letter-spacing: 1px;
  padding: 0.3em 0;
  color: #14557f;
	}
p.webwrx {
  margin: 1em 0 0 0;
	text-align: center; 
	font-size: 85%; 
	color: #aaa;
	}
img.homewater {
  margin: 0 1em 5px -1em;
	}	
img.julie_clients {
  margin: 5px 0 15px 40px;
	}
img.julie_clients_rnd {
  margin: 12px 0 15px 40px;
	}		
/*img.logo {
  margin: 18px 15px 0 0;
	}*/	
img.logo {
  margin: 18px 0 0 -3px;
	}	
img.signature {
  margin-top: 1.5em;
	margin-left: 22em;
	margin-bottom: 0;
  }	

