/* Page Layout Style Specific to Homepage */
/* Version V1.0.0, 15/05/2008 WBM. */
/* Copyright 2008 property of PNSA */
/* Produced by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

/* Right Split Content */
div.rightsplit {
	width: 350px; 
	height: 420px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

/* Scroll Arrows Container */
div.arrows {
	width: 22px; 
	height: 260px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Left Split Content */
div.leftsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 238px; 
	height: 420px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innerleft {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #B0220A;
	z-index: 2;
}

/* Scroll Up Arrow */
img.scrollup {
	position: relative; 
	top: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Scroll Down Arrow */
img.scrolldown {
	position: relative; 
	top: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

