/*This is now the sidebar on the left*/
#rightcontent {
	display: block;
	border-right: 1px solid #ddd;
	left: 0px;
}

/*This is the main content on the right*/
#leftcontent {
	overflow-x: hidden;
	position: fixed;
	left: 350px;
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {	

#slogan {
	margin-top: 46px;
}

}


@media only screen and (max-width: 768px) {
	#leftcontent {
	overflow: hidden;
	padding: 0 2%;
	position: relative;
	width: 96%;
	left: 0;
	}

#rightcontent {
	border-top: 1px solid;
	display: block;
	padding: 0 2%;
	position: relative;
	text-align: center;
	width: 96%;
	}

#rightcontent #sidebar_image_full {
	padding-top: 10%;
	position: absolute;
	left: 10%;
	width: 80%;
	}
}