* {
	margin:0;
	padding:0;
	}

html {
	width: 100%;
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	background-color: black;
	color :white;
	font-family: verdana,arial,sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	}

a, a:visited, a:hover, a:active {
	color :#DA6000;
	font-family: verdana,arial,sans-serif;
	line-height: 1em;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

div.featheredLine {
	position: absolute;
	background-color: black;
	left: 50%;
	top: 113px;
	border-bottom: 1px solid white;
	height: 2px;
	width: 1024px;
	margin-left: -512px;
	z-index: 1;
	padding: 0 0 1px 0;
	}


div.backgroundImage {
	position: absolute;
	top: 114px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 768px;
	background: url(../images/backgrounds/shim.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
	}

div.backgroundFrame {
	position: absolute;
	top: 114px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 768px;
	background: url(../images/backgrounds/2edge_fade.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
	}

div.siteContainer {
	position: relative;
	top: 1px;
	left: 0;
	width: 1024px;
	height: 100%;
	z-index: 2;
	}


#navContainer {
	z-index: 3;
	position: relative;
	float: left;
	top: 3px;
	left: 0;
	width:205px;
	height: 740px;
	margin: 0;
	padding: 0 0 5px 0;
	}

div.nav_button {
	background-position: top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 65px;
	margin-bottom: 3px;
	position: relative;
	float: left;
	cursor: pointer;
	}
	
div.nav_button a {display: none;}

#coaching_holidays		{ background: url(../images/buttons/coaching_holidays.png);		}
#one_to_one_coaching		{ background: url(../images/buttons/one_to_one_coaching.png);	}
#group_masterclasses		{ background: url(../images/buttons/group_masterclasses.png);	}
#coaching_courses			{ background: url(../images/buttons/coaching_courses.png);		}
#training_programmes		{ background: url(../images/buttons/training_programmes.png);	}
#training_info				{ background: url(../images/buttons/training_info.png);			}
#masterclass_dvds			{ background: url(../images/buttons/masterclass_dvds.png);		}

#header {
	position: relative;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	background-color: black;
	background: url(../images/logo.gif);
	background-position: center right;
	background-repeat: no-repeat;
	top: 0px;
	height: 100px;
	padding: 10px 0 3px 0;
	}
	
#header img {float: right;}

	
#footerContainer {
	position: relative;
	width: 100%;
	top :-20px;
	left: 0;
	clear: both;
	height: 20px;
	padding: 3px 0 0 0;
	margin: 0;
	
	font-size: 0.75em;
	z-index: 99;
	}

#footerContainer .links {
	float: left; 
	}
	
#footerContainer .copyright {
	float: right; 
	margin-right: 3px; 
	}

#footerContainer a {
	border-right: 1px solid white;
	padding: 0 6px 0 5px;
	}
	
#footerContainer .last {
	border: none;
	}


