	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0;
		text-align: center;
	}
	
		#homepage {
			background: url("../images/bg_fixed_homepage.jpg") center 10px no-repeat;
		}
		
		#aboutus, #badtastecru {
			background: url("../images/bg_fixed_about.jpg") center 10px no-repeat;
		}
		
		#timetable {
			background: url("../images/bg_fixed_timetable.jpg") center 10px no-repeat;
		}
		
		#workshops {
			background: url("../images/bg_fixed_workshops.jpg") center 10px no-repeat;
		}
		
		#tuition, #privacy, #terms, #hire {
			background: url("../images/bg_fixed_tuition.jpg") center 10px no-repeat;
		}
		
		#parties {
			background: url("../images/bg_fixed_parties.jpg") center 10px no-repeat;
		}
		
		#choreography {
			background: url("../images/bg_fixed_choreography.jpg") center 10px no-repeat;
		}
		
		#links {
			background: url("../images/bg_fixed_links.jpg") center 10px no-repeat;
		}
		
		#contact {
			background: url("../images/bg_fixed_contact.jpg") center 10px no-repeat;
		}
		
	p, li {
		line-height: 1.5em;
		font-size: 75%;
	}
	
	a {
		color: #E94699;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#wrapper {
		position: relative;
		text-align: left;
		width: 750px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 100%;
	}
	
	* html #wrapper {
		height: 100%;
	}
	
	#top {
		width: 100%;
		background: #BDB6B0;
		height: 10px;
		padding: 0; margin: 0;
	}
	
	#contentwrapper {
		width: 100%;
		min-height: 880px;
		float: left;
		position: relative;
	}
	
	* html #contentwrapper {
		height: 880px;
	}
	
		#contentwrapper #rightcol {
			margin-left: 350px; /* left margin is width of leftcol including padding*/
		 	width: 400px;
			float: left;
			padding: 0;
			position: relative;
		}
		
		* html #contentwrapper #rightcol {
			display: inline;
		}
		
		#contentwrapper #rightcol #content {
			position: relative;
			top: 55px; left: 0;
			width: 100%; height: 150px;
			overflow: auto;
			display: block;
			margin: 0; padding: 0;
			font-weight: bold;
		}
		
		#contentwrapper #rightcol .insidecontent {
			position: relative;
			width: 98%;
			display: block;
			margin: 0; padding: 1%;
			font-size: 90%;
		}
		
		#contentwrapper #rightcol .insidecontent h3 {
			clear: both;
			font-size: 100%;
			color: #E94699;
		}
		
		#contentwrapper #rightcol .insidecontent ul {
			margin: 0; padding: 0;
			list-style: none;
		} 
						
		#contentwrapper #leftcol {
			float: left;
			margin-left: -100%;
			width: 350px;
			padding: 0;
			position: relative;
		}
		
		
	#navigation {
	  position: absolute;
		left: 0; top : 0;
		display: block;
		margin: 0; padding: 0;
		width: 350px; height: 250px;
	}
	
		#navigation li {
			display: block;
			list-style: none;
			height: 25px
		}

		#navigation li a {
			display: block;
			width: 350px; height: 25px;
		}

		#navigation li.hello a {
			background: url("../images/button_hello.jpg") 0 0 no-repeat;
		}
		
		#navigation li.aboutus a {
			background: url("../images/button_aboutus.jpg") 0 0 no-repeat;
		}
		
		#navigation li.dancetimetable a {
			background: url("../images/button_dancetimetable.jpg") 0 0 no-repeat;
		}
		
		#navigation li.workshops a {
			background: url("../images/button_workshops.jpg") 0 0 no-repeat;
		}
		
		#navigation li.tuition a {
			background: url("../images/button_tuition.jpg") 0 0 no-repeat;
		}
		
		#navigation li.parties a {
			background: url("../images/button_parties.jpg") 0 0 no-repeat;
		}
		
		#navigation li.choreography a {
			background: url("../images/button_choreography.jpg") 0 0 no-repeat;
		}
		
		#navigation li.links a {
			background: url("../images/button_links.jpg") 0 0 no-repeat;
		}
		
		#navigation li.contact a {
			background: url("../images/button_contact.jpg") 0 0 no-repeat;
		}
		
		#navigation li.zumba a {
			background: url("../images/button_zumba.jpg") 0 0 no-repeat;
		}
		
		#navigation li.lub a {
			background: url("../images/button_loveyourbody.jpg") 0 0 no-repeat;
		}
		
		#navigation li a:hover {
			background-position: 0 -25px;
		}

		#navigation li a.selected {
			background-position: 0 -25px;
		}

		#navigation li a span,
		#navigation li span span {
			display:none;
		}
		
		#logo {
			position: relative;
			width: 750px;
			margin: 0 auto 0 auto;
			z-index: 10;
		}

		#logo h1 {
			margin: 0; padding: 0;
			position: absolute;
			left: -10px; top: 310px;
			width: 349px; height: 60px; /* Width and height of the image */
			overflow: hidden;
			border: 1px solid #ccc;
		}
		
		#logo h1 a {
			display: block;
			cursor: pointer;
		}
			 
			#logo h1 span {
				display: block;
				position: absolute; left: 0; top: 0; z-index:20;
				width: 349px; height: 60px; /* Width and height of the image */
				margin: 0; padding: 0;
				background: url("../images/logo.jpg") top left no-repeat; /* Path to the image relative to the stylesheet */
			}

	#footer {
		clear: left;
		width: 100%;
		padding-top: 35px;
		padding-bottom: 35px;
		background: url("../images/bg_logo_footer.jpg") right top no-repeat;
		color: #E94699;
	}
	
	#footer p {
		font-size: 67.5%;
	}
	
	#footer a {
		text-decoration: underline;
		color: #E94699;
	}
	
	#footer a:hover {
		text-decoration: none;
	}
			
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #999;
	}
	
	#forms legend {
		font-size: 120%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms label.radio {
		float: left;
		margin: 0 20px 1em 0;
	}

	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		border: 1px solid #ccc;
		padding: 3px;
	}
	
	#forms input.yesno {
		width: auto;
		display: inline;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.number,
	#forms input.postcode {
		width: 10em;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid red;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}
	
	#validation {
		display: block;
	}

	#validation p {
		float: left;
	}
	
	#validation p img {
		border: none;
	}
	