@import url('reset.css');
@import url('font.css');
@import url('common.css');
@import url('menunav.css');
@import url('content.css');
.brown{
	color:#8f0000;
}
.black{
	color:#364a49;
}
.dblack{
    color:#1a1c19
}
.lwhite{
    color:#f5f6f7;
}
.red{
    color:#df3b6e;
}
.blue{
	color:#199bf7;
}
.dbrown{
	color:#8f0000;
}
body{
	/* background:#f5f6f7; */
	background:#ff0000;
	background:url(http://mummade.co.nz/images/bg-pattern.gif) repeat;
	
	text-align:center;
}
#wrapper{
		/* width:1026px;*/
	width:1026px;
	margin:0 auto;
	text-align:left;
	margin-bottom:40px;
}
/*	HEADER STYLING*/
#header{
	position:relative;
	height:148px;
	background:#ffffff;
}
#header #logo h1 a{
	position:absolute;
	top:0px;
	left:17px;
	width:129px;
	height:148px;
	text-indent:-3000px;
	background:url(../images/logo.jpg) no-repeat;
}
#header #cfc h1 a{
	position:absolute;
	top:50px;
	right:37px;
	width:364px;
	height:73px;
	text-indent:-3000px;
	background:url(../images/care-for-children.jpg) no-repeat;
}
/*	BANNER STYLING*/
#banner{
	/* height322 */
	height:250px;
	background:#fff url(../images/banner-bg.jpg) no-repeat top right;
}
#banner #sponsor p{
	font-family:Gill Sans MT,Arial,Helvetica;
	color:#364a49;
	font-size:2.4em;
	text-align:right
}
#slider-wrapper{
	width:697px;
	height:250px;
	background:#df3b6e;
	float:left;
}
/*#slider{
	width:697px;
	background:#df3b6e;
	height:322px;
}*/
/*	CONTENT STYLING*/
#content{
	background:#ffffff;
}
#content .inside{
	/* padding:18px 17px 60px 17px; */
	padding:18px 17px 60px 17px; 
}
#content .inside .block{

	clear:both;
}


/* error validation */

#rsvErrors{
	margin:12px;
	padding:12px;
	background:#FFC;
	border:1px dotted #df3b6e;
	color:#F00;	
}
	
/*	FOOTER STYLING*/
#footer{
	background:#df3b6e;
	height:180px;
	position:relative;
	clear:both;
}
#footer #twitter h1 a{
	position:absolute;
	bottom:10px;
	left:115px;
	width:88px;
	height:20px;
	text-indent:-3000px;
	background:url(../images/twitter.jpg) no-repeat;
}
#footer #facebook h1 a{
	position:absolute;
	bottom:10px;
	left:17px;
	width:81px;
	height:20px;
	text-indent:-3000px;
	background:url(../images/facebook.jpg) no-repeat;
}
#footer #slogo h1 a{
	position:absolute;
	bottom:0px;
	left:434px;
	width:167px;
	height:148px;
	text-indent:-3000px;
	background:url(../images/footer-logo.jpg) no-repeat;
}
#footer #tele{
	width:188px;
	height:40px;
	position:absolute;
	right:17px;
	bottom:10px;
	text-align:right;
	color:#f5f6f7;
	font-family:Futura,Arial,Helvetica;
	font-size:1.8em;
}
#footer-bottom{
	height:40px;
	line-height:40px;
	text-align:center;
}
#footer-bottom a{
	font-family:Futura,Arial,Helvetica;
	font-size:1.4em;
	color:#ad0120;
}
