html, body {
	margin: 0;
	padding: 0;
	background-image:url(http://resources.pureagent.net/realestate28/images/bg_inside.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#page-container {
	width: 800px;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 80px;
}

#slideshow {
	height: 95px;
	clear:both;
}

#footer {
	height: 66px;
	text-align:center;
	font-size:13px;
	border-top-color:#000000;
	border-top-style: dashed;
	border-top-width:thin;
	padding-top:10px;
}

/*- Menu Tabs E--------------------------- */

#tabsE {
  float: right;
  width:100%;
  height:30px;
  font-size:13px;
  line-height:normal;
  padding-top: 5px;
  }
#tabsE ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#tabsE li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsE a {
  float:right;
  background:url(http://resources.pureagent.net/realestate28/images/tableftE.gif) no-repeat left top;
  margin:0;
  padding:0;
  text-decoration:none;
  }
#tabsE a span {
  float:right;
  display:block;
  background:url(http://resources.pureagent.net/realestate28/images/tabrightE.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {float:none;}
/* End IE5-Mac hack */
#tabsE a:hover span {
  color:#FFF;
  }
#tabsE a:hover {
  background-position:0% -42px;
  }
#tabsE a:hover span {
  background-position:100% -42px;
  }  