

		a img{
		   border: 0;
		}

		.clear{
			clear: both;
		}

		table td , table th{
			vertical-align: top;
			text-align:     left;
		}

		legend{
			font-weight: bold;
			font-size: 1.0em;
		}

		h1{
			font-size: 1.0em;
		}

		h2{
			font-size: 1.0em;
			border-bottom: 1px solid black;
		}

		p{
			font-size: 1.0em;
		}

		#container{
			background-color: #f1eede;

			padding: 10px;
		}

		#container , #search  , #listings , #pagination{
		    margin: 0;

			width: 98%;
		}
		


		div#map_container{
			width:  800px;
			margin: 0px;

			overflow: hidden;
			background-color: #DCD4A5;
			padding: 3px;
		}
		
		div#map{
			height: 220px;
		}
		
		div.input{
			margin: 5px;
		}
		div.input label{
			font-weight: bold;
			width: 80px;
			display: block;
			float:left;
		}
		
		table#listings{
			width:  100%;
			border-spacing: 2px 2px;
			empty-cells: show;
			border-top: 0;
			font-size: 0.9em;
		}
			table#listings tr{

			}
				table#listings tr th{
					font-weight: bold;
					border-bottom: 1px solid black;
					border-left:   1px solid white;
					border-right:  1px solid white;
					padding: 3px 5px;
					text-align:  left;					
				}
				table#listings tr td{
				        border-right: 1px solid white;
					    padding: 3px 5px;
				}
				table#listings tr.odd td{
					background-color: #FFFFFF;
				}
				table#listings tr th#listings_num{
					width: 55px;
				}
				table#listings tr th#listings_img{
					width: 75px;
				}
					table#listings tr td.listings_img img{
						width:  75px;
						height: 45px;
					}
				table#listings tr th#listings_area{
					width: 80px;
				}
				table#listings tr th#listings_title{
					width: 190px;
				}
				table#listings tr td.listings_title{
					text-align: left;
				}
				table#listings tr th#listings_map{

				}
				table#listings tr th#listings_price{
					width: 80px;
				}
					table#listings tr td img{
						margin:  0;
						padding: 0;
					}
		
		div#pagination{
			text-align: center;
			color: #304A6B;
			padding: 5px;
		}

			div#pagination a{
				color: #304A6B;
			}

		#gallery{

			
		}

			#gallery img{
				width: 100px;
				height: 70px;
				float: left;
				margin: 10px;
			}
