@charset "utf-8";
/* CSS Document */
.leftColumn {
		float:left;
		width:40%;
}
.rightColumn {
		float:right;
		width:60%;
}
.oneColumn {
		float:left;
		width:100%;
		margin:0 auto;
}

p {
	margin-bottom: 0;
}

h4 { 
	clear:both;
	padding-top:4%;
}

h2 { 
	clear:both;
}