/*
colours used:
main blue: #268ACE
orange: #D97531
green: #8ACE26

font colours
main font: 

*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000000;
	/*background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(http://www.xposition.co.uk/minto/images/footer.jpg);	*/
}

h1 {
	color:#268ACE;
	font-size: x-large;
}

h2 {
	color:#D97531;
	font-size: medium;
}

.bluetext {
	color:#268ACE
}

/* LAYERS */
#mainwrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:100%;
	background-color:#FFFFFF;
	z-index:1;

}
#titlewrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:90px;
	background-color:#FFFFFF;
	z-index:2;
}
#maincontentwrapper {
	position:absolute;
	left:5px;
	top:140px;
	width:765px;
	height:460px;
	z-index:2;
	padding: 5px;
	background-color:#FFFFFF;
}

/* LINKS */
a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: #D97531;
}
