/* Bring in the Default CSS for the website */
@import url('main.css');

header h1 {
	top: 2.361111111111111em;
}
.RelPos{
	position:relative;
	top: 5em;
	right: 0;
	float: right;
}
article{
	width: 100%;
}
.container{
	display: block;
	width: 33%;
	padding: 0 1em 0 1em;
	box-sizing: border-box;
}
.fRight{
	float: right;
}
.fLeft{
	float: left;
}
.clearAll{
	clear: both;
}