/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/bg_body.gif) center top no-repeat;
	}
div.hr {
	width: 100%;
	height: 7px;
	background: url(images/bg_hr.gif);
	}
div.hr hr {
	display: none;
	}
	
#wrapper {
	width: 770px;
	padding: 0 0 50px 0;
	margin: 0 auto;
	}
	
#header {
	width: 770px;
	height: 76px;
	background: url(images/logo.gif) right no-repeat;
	}
#linkHome {
	margin: 0 0 0 180px;
	color: #000000;
	font-size: 90%;
	text-decoration: none;
	}
	
#left {
	width: 162px;
	float: left;
	}
	
#right {
	width: 608px;
	float: right;
	}
#navigation {
	width: 608px;
	background: url(images/bg_navigation_box_slice.gif);
	}
#navigation2 {
	width: 608px;
	background: url(images/bg_navigation_box_top.gif) top no-repeat;
	}
#navigation3 {
	width: 608px;
	/*Token padding added to resolve issue with displaying the background images in Mozilla 1.7.8*/
	padding: 1px 0;
	background: url(images/bg_navigation_box_bot.gif) bottom no-repeat;
	}
#ourRooms {
	width: 240px;
	padding: 20px 10px 20px 20px;
	float: left;
	}
#ourRooms h3 {
	margin: 0;
	padding: 0;
	color: #6B71B5;
	}
#ourRooms ul {
	margin: 5px 0 0 30px;
	padding: 0;
	color: #FFBE52;
	}
#ourRooms ul li {
	margin: 2px 0;
	}
#ourRooms ul li a {
	color: #FFBE52;
	text-decoration: none;
	}
#informationForParents {
	width: 260px;
	padding: 20px 10px 20px 20px;
	float: left;
	display: inline;
	}
#informationForParents h3 {
	margin: 0;
	padding: 0;
	color: #6B71B5;
	}
#informationForParents ul {
	margin: 5px 0 0 30px;
	padding: 0;
	color: #D67163;
	}
#informationForParents ul li {
	margin: 2px 0;
	}
#informationForParents ul li a {
	color: #D67163;
	text-decoration: none;
	}
#main {
	width: 608px;
	}
#content {
	/*Width should be 378px but has been reduced to resolve an issue in IE6*/
	width: 360px;
	margin: 0 0 0 15px;
	padding: 10px;
	float: left;
	background: url(images/bg_content.gif) top no-repeat;
	}
#content .photo {
	margin: 5px 5px;
	}
#furtherInformation {
	width: 195px;
	float: right;
	}
#contactDetails {
	background: url(images/bg_right_slice.gif)
	}
#contactDetails2 {
	background: url(images/bg_contact_details_top.gif) top no-repeat;
	}
#contactDetails3 {
	width: 165px;
	padding: 15px;
	background: url(images/bg_contact_details_bot.gif) bottom no-repeat;
	}
#contactDetails h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFFFFF;
	}
#contactDetails p {
	margin: 10px 0 10px 10px;
	}
#contactDetails a {
	color: #000000;
	}
#brochureDownload {
	background: url(images/bg_right_slice.gif);
	}
#brochureDownload2 {
	background: url(images/bg_brochure_download_top.gif) top no-repeat;
	}
#brochureDownload3 {
	width: 165px;
	padding: 15px;
	background: url(images/bg_brochure_download_bot.gif) bottom no-repeat;	
	}
#brochureDownload h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFFFFF;
	}
#brochureDownload p {
	margin: 10px 0 10px 10px;
	}
#brochureDownload a {
	color: #000000;
	}

#credits {
	width: 160px;
	padding: 0 0 0 35px;
	}
#credits a {
	color: #000000;
	text-decoration: none;
	}
	
/*Home styles*/
.home #linkHome {
	display: none;
	}
	
.hidden {
	display: none;
	}