@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(/custom/themes/default/images/tile-top.gif);
	background-repeat:repeat-x;
	height: 274px;
	z-index: 1;
}

.listingText {
	font-size: 11px;
}


.home h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	}

#container2{
	position: relative;
	z-index: 2;
	}

#navwrap{
	position: relative;
	background-image: url(/custom/themes/default/images/nav.gif); 
	width: 217px;
	height: 262px;
	}

#navcontainer{
	position: absolute;
	top: 95px;
	left: 50px;
	width: 170px;
	z-index: 3;
	}

#topwrap {
	position: relative;
	}
	

#top {
	position: absolute;
	top: -55px;
	left: 0px;
	background-image:url(images/top.gif);
	width: 657px;
	height: 76px;
	}
	

#mainContent {
	position: relative;
	text-align:left;
	padding: 5px 0 0 0;
	width: 620px;
}
