td, a, p, li, div {
	font-size: 1em;
	line-height: 1.5;
}

#header {
	text-align: left;
}

#cat_subcat_list {
	height: 825px;	
	float: left;
	width: 15%;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	font-size: 90%;
	border-right: #C9D7F1 solid 1px;
}

#cat_subcat_list ul {
	margin: 5px 0 0 5px;
	padding: 0;
}
#cat_subcat_list li {
	list-style-type:none;
	margin-left: 0;
}

#current_subcat_name {
	margin: 5px 0 0 0.8em;
	font-weight: bold;
}

#tbl_sitesfound {
	float: left;
	width: 82%;
	margin: 0 5px 0 5px;
	/*border-right: 1px solid #C9D7F1;
	border-left: 1px solid #C9D7F1;*/
}

#tbl_sitesfound td {
	font-size: 15px;
	width: 42.5%;
}

#tbl_sitesfound td {
	padding: 15px 5px 15px 5px;
	width: 42.5%;
}

#tbl_sitesfound tr.oddrow td {
	background-color: #efefef;
	margin-right: 1em;
}

#tbl_sitesfound tr.evenrow td {
	background-color: white;
	margin-right: 1em;
}

#tbl_sitesfound img {
	display: block;
}

#tbl_sitesfound .site_title {
	margin-top: 1em;
	text-decoration: underline;
}

#tbl_sitesfound a.site_url {
	display: block;
	margin-top: 0.2em;
	font-size: 90%;
	color: green;
}