/* Page Layout Style Specific to Classes Page */
/* 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: 290px; 
	height: 410px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

/* Scroll Arrows Container */
div.arrows {
	width: 22px; 
	height: 250px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Left Split Content */
div.leftsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 295px; 
	height: 410px;
	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: 130px;
	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: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

