body {
	padding: 0;
	text-align: center;
	line-height: 1.7em;
	color: #000;
	background-color: #A0C14C; /* #FFFFCD; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
			/* WRAP */
#container {
	width: 900px;
	padding: 0;
	text-align: left;
	color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkg.jpg);
	background-color: #fff;
	background-repeat: repeat-y;
}

#container_evanced {
	width: 900px;
	padding: 0;
	text-align: left;
	color: #333333; /* Gray */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff; /* white */
	background-repeat: repeat-y;
}

#main-container {
	width: 900px;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A0C14C; /* #FFFFCC; Creme color */
	background-image: url(images/bkg.jpg);
}

#top-banner {
	width: 900px;
	height: 175px;
	color: #000;
	background-color: #A0C14C; /* #FFFFCD; */
	margin-top: 8px;
	padding-bottom: 4px;
}

			/* BANNER */
#banner {
	width: 900px;
	height: 261px;
	color: #000;
	/* background-color: #FFFFFF; */
	/* background-image: url(http://www.warsawlibrary.org/assets/images/HomeBanner/banner.jpg); */
	background-image: url(images/HomeBanner/banner.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#banner2 {
	width: 900px;
	height: 18px;
	color: #000;
	/* background-color: #FFFFFF; */
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#banner h1 {	
margin: 0;
padding: 70px 100px 0 0;
height: 50px;
font: 140% "Trebuchet MS", verdana, arial, sans-serif;
text-align: right;
letter-spacing: 3px;
color:  #fff;
background: inherit;
}
			/*TOP NAV*/
#navPyra {
	border-bottom: 1px solid #aaa;
	height: 54px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	background-color: #A0C14C; /* #FFFFCD; */
	margin: 0;
	background-position: top;
}

#navPyra li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #FFFFFF;
	background-image: url(images/menu_roll.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 52px;
}
			/* SIDE CONTENT */
#side {
	width: 260px;
	float: left;
	color: #FFFFFF;
	/* background-image: url(images/sidebar.jpg);
	background-position: bottom;
	background-repeat: no-repeat; */
	background-color: #0D8DE6; /* New Blue */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#side h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	background-image: none;
}

#side p { 
margin: 1em 0 1em 0; 
}

#side a {
	color: #FFFFFF;
	background-image: none;
}

#side a:hover {
	color: #FFFFCD;
	background-image: none;
}


			/* SIDE NAV */		
#side ul {
	padding : 0;
	list-style-image: url(images/bullet.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 15px;
}

#side ul li {
	display : inline;
	padding : 0;
	margin: 0px;
}

#side ul li a {
	color : #FFFFFF;
	text-decoration : none;
	margin : 0;
	display: block;
	padding-top: 2px;
	padding-right: 2;
	padding-bottom: 2px;
	padding-left: 2;
}
#side ul.B_crumbBox{
  margin-left:0;
}
#side ul.B_crumbBox li a{
  display:inline;
  padding-left:0;
}
#side ul li a:hover {
	text-decoration : none;
	color : #FFFFCD;
	background-color: #0D8DE6; /* New Blue */ /* #7D3E47; Magenta */
} 

				/* MAIN CONTENT */
#content {
	width: 550px;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}

#contentevanced {
	width: 100%;
	padding-top: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}

				/* FOOTER */
#footer {
	margin-top: 30px;
	padding: 0.5em;
	clear: both;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #77313C; /* Magenta */
}
				/* LINKS*/
a {
	color: #752F39;
	text-decoration: none;
}

a:hover {
	color:  #333333;
	text-decoration: none;
}

a img {
border: 0;
}
				/* SEARCH BOX*/
legend {
	font-weight : normal;
	color : #FFFFFF;
}

input {
	color : #666666;
	background-color: #FFFFFF;
}
				/* TYPOGRAPHY */
h2 {
	margin: 0;
	color: #76303A;
	background: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

blockquote {
	font-weight : bold;
	font-style : normal;
	color : #aaa;
}
				/* CLASSES*/
.imgright {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}

.big {
margin : 5px;
font: 200% "Trebuchet MS", verdana, arial, sans-serif;
font-size:200%;
line-height: 2em;
text-transform : uppercase;
background: #fff;
color: #2e2e2e;
}

#top {
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	width: 900px;
	height: 55px;
	background-color: #A0C14C; /* #FFFFCD; */
	position: relative;
}
<STYLE TYPE="text/css">

/**************************************************************/
/*** The following style settings control the event display ***/
/**************************************************************/
/* The examples only show basic manipulation of the data. */
/* Addtional style attributes such as color, background, etc can also be applied */

/*** eventsinfo class - style for events container (could be set to auto scroll ***/
/* tinycal_nav */
/* tinycal_left */
/* tinycal_date */
/* tinycal_right */
/* tinycal */
/* tinycal_weekday */
/* tinycal_day */
/* tinycal_current_day */
/* tinycal_blank */

/* First Calendar Example - Adjusts to container (table or div) size 100% wide */
.eventstinycal
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100px;
	width:100%;	/* Controls width of calendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:10px;
	border:1px solid black;
}
.eventstinycal #tinycal_date
{
	text-align:center;
	font-size:12px;
	color:#FFF;
}

.eventstinycal #tinycal
{
	/*Defines the display of the event/RR calendar*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:1px;
	font-weight:bold;
	font-size:11px;
}
.eventstinycal #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#FFF;
	padding:1px;
	vertical-align:top;
	border:1px solid #FFF;
}
.eventstinycal #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#FFF;
	border:1px solid #000000;
	border-color:#FFF;
	vertical-align:top;
}
.eventstinycal #tinycal_blank
{
	/*Defines the display of blank day cells.*/

}

/* Second Calendar Example - Fixed at 100px wide*/
.eventstinycal2
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100px;
	width:100px; /* Controls width of callendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:10px;
	border:1px solid black;
}
.eventstinycal2 #tinycal_date
{
	text-align:center;
	font-size:12px;
	color:blue;
}

.eventstinycal2 #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal2 #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#F0F0F0;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal2 #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#FFFFFF;
	background-color:#000099;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal2 #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#000000;
	background-color:#F0F0F0;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal2 #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#800040;
	background-color:#00FFFF;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal2 #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:black;
	border:1px solid #000000;
}
