	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		background: #ebebeb;
		margin: 0;
		text-align: center;
	}
	
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
					
	legend {
		display: none;
	}
			
	form {
		margin: 0;
	}
			
	form p {
		clear: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
	}
			
	form p label {
		float: left;
		width: 30%;
	}
			
	input.text, select.text {
		border: 1px solid #CCCCCC;
		width: 200px;
	}
			
	textarea {
		border: 1px solid #CCCCCC;
		width: 300px;
		height: 150px;
	}
			
	input.button {
		border: 1px outset #ccc;
	}
	
	.clean {
		clear: both;
	}
	
	.center {
		text-align: center;
	}
	
	.margin-bottom-30 {
		margin-bottom: 30px;
	}
	
	.about-pics {
		float: left;
		width: 180px;
		margin-right: 5px;
	}
	
	#page {
		position: relative;
		text-align: left;
		width: 650px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		background: #fff;
	}
	
	#header {
		display: block;
		width: 650px;
		padding-top: 190px;
		background: #ebebeb url("../images/bg_fixed_header.jpg") 0 0 no-repeat;
	}
	
	#header #navigation {
	    position: relative;
		display: block;
		bottom: 0;
		height: 47px;
		margin: 0;
		padding: 0;
		width: 650px;
	}
	
		#header #navigation li {
			float: left;
			list-style: none;
		}

		#header #navigation li a {
			display: block;
			height: 47px;
		}

		#header #navigation li.home a {
			background: url("../images/bg_link_home.jpg") 0 0 no-repeat;
			width: 115px;
		}
		
		#header #navigation li.about a {
			background: url("../images/bg_link_about.jpg") 0 0 no-repeat;
			width: 105px;
		}
		
		#header #navigation li.registration a {
			background: url("../images/bg_link_registration.jpg") 0 0 no-repeat;
			width: 105px;
		}
		
		#header #navigation li.nursery a {
			background: url("../images/bg_link_nursery.jpg") 0 0 no-repeat;
			width: 105px;
		}
		
		#header #navigation li.creche a {
			background: url("../images/bg_link_creche.jpg") 0 0 no-repeat;
			width: 105px;
		}
		
		#header #navigation li.babysitting a {
			background: url("../images/bg_link_babysitting.jpg") 0 0 no-repeat;
			width: 115px;
		}
		
		#header #navigation li a:hover {
			background-position: 0 +10px;
		}

		#header #navigation li a.selected {
			background-position: 0 +10px;
		}

		#header #navigation li a span,
		#header #navigation li span span {
			display:none;
		}
	
	#content-container {
		display: block;
		margin: 0;
		width: 650px;
		background: #fff url("../images/bg_tile_content_container.jpg") 0 0 repeat-y;
	}
	
	#content {
		margin: 0;
		padding: 0;
		width: 650px;
		background: url(../images/bg_fixed_content_top.jpg) 0 0 no-repeat;
	}
	
	#content #left {
		float: left;
		width: 375px;
		margin: 0;
		padding: 20px;
	}
	
	#content #left a {
		text-decoration: underline;
		color: #06c;
	}
	
	#content #left a:hover {
		text-decoration: none;
	}
	
	#content #left h1, #content #right h1 {
		margin: 0;
		font-size: 120%;
		color: #666;
	}
	
	#content #left p {
		line-height: 1.8em;
		color: #333;
		font-size: 75%;
	}
	
	#content #right p {
		font-size: 67.5%;
	}
	
	#content #left p.tiny {
		font-size: 67.5%;
	}
		
	#content #right {
		float: right;
		width: 190px;
		margin: 0;
		padding: 20px;
	}
	
	#footer {
		width: 610px;
		background: #EEECDC url("../images/bg_fixed_footer.jpg") 0 0 no-repeat;
		margin: 0;
		padding: 40px 20px 10px 20px;
	}
	
	#footer #menu {
		display: block;
		margin: 0;
		padding: 10px 0 10px 0;
		width: 610px;
		
	}
	
		#footer #menu li {
			display: inline;
			list-style: none;
			margin-right: 50px;
		}

		#footer #menu li a,
		#footer a {
			text-decoration: underline;
			font-size: 67.5%;
			color: #666;
		}
		
		#footer #menu li a:hover,
		#footer a:hover {
			text-decoration: none;
		}
	
	#footer p {
		margin: 0;
		color: #666;
		font-size: 67.5%;
	}
	
	#footer p a {
		font-size: 100%;
	}
	
	
	
	
