body {
	margin:0;
	padding:0;
}
#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	margin-left:2%;
	padding-right:2%;
}

/* Start of Column CSS */

#container1 {
	float:left;
	width:100%; margin-left: auto; margin-right: auto;
	position:relative;
	background:black; /* column 1 background colour */
}
#col1 {
	float:left;
	width:40%;
	position:relative;
	overflow:hidden;
}
#col2 {
	float:left;
	width:30%;
	position:relative;
	overflow:hidden;
}
#col3 {
	float:left;
	width:30%;
	position:relative;
	overflow:hidden;
}
/* --> */
