body {
	text-align: center;
	margin: 0px;
	background-image: url(images/shim.jpg);
	background-repeat: repeat-x;
	background-color: #9E9E9E;
}

a:link {
	color: #0568C9;
	text-decoration: none;
}
a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #C50202;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.big_div {
	height: 100%;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.box_bg {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 920px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_bg_info4 {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 1050px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_bg_reg {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 1275px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_bg_teacher2 {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 900px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_small {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 850px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_bg_index {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 420px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_bg_language {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 2750px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}
.box_bg_prices {
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/pattrpt.gif);
	background-repeat: repeat;
	width: 770px;
	height: 1900px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 15px;
}

/*White header - not a link*/
.basic_white_text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*White Links for the rainbow boxes*/
.white_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	height: auto;
	position: absolute;
	top: 90px;
}
.white_links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white_links a:hover {
	color: #333333;
	text-decoration: none;
}
.white_links a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.white_links_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 0%;
	z-index: 3;
}
.white_links_index a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_links_index a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white_links_index a:hover {
	color: #333333;
	text-decoration: none;
}
.white_links_index a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*Coloured Links for the headers*/
.red_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
	z-index: 3;
}
.red_links a:link {
	color: #C50202;
	text-decoration: none;
}
.red_links a:visited {
	color: #C50202;
	text-decoration: none;
}
.red_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c50202;
}
.red_links a:active {
	color: #C50202;
	text-decoration: none;
}



.orange_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
}
.orange_links a:link {
	color: #D59400;
	text-decoration: none;
}
.orange_links a:visited {
	color: #D59400;
	text-decoration: none;
}
.orange_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D59400;
}
.orange_links a:active {
	color: #D59400;
	text-decoration: none;
}



.yellow_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
	z-index: 3;
}
.yellow_links a:link {
	color: #D9DC03;
	text-decoration: none;
}
.yellow_links a:visited {
	color: #D9DC03;
	text-decoration: none;
}
.yellow_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D9DC03;
}
.yellow_links a:active {
	color: #D9DC03;
	text-decoration: none;
}



.green_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
}
.green_links a:link {
	color: #00C200;
	text-decoration: none;
}
.green_links a:visited {
	color: #00C200;
	text-decoration: none;
}
.green_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00C200;
}
.green_links a:active {
	color: #00C200;
	text-decoration: none;
}



.blue_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
	z-index: 3;
}
.blue_links a:link {
	color: #0378DA;
	text-decoration: none;
}
.blue_links a:visited {
	color: #0378DA;
	text-decoration: none;
}
.blue_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0378DA;
}
.blue_links a:active {
	color: #0378DA;
	text-decoration: none;
}


.purple_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
}
.purple_links a:link {
	color: #A602C8;
	text-decoration: none;
}
.purple_links a:visited {
	color: #A602C8;
	text-decoration: none;
}
.purple_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A602C8;
}
.purple_links a:active {
	color: #A602C8;
	text-decoration: none;
}



.maroon_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
	text-decoration: none;
}
.maroon_links a:link {
	color: #930347;
	text-decoration: none;
}
.maroon_links a:visited {
	color: #930347;
	text-decoration: none;
}
.maroon_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #930347;
}
.maroon_links a:active {
	color: #930347;
	text-decoration: none;
}

/*end of coloured link*/


.small_logo {
	height: 90px;
	width: 176px;
	background-position: left top;
	top: 0%;
	position: absolute;
	left: 0%;
	z-index: 10;
}
.accred_logos {
	position: absolute;
	height: 166px;
	width: 93px;
	top: 500px;
	left: 0%;
	padding: 3px;
}

.splashpics02 {
	float: right;
	height: 207px;
	width: 562px;
	position: absolute;
	top: 0%;
	right: 0%;
}
.splashpics01 {
	float: right;
	height: 207px;
	width: 562px;
	background-image: url(images/biglogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0%;
	right: 0%;
}
.splashpics3_01 {
	float: right;
	height: 133px;
	width: 562px;
	background-image: url(images/ladies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 235px;
	right: 0%;
}
.splashpics3_02 {
	float: right;
	height: 133px;
	width: 562px;
	background-image: url(images/soho.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 235px;
	right: 0%;
}
.splashpics3_03 {
	float: right;
	height: 133px;
	width: 562px;
	background-image: url(images/gents.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 235px;
	right: 0%;
}
.splashpics3_04 {
	float: right;
	height: 133px;
	width: 562px;
	position: absolute;
	top: 235px;
	right: 0%;
}
.splashpics3_05 {
	float: right;
	height: 110px;
	width: 562px;
	position: absolute;
	top: 235px;
	right: 0%;
}
.headerbanner_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 32px;
	right: 0%;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-color: #FFFFFF;
}
.headerbanner_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #C50202;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_red_shim.gif);
	background-repeat: repeat-x;
}
.headerbanner_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #D59400;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_orange_shim.gif);
	background-repeat: repeat-x;
}
.headerbanner_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #D9DC03;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_yell_shim.gif);
	background-repeat: repeat-x;
}
.headerbanner_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #00C200;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_green_shim.gif);
	background-repeat: repeat-x;
}
.headerbanner_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #0378DA;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_blue_shim.gif);
	background-repeat: repeat-x;
}
.headerbanner_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #A602C8;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_purp_shim.gif);
	background-repeat: repeat-x;
}
.headerbanner_maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 570px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: #930347;
	text-indent: 15px;
	text-align: left;
	line-height: 220%;
	background-image: url(images/sm_maroon_shim.gif);
	background-repeat: repeat-x;
}

.textabout {
	width: 520px;
	left: 200px;
	top: 90px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 15px;
}
.big_red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C50202;
	line-height: 85%;
}
.big_orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D59400;
	line-height: 85%;
}
.big_yellow_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D9DC03;
	line-height: 85%;
}
.big_green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00C200;
	line-height: 85%;
}
.big_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0378DA;
	line-height: 85%;
}
.big_purple_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #A602C8;
	line-height: 85%;
}
.big_maroon_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #930347;
	line-height: 85%;
}
.contact_details {
	position: absolute;
	height: 160px;
	width: 165px;
	top: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 15px;
}
.our_location {
	height: 350px;
	width: 250px;
	position: absolute;
}
.white_grad {
	height: 50px;
	width: 770px;
	background-image: url(images/white_grad.png);
	position: relative;
	top: 0%;
}
.gray_corners {
	background-image: url(images/corners.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 770px;
	top: 0%;
	position: absolute;
}
.gray_corners_bott {
	background-image: url(images/corners_bott.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 770px;
	position: absolute;
	bottom: 0%;
}
.white_grad_bott {
	background-image: url(images/white_grad_bott.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 770px;
	position: absolute;
	bottom: 0%;
}
.details_index {
	height: 45px;
	width: 400px;
	padding-right: 15px;
	position: absolute;
	right: 0%;
	bottom: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
	text-align: right;
}
.colossal {
	position: absolute;
	height: 11px;
	width: 70px;
	text-align: right;
	right: 0%;
	bottom: -15px;
	padding-right: 15px;
	
}
