/* CSS Document */
body {
	font: 100%/130% Tahoma, arial, sans-serif;
	color: #333;
	text-align:center;
}

#wrap{
width:995px;
margin:auto;
}
#header{
width:990px;
height:200px;
background:url(../images/head.gif);
}
.footer{
width:600px;
height:112px;
margin:40px auto;
background:url(../images/foot.gif);
}
#content{
width:90%;
margin:auto;
}

#content ul{
margin:20px 0px;
text-indent:0px;
list-style-type:none;
padding:0px;
float:left;
display:inline;
}

#content ul li{
width:250px;
padding:5px 0 5px 0;
margin:5px 15px 5px 15px;
background:#fefefe;
border-top:1px dotted #f2eedb;
border-bottom:1px dotted #f2eedb;
float:left;
display:inline;
text-align:justify;
font: 0.9em/1.4em Tahoma, arial, sans-serif;
}

#content ul li img{
border:10px solid #f2eedb;
width:230px
}

#content ul li h4{
margin:5px 0px 10px 0;
font-size:1.9em;
letter-spacing:-2px;
color:#696969;
}

#content ul li .listing{
padding:0 5px 0 5px;
}

a {
color:#2788ac;
text-decoration:none;
}

.www{
color:#999;
}
.prefoot{
}
#listingB h1{
width:50%;
margin:0 auto 20px auto;
color:#696969;
}
.last{
font-weight:bold;
}
.cats a{
float:left;
margin:2px;
width:200px
}