/******************************************************* 
This style sheet gives the basic layout of the sheet
of paper layout, including the borders, gradients, and 
dogear page corner. It also gives reasonable defaults 
for the other page elements.
*********************************************************/

div#sidebar {
	width: 190px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

div#sidebar ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

div#sidebar ul li {
	text-align: left;
	padding: 5px 0 0 0;
}

div#sidebar ul li a.bread {
	color: black;
	background-color: white;
	text-decoration: none;
}

div#main {
	margin: 0; 
	padding: 0;
	width: 576px;
	float: right;
	border-left: solid 1px rgb(158,158,158);
	background: transparent url('http://www.kcfny.org/images/page_layout/page_right.png') repeat-y top right;
}

div#main div {
	padding: 1em 0 1em 0; 
        margin: 0; 
	width: 567px;
}

div#main div#first {
	background: transparent url('http://www.kcfny.org/images/page_layout/page_topright2.png') no-repeat top right;
	width: 576px;
	margin: 0;
}

div#main h1 {
	display: block; 
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	height: 0;
	padding: 114px 0 0 0;
	overflow: hidden;
/*	margin: 0 0 0 -1px; */
	margin: 0;
	position: relative;
	left: -1px;
	color: black;
}

div#main div#pageend { 
	display: block;
	clear: both;
        padding: 0;
        margin: 0;
	width: 568px;
	height: 53px;
	background: transparent url('http://www.kcfny.org/images/page_layout/page_bottom.png') repeat-x bottom left;
}

div#main div#lpagecorner {
	display: block;
	float: left;
	height: 53px;
	width: 79px; 
	padding: 0;
	margin: 0;
	position: relative;
	left: -1px;
	background: transparent url('http://www.kcfny.org/images/page_layout/page_corner.png') no-repeat bottom left; 
}

div#main div#rpagecorner {
	display: block;
	float: right;
	height: 53px;
	width: 8px;
	padding: 0;
	margin: 0;
	position: relative;
	right: -8px;
	background: transparent url('http://www.kcfny.org/images/page_layout/page_bottomright.png') no-repeat bottom right;
}
