/* Colour Scheme 

		Background: White		#FFFFFF
		Primary:	Red-orange	#D35002
		Secondary:	Blue		#02558A
		Tertiary:	Black		#000000
*/

/*---------------------------------------------------------------------*/


body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Arial Rounded', Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
	}
	
a {
	text-decoration: none;
	border: none;
	color: #F15A29;
	}
	
a:link, a:visited {

	}
	
a:focus, a:hover {
	color: #D12C00;
	}
	
a:active {
	
	}
	
ul {
	list-style: none;
	}
	
h1 {
	display: none;
	}
	
h2 {
	color: #F15A29;
	}
	
img {
	border: none;
	}
	
	
/* divs */	
/*---------------------------------------------------------------------*/	
	
div#wrap {
	width: 960px;
	height: 808px;
	margin: auto;
	position: relative;
	}
	
div#header {
	width: 960px;
	height: 150px;
	position: absolute;
	text-align: center;
	background-color: #FFFFFF;
	}
	
div#menubar {
	width: 200px;
	height: 594px;
	position: absolute;
	top: 150px;
	background-color: #FFFFFF;
	background-image: url(../images/);
	font-size: 13pt;
	}
	
div#content {
	width: 960px;
	height: 594px;
	position: relative;
	top: 150px;
	background-color: #FFFFFF;
	background-image: url(../images/);
	}
	
div#text {
	height: 514px;
	width: 960px;
	position: absolute;
	top: 35px;
	left: 50px;
	background-color: transparent;
	z-index: 50;
	}

div#footer {
	height: 64px;
	width: 960px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	}



/* classes */
/*---------------------------------------------------------------------*/



