* {
padding: 0;
margin: 0;
}

* html #container {
height: 100%;
}

html {
height: 100%;
}

body {
text-align: center;
height: 100%;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
background-color: #585858;
background-image: url('images/bg.jpg');
background-position: center;
background-repeat: repeat-y;
}

table.listing {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #C0C0C0;
}

#container {
min-height: 100%;
width: 902px;
margin: 0 auto;
text-align: left;
border-left: solid 1px #a1a1a1;
border-right: solid 1px #a1a1a1;
position: relative;
}

#header {
background-image: url('images/header.jpg');
background-repeat: no-repeat;
height: 176px;
width: 902px;
position: relative;
}

#content {
width: 800px;
margin-left: 52px;
margin-top: 18px;
}

#stickyFoot {
width: 902px;
margin: -50px auto 0 auto;
padding-top: 22px;
text-align: center;
border-left: solid 1px #a1a1a1;
border-right: solid 1px #a1a1a1;
z-index: 3;
}

#clearFoot {
height: 50px;
}


img.headerLink
{
position: absolute;
top: 91px;
border: 0px;
}

#navLinks {
right: 12px;
}

#navContact {
right: 90px;
}

#navServices {
right: 203px;
}

#navAbout {
right: 300px;
}

#navListings {
right: 387px;
}

#navHome {
right: 471px;
}

img.listingsImage {
float: left;
padding: 0px;
margin: 0px;
}

ul.listingsDetails {
width: 231px;
margin-left: 17px;
float: left;
line-height: 21px;
}

ul.otherDetails {
margin-left: 17px;
float: left;
line-height: 21px;
}

li.listingsDetails {
list-style: none; 
background: url('images/listDot.jpg') no-repeat 0px 6px;
padding-left: 12px;
}

span.header {
font-size: 30px;
}
.listingsImage {
	border: 1px solid #000000;
}