
#Sidebar {
	float:right;
	width:265px;
	margin-top:-21px;
}

.SidebarTitle {
	height:60px;
	padding-left:60px;
	width:205px;
	float:left;
	background:url(Images/SidebarBG.png) no-repeat top;
}

	.SidebarTitle h3,
	.SidebarTitle h2 {
		color:#d13d40;
		font-size:18px;
		font-weight:normal;
		line-height:55px;
		font-size:18px;
	}
	
	.SidebarTitle h2 {
		font-size:22px;
	}

.Sidebar {
	width:235px;
	padding:0 20px 10px 10px;
	float:left;
	background:url(Images/SidebarBG.png) no-repeat bottom;
}

	.Sidebar h3 {
		color:#d13d40;
		font-size:18px;
		font-weight:normal;
		font-size:18px;
		border-bottom:1px solid #052358;
	}
