/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*- CONTENT PANEL -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Top Panel where all the main content sits
*/

div#contentPanel {
   width: 696px;
   height: 100%;
   min-height:580px;
	background-color: #E7E0D6;
	padding: 10px 0px 10px 0px;
	background-image: url( ../images/notes.gif );
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#wideContentPanel {
   width: 656px;
   height: 100%;
	background-color: #E7E0D6;
	padding: 10px 20px 10px 20px;
	background-image: url( ../images/notes.gif );
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 150%;
}

div#wideContentPanel div.singleImagePanel {
   padding: 10px 0px 10px 0px;
   text-align : center;
}

div#contentPanel a:link { color: #660000; text-decoration: none }
div#contentPanel a:visited { color: #660000;  text-decoration: none }
div#contentPanel a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
div#contentPanel a:active { color: #660000;  text-decoration: none }






