html{
font-family: Tahoma; 
padding:0px;
margin:auto;
}
 
 
body{
padding:0px;
margin:auto;
text-align:center;
background-image: url(/images/bg.gif);

}


#wrapper{
	margin:0px auto;
	width:770px;

}

#logo{

	float:left;
	width:263px;
	height:150px;
	backgound-color:#212121;
	background-image: url(/static/template5/images/logo.jpg) ;
	background-repeat: no-repeat;

}

#header{
	float:left;
	display:block;
	width:503px;
	height:61px;
	background-image: url(/static/template5/images/head_space.jpg) ;
	background-repeat: no-repeat;

}

#links{
	float:left;
	display:block;
	width:503px;
	height:61px;
}

#homelink a{
	float:left;
	width:123px;
	height:89px;
	background-image: url(/static/template5/images/home.jpg) ;
	background-repeat: no-repeat;
}

#feedbacklink a{
	float:left;
	width:123px;
	height:89px;
	background-image: url(/static/template5/images/feedback.jpg) ;
	background-repeat: no-repeat;
}
#termslink a{
	float:left;
	width:123px;
	height:89px;
	background-image: url(/static/template5/images/terms.jpg) ;
	background-repeat: no-repeat;
}
#sitemaplink a{
	float:left;
	width:134px;
	height:89px;
	background-image: url(/static/template5/images/sitemap.jpg) ;
	background-repeat: no-repeat;
}



#main{
	width:770px;

}


#mainmid{

	background-image: url(/static/template5/images/main_mid.jpg) ;
	background-repeat: no-repeat;
	width:770px;
	height:239px;
	float:left;
}



#content{
	float:left;
	width:770px;
	text-align:justify;
}

#search_box{
	text-align:left;
	position:relative;
	top:170px;
	left:36px;
}

h1{
	text-align:center;
	font-size:10pt;
}
h2{
	text-align:center;
	font-size:10pt;
}

h3{
	text-align:left;
	font-size:12pt;
}

h4{
	text-align:left;
	font-size:11pt;
}

.free_listing	{
	width: 770px;
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8.5pt;
	display:block;
	background-color:#f8f8f8;
	border:solid 1px #CCCCCC;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 2px;
	color:#666666;
}

.paid_listing	{
	width: 770px;
	display: block;
	background-color: #E5E5E5;
	border: solid 1px #CCCCCC;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 2px;
}


.listings	{
	width: 770px;
	font-size:8pt;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 2px;
}

.bg-top { 
	height:105px;
	width:100%;

	background:url(/static/template5/images/bg-top.gif);
	background-repeat:repeat-x;
}
.bg-bot { background:url(/static/template5/images/bg-bot.gif) bottom repeat-x;}

#footer{
	font-size:8pt;
}