body {
	margin:10;
	padding:10;
    background-color: #efefef;
}
#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 */
#container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	border-radius: 50px;
    border-style: solid;
    border-width: 5px;
	background:#b19cd9; /* column 3 background colour */
}
#container1 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
	background:#0EBFE9; /* column 2 background colour */
}
#container2 {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
	background:#afeeee; /* column 1 background colour */
}
#col1 {
	float:left;
	width:29.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:29.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:29.33%;
	position:relative;
	left:76.67%;
	overflow:hidden;
}
h2 , h1 {
    text-align: center;
    text-decoration: underline;
    font-size: 200%;
}
#col2 section{
	text-align: center;
    background-color: #efefef;
    padding: 10px 10px;
	margin: 10px  auto;
	border-radius: 15px;
	border: 5px inset #70DBDB;
	-webkit-box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
	-moz-box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
	box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
}
#col1 section{
	text-align: center;
    background-color: #efefef;
    padding: 10px 10px;
	margin: 10px  auto;
	border-radius: 15px;
	border: 5px inset #00f;
	-webkit-box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
	-moz-box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
	box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
}
#col3 section{
	text-align: center;
    background-color: #efefef;
    padding: 10px 10px;
	margin: 10px  auto;
	border-radius: 15px;
	border: 5px inset #9477cb;
	-webkit-box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
	-moz-box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
	box-shadow: inset 0 3px 3px #7b8085, 0 3px 6px rgba(0, 0, 0, 0.8) !important;
}