#sidebarContainer {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 20px 0 34px;
}

#contentContainer {
	float: right;
	margin: 0;
	padding-left: 0;
}
a.image-border {
	text-decoration: none;
	border: 0 none;
	}
.imageStyle {
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: none;
}
a:link {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

a:visited {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

a:hover, a:active {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}

a:img {
	border-style: none;
	border-width: 0;
}


