/* Page Layout Style Specific to the Community Arts Project Page */
/* Version V1.0.0, 21/05/2008 WBM. */
/* Copyright 2008 property of PNSA */
/* Produced by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

/* Upper Split Content */
div.topsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px; 
	height: 340px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

div.innertop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px; 
	background-color: #B0220A;
	z-index: 2;
}

/* Upper Right Split */
div.rightsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 30px; 
	height: 300px;
	background-color: #B0220A;
	float: right;
	z-index: 1;
}

/* Scroll Up Arrow */
img.scrollup {
	position: absolute;
    bottom: 50px;
    left: 0px;
	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: absolute;
    bottom: 5px;
    left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

