
div#main h1 {
	background-image: url('http://www.kcfny.org/images/headers/links_header.png');
}

div#main div h2 {
	display: block;
	background-color: rgb(212,212,212);
	color: black;
	float: left;
	clear: both;
	text-align: right;
	width: 200px;
	margin: 0;
	padding: 0 15px 0 0;
	font-family: Georgia, serif;
}

/* we can get the pinstripes by using borders */
div#main div {
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: solid 5px rgb(233,255,154);
	border-top: solid 5px rgb(233,255,154);
}

/* no border here */
div#main div#first {
	border: none;
}

div#main div.divfix {
	border-bottom: solid 5px rgb(233,255,154);
	border-top: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: rgb(119,119,119);
	width: 567px;
}

div#main div.even {
	border-top: solid 1px rgb(255,132,0);
	border-bottom: solid 1px rgb(255,132,0);  
	background-color: rgb(233,255,154);
	color: black;
}

div#main div.even h2 {
	background-color: rgb(215,238,134);
}

div#main div ul {
	margin: 0;
	clear: left;
	list-style-type: none;
	padding: 0 0 0 230px; 
	width: 300px;
	padding: 0 0 0 230px;
}

div#main div ul li a {
	background-color: transparent;
	color: black;
}

div#main p {
	border-top: solid 5px rgb(233,255,154);
	margin: 0;
	padding: 15px 0 0 0 ;
	text-align: center;
	color: rgb(119,119,119);
	width: 567px;
}

/* have to fix because these would get overruled */
div#main div#pageend, div#main div#lpagecorner, div#main div#rpagecorner {
	border: none;
}
