@charset "utf-8";
/* CSS Document */

h3 {
	color:#FFFFFF;

}

a:link {
color:#FFFFFF;
text-decoration:underline;
}
a:hover {
color:#FFFF00;
}



.heading-2 {
color: #FFFFFF;
font-size:medium;
	font-weight: bold;
		}
		
.heading-page-title {
color: #FFFFFF;
font-size:x-large;
	font-weight: bold;
		}
				


.horiz-activepage {
	font-weight: bold;
}

body {
	background-color:#333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	float: none;
	color: #000000;
	
}

.vertical-menu-groupings {
margin-top:10px;
}


a {
	color: #000099;
	text-decoration: none;
}

#wrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float:none;
	height: 650px;
	width: 900px;
	border: 1px solid #CCCCCC;
	background-image: url(images/orange-background.png);
}

#header {
	height: 130px;
	width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #666666;
	float:left;
	background-image: url(images/Coaching-logo-orange-4_edit.png);
	background-repeat: no-repeat;
}
#header-menu {
	width:280px;
	height:25px;
	float:right;
	text-align: center;
	padding-top: 50px;
	padding-right: 40px;
}

#side-menu{
	width:220px;
	height:490px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;

}
#centre-pannel {
	float:left;
	width:900px;
	height:500px;
}

#content {
	float:left;
	width:640px;
	height:490px;
	margin-top: 10px;
	font-size:small;
	
}




#footer{
	width:900px;
	height:10px;
	float:left;
	font-size:xx-small;
	color:#FFFFFF;
	text-align:center;
	background-image: url(images/footer-shaded.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	text-decoration: none;
}
