#header h1,
#header h2,
#header p {
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

/* Start of Column CSS */
#container4 {
	clear: left;
	float: left;
	width: 960px;
	overflow: hidden;
	margin-top: 10px;
}
#container3 {
	clear: left;
	float: left;
	width: 100%;
	position: relative;
	right: 25%; /* column 3 background colour */
}
#container2 {
	clear: left;
	float: left;
	width: 100%;
	position: relative;
	right: 25%; /* column 2 background colour */
}
#container1 {
	float: left;
	width: 100%;
	position: relative;
	right: 25%; /* column 1 background colour */
}
#col1 {
	float: left;
	width: 21%;
	position: relative;
	left: 77%;
	overflow: hidden;
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}
