body {
	margin: 0;
	background: #372f41;
	background-position: top center;
	color: #fff;
	font-family: "microsoft sans serif", tahoma, lucida grande, lucida sans unicode, arial, sans-serif;
	line-height: 2em;
	}
	
	
#container {
	background: url(../../background-gradient-1440w.gif) no-repeat #170f24;
	background-position: top center;
	padding-bottom: 40px;
	}
	
	
#footercontainer {
	border-top: 1px solid #555;
	background: url(../../background-gradient-light-1440w.gif) no-repeat #372f41;
	background-position: top center;
	height: 235px;
	}
	
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	}
	
	
#footer ul li {
	display: inline;
	padding-right: 40px;
	list-style-type: none;
	}
	
#footer ul {
	margin-top: 10px;
	padding-left: 0;
	}

#footer ul a {
	color: #fff;
	text-decoration: none;
	}

#footer ul a:hover {
	border-bottom: 1px solid white;
	}

#footer h2 {
	margin-top: 6px;
	margin-bottom: 0;
	padding-top: 0;
	line-height: 1.7em;
	font-size: 1.5em;
	}
	
#footer h3 {
	margin-top: 13px;
	line-height: 1.65em;
	color: #cdcdcd;
	}

#footer h3 a {
	color: #cdcdcd;
	text-decoration: none;
	}
	
#footer h3 a:hover {
	color: #fff;
	border-bottom: 1px solid white;
	}
	
#maincontent {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	}
	
h2 {
	font-weight: normal;
	line-height: 1.8em;
	font-size: 15px;
	color: #cdcdcd;
	letter-spacing: 1px;
	}
	
	
	
img#logo {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
img#cornerbanner {
	position: absolute;
	right: 0;
	top: 0;
	}
	
	
#descriptor {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	}
	
#descriptor h1 {
	font-size: 3em;
	margin-bottom: 0;
	}
	
#descriptor h3.subhead {
	font-weight: normal;
	margin-top: 16px;
	font-size: 1.5em;
	}
	
	
	
div.button {
	width: 220px;
	height: 168px;
	padding: 0;
	margin-bottom: 0;
	float: left;
	}
	
	
#art {
	margin-right: 27px;
	}
	
#music {
	margin-right: 27px;
	}
	
#jewellery {
	float: right;
	margin-right: 0;
	}
	
#art {
	background: url(../photos/girl-gluing-220w.jpg) no-repeat top left #3d4850;
	}
	

	
.button#music {
	background: url(../photos/brass-trio-220w.jpg) no-repeat top left #476036;
	}
	
.button#drama {
	background: url(../photos/girl-drama-220w.jpg) no-repeat top left #315476;
	}	
	
.button#jewellery {
	background: url(../photos/jewellery-220w.jpg) no-repeat top left #6b4f68;
	}


.footerhead {
	float: left;
	width: 17%;
	}






	
	
span.age {
	font-size: 0.75em;
	display: block;
	}
	

	
.button h3 {
	display: block;
	font-weight: normal;
	padding-top: 141px;
	margin-top: 0;
	font-size: 15px;
	line-height: 14px;
	}

.button h3 a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 196px;
	margin-top: -196px;
	padding-bottom: 25px;
	padding-left: 10px;
	}
	
	
.button:hover {
	}
	
	
a.tooltip{
    /* for postioning the tool-tip box relative to the link */
    position:relative;

    /* no underline needed */
    text-decoration: none;
	}
  
a.tooltip span{
    /* tool-tip text will not be visible initially */
    display: none;
	}

a.tooltip:hover span{
    /* make tool-tip text visible */
    display:block;

    /* for postioning */
    position:absolute;
    top:-112px; left:1px;
    padding: 0;

    /* width of the tool-tip box
    if text is longer, it will be
    made into two lines */
    width:120px;
    height: 13px;

    /* style the box to look like a tool-tip box */
    background-color:#16244d;
    color:#fff;
    font-family: tahoma, arial, sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 40px 10px;
	}
	
	
	
div.clear {
	clear: both;
	}
	
	
	
a img {
	border: none;
	text-decoration: none;
	}