@import url('page.css');

#bottom{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: white;
	color: black;
}


#bottom #sidebar2 {
	margin: 0;
	width: 315px;
	float: left;
}

#bottom #content-body {
	padding-top: 20px;
}

#bottom li {
	background-color: #f0f0f0;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	margin-bottom: 20px;
	padding-right: 30px;
}
#bottom:after,#bottom li:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#bottom,#bottom li{ zoom: 1; }

#bottom li img {
	float: left;
	margin: 10px;
	margin-right: 24px;
}

#bottom .caption {
	display: none;
}

#bottom .links {
	margin-left: 145px;
}
	
#bottom h2, #bottom h2 a{
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #e00606;
	margin-bottom: 0;
}
#bottom p {
	margin-top: 0;
	
}