/* =============================================== */
/* Rooneys.ie Stylesheet */
/* Layout Definition */
/* Created by Digino / Ben Wakeford 2006 */
/* =============================================== */


/* =============================================== */
/* SECTION: OVERALL LAYOUT */
/* =============================================== */


/* - CONTAINER ------------ */

#container {
	width : 100%;
	height : 100%;
	margin : 0 auto;
	position : relative;
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


#panel {
	width : 798px;
	margin : 0 auto 0px auto;
	padding : 0 0 50px 0;
	background : transparent url(../images/bg-panel.gif) no-repeat scroll bottom;
}


/* - HEADER  ------------ */

#header {
	width : 738px;
	padding : 0 0px 0 20px;
	margin : 0 10px 0 10px;
}


/* - CONTENT ------------ */

#body {
	width : 738px;
	padding : 0 0px 0 20px;
	margin : 0 10px 0 10px;
}


/* - FOOTER ------------ */

#footer {
	width : 758px;
	padding : 0 0px 0 20px;
	margin : 0 auto 20px auto;
}



/* =============================================== */
/* 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;
}