*
{
	margin: 0;
}
html, body 
{
	height: 100%;
	min-width:854px;
}
html
{
	 background: url("../images/layout/background.jpg") repeat-y top center;
}
body 
{
		background:url("../images/layout/header.jpg") no-repeat top center;
		font-family: arial, helvetica, sans-serif;
	font-size:12;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
#header
{
	height:140px;
}

#content
{
	width:800px;
	margin:0px auto;
	padding:0px 20px 40px;
	background:url("../images/layout/underline.gif") no-repeat bottom center;
/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:red url("../images/layout/background-centre.jpg") repeat-y top center;
*/
}
#content p
{
	padding:0px;
	margin:0px 20px 10px 20px;
	text-align:justify;
}
#content h2
{
	padding:0px;
	margin:20px 20px 0px 20px;
	font-weight:bold;
	font-size:18px;
}

#content ul
{
	margin:0px 20px 10px 20px;

}
#content ul li
{
	padding:0px 0px 2px 0px;
}
.dotsplease
{
	list-style: disc;

}
.nodotsplease
{
	list-style:none;

}

#footer, #push 
{
	height: 142px; /* .push must be the same height as .footer */
}
#footer
{	
	background:url("../images/layout/footer.gif") no-repeat bottom center;
	margin:0px auto;
	min-width:840px;
}

#footer div
{
	width:740px;
	margin:0px auto;
}
#footer div a img
{
	border:0px solid blue;
	margin:20px 0px 0px 0px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#menu
{

}

#menu
{
	width:800px;

	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	
	text-align:left;
	

	position:relative;
	top:95px;
	left:30px;
/*		border-top:1px solid black;
	border-bottom:1px solid black;

		background:red;

	height:40px;

background: url("../images/layout/ym4l.gif") no-repeat top center;
position:relative;*/

	
/*	border-top:1px solid grey;
	border-bottom:1px solid grey;*/



}
ul#navigation
{
	padding:0px 0px 34px 0px;
	margin:0px 0px 0px 0px;
	

}
ul#navigation li
{
	float:left;
	margin:0px;
	padding:0px;
	
	list-style-type:none;
	/*border-right:1px solid black;*/
}


ul#navigation a 
{
	
	
	display:inline;
	float:left;
	text-decoration:none;
	color:black;
	font-size:12px;
	font-weight:bold;


	padding:8px 15px 11px 10px;
	_padding:8px 15px 12px 10px;
	margin:0px;
	
	
/*
background:white;
	position:relative;
	top:3px;
	left:15px;
height:27px;
	_top:145px;	
		_padding:12px 20px;
		*/
}

*:first-child+html ul#navigation a 
{	padding:8px 15px 13px 10px;
 }




ul#navigation a:hover
{
	background:url("../images/layout/button-background-hover.png");

	text-decoration:underline;
	/*flipping ie6 hack*/
	_background-image:none;
	_filter:progid:DXimageTransform.Microsoft.alphaimageloader(enabled=true, sizingMethod=scale, src="../images/layout/button-background-hover.png"); 
	cursor:pointer;
}

ul#navigation #current a 
{
	background:url("../images/layout/button-background-current.png");

	/*flipping ie6 hack*/
	_background-image:none;
	_filter:progid:DXimageTransform.Microsoft.alphaimageloader(enabled=true, sizingMethod=scale, src="../images/layout/button-background-current.png"); 
	cursor:pointer;
}

.leftfield
{
	display:none;
}
#doyouliveinblaby, #areyouagedbetween, #makeyourvoiceheard, #yourvoiceyourblaby
{
}

#doyouliveinblaby
{
	padding:60px 0px 0px 40px;
	width:608px;
	height:48px;
	background: url("../images/layout/doyouliveinblaby.png") no-repeat center center;
}

#areyouagedbetween
{
	padding:10px 0px 0px 150px;

	width:276px;
	height:80px;
	background: url("../images/layout/areyouagedbetween.png") no-repeat center center;
}

#makeyourvoiceheard
{
	padding:60px 0px 0px 120px;
	width:466px;
	height:40px;
	background: url("../images/layout/makeyourvoiceheard.png") no-repeat center center;
}

#yourvoiceyourblaby
{
	padding:30px 0px 0px 330px;
	width:320px;
	height:106px;
	background: url("../images/layout/yourvoiceyourblaby.png") no-repeat center center;

}




