#banner
{
	text-align: center;
	width: 100%;
	background-image: 
	url('beckgrad.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-bottom: 10px;
	min-height: 218px;
}

#banner:hover
{
	color: yellow;
}

.expander
{
padding: 0px;
}

#contentGroup
{	padding: 20px;
	background-image: 
	url('56bg.gif');
	background-repeat: no-repeat;
	background-position: center 25px;
}

#quotes
{
color: white;
font-weight: 900;
}

#credit
{
 position: absolute;
 top: 152px;
 left: 1%; 
}

#credit a
{
font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
 font-size: 10px;
 color: white;
 text-decoration: none;
}

#credit a:hover
{
 color: #acf;
}
