/* ******************************* GLOBAL STYLES ******************************* */
html, body {
     height:100%
}
body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}
h2, h3, h5, #content-main, #footer, input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
li, p{
	font-size:15px;
	line-height:1.80em;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}

/* ********************************** LAYOUT ********************************* */
#middle{
	width:90%;
	background:#FFFFFF;
	margin:0 auto;
	padding:0 10px;
}
	#content-main{
		text-align:justify;
		width:60%;
	}
#footer{
	background-color:#DDDDDD;
	bottom:0;
	font-size:80%;
	width:100%;
}
	#content-footer{
		margin:0 auto;
		padding:1px 0;
		width:90% !important;
	}

/* ******************************* HEADINGS ******************************* */
h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:150px;
	margin:0;
}
	.colour{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		letter-spacing:20px;
	}
	.small{
		font-size:70%;
	}
h2{
	color:#555555;
	font-size:24px;
	font-style:italic;
	margin:-20px 0 70px 100px;
}
h3{
	font-size:24px;
	text-transform:capitalize;
}
h4{
	color:#666666;
	font-size:18px;
}

/* ********************************** EXTRAS ********************************* */
#woc-left, #flc-left{
	float:left;
	width:50%;
}
#woc-right, #flc-right{
	float:right;
	width:50%
}
