/* CHAPEL AND MOLOKO NOW HAVE SEPARATE STYLESHEETS BUT SIMILAR STYLING */

@import url("layout.css");
@import url("nav.css");
@import url("style.css");
@import url("form.css");
@import url("datepicker-moloko.css");

/*
These styles override The Chapel styling so that Moloko has its own look and feel e.g colours
To override you must use the id selector #molokoSite which is referenced in the pages <body>
*/

#molokoSite #header
{
	border: 1px solid #e50017;
	height: 180px;
	background: url(../images/header3.jpg) 0px 0px no-repeat;
}
#molokoSite #logo
{
	position: relative;
	left: 243px;
	top: 35px;
}
