div.float_left
{
	float: left;
}

div.clear
{
	clear: both;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}

#overlay
{
	position: absolute; 
	z-index: 1; 
	display: none; 
	width: 900px; 
	height: 400px; 
	background: #ffffff;
	border: 2px #000000 solid;
}

.main_cat
{
	padding-top: 10px;
	clear: both;
	text-align: center;
	font-weight: bold;
}

.sub_title
{
	text-decoration: underline;
	text-align: center;
}

.sub_cat
{
	float: left;
	width: 161px;	
}

#sd_listings .title
{
	font-size: 18pt;
	text-decoration: underline;
	text-align: center;
}

#sd_listings a
{
	font-size: 10pt;
}