/* =============================================== */
/* Merrion Stylesheet */
/* Layout Definition */
/* Created by Digino / Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION: OVERALL LAYOUT */
/* =============================================== */


/* - CONTAINER ------------ */

#container {
	width : 771px;
	margin : 10px auto;
	/*position : relative;*/
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


/* - HEADER  ------------ */

#header {
	width : 771px;
}


/* - CONTENT ------------ */

#navigation {
	width : 759px;
}

#content {
	width : 771px;
}


/* - FOOTER ------------ */

#footer {
	width : 771px;
	height : 27px;
	background : White url(../images/bg-footer.gif) no-repeat scroll top;
	margin : 5px 0 10px 0;
}



/* =============================================== */
/* SECTION: MISCELLANEOUS */
/* =============================================== */

/* -- Force succeeding elements onto the next line -- */
.clear {
	clear : both;
	/* :IE6 HACK: Ensure empty DIV has no height */
	font-size: 0;
	height : 0;
	/* :End HACK: */
}

/* -- Hide accessibility elements from advanced browsers -- */
.hide {
	display : none;
}

#summer-banner {
	width : 771px;
	background : transparent url(../../images/summer-banner.jpg) no-repeat scroll top;
	
	height:50px;
	
}




#xmas-banner {
	width : 771px;
	background : transparent url(../../images/christmas-banner.jpg) no-repeat scroll top;
	
	height:50px;
	
}