

body {
	background: url(../images/bodyBackground.png) top repeat-x #dcdcdc;
	color: #3a3a3a;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	margin: 0 auto;
	padding: 0;
}
.clear {
    clear: both;
}
img {
    border: 0;
}
a {
    color:#166090;
    font-weight:700;
    text-decoration:none;
}


/* Main layout and header */
#wrapper {
	color: #303030;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#header {
	background:url(../images/headerBackground.jpg) no-repeat bottom left #fff;
	color:#505050;
	height:200px;
	margin:0;
	padding:0;
}

/* Main Menu */
#menu {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
#menu ul {
	padding: 0 20px 0 20px;
	margin: 0;
	background: url(../images/menuBackground.gif) repeat-x;
	height: 35px;
}
#menu li {
	display: inline;
}
#menu a {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: bolder;
	line-height: 35px;
	padding: 4px 5px 4px 5px;
	border: 1px solid #808080;
}
#menu a:hover, #menu a.selected {
	color: #fff;
}
#menu a.selected {
	background: #000;
}

/* Content Wrapper */
#content {
	line-height:1.5em;
	margin-top: 20px;
	padding: 40px 10px 0 20px;
	background: #fff url(../images/contentBackground.png) repeat-x;
}


/* Right sidebar */
#right {
	margin:0 0 10px 10px;
	padding:4px 8px 8px 8px;
	width: 200px;
	float: right;
	background: transparent;
}
#right p {
	font-size:0.9em;
	line-height:1.3em;
	margin:0 0 1.5em;
	padding:0;
}
#right h2 {
	font-size:1.6em;
	font-weight:400;
	letter-spacing:-1px;
	margin:0 0 6px;
}
#right ul {
	margin: 5px 0 10px 0;
	padding: 0;
	border-top: 2px solid #e0e0e0;
	display: block;
}
#right li {
	list-style:none;
	background: #f0f0f0;
}
#right li a {
	display: block;
	padding: 2px 0 2px 8px;
	border-right: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
}
#right li a:hover, #right li a.selected {
	text-decoration: none;
	background: #fff;
	border-bottom: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
}
#right li a.selected {
	border-left: 2px solid #fff;
}
#right .announce {
	background: #f4f4f4;
	border: 1px solid #d8d8d8;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	padding: 0 5px 5px 10px;
	width: 182px;
}



/* Main Content with listings */
html > body #main {
    margin-left:12px;
    min-height:300px;
}
#main {
    border:0 none;
    float:left;
    margin:0 0 0 6px;
    padding:0;
    width: 600px;
}
#main h2 {
    font-size:1.8em;
    font-weight:400;
    letter-spacing:-1px;
    margin:8px 0 10px;
    padding:0;                                                              
}
.listing {
    border: 3px black;
    border-top-style:solid;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.listingBanner {
    background-color: #F0F0F0;
    margin-top: 3px;
    padding: 3px;
    font-weight: bold;
    font-size: 130%
}
.listingPrice {
    float: right;
}
.listingPhotos {
    width: 140px; 
    float: left;
}
.listingDescription img {
    width: 133px;
    height: 100px;
}
.listingDescription ul {
   /* list-style-image: url("../images/BlueSquare.gif");   */
    list-style-type: circle;
    list-style-position: inside;   
    font-size:120% 
}


/* Footer */
#footer {
	background: url(../images/menuBackground.gif) repeat-x;
	border-top: 2px solid #dadada;
	clear:both;
	color: #f0f0f0;
	padding: 8px 0;
	text-align:center;
	height: 2em;
}

.photo {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 0px; 
	margin: 0; 
	font-size:90%; 
	color: #000000; 
	font-style:italic; 
	width: 139px;
}



















