#backpad, #backone, #backtwo, #backthree, #backfour, #backfive, #backsix
	{
		display: block;
		position: relative;	
		top: 0px;
		width: 164px;
		height: 364px;
	}
#backpad
	{
		border-left: 5px solid #FFFFFF;
		float: right;
		margin-right: 5px;
	}
#backone
	{
		left: 1px;
		top: 1px;
		width: 162px;
		height: 362px;
		background-color: #000000;
	}
#backtwo
	{
		width: 160px;
		height: 360px;
		left: 1px;
		top: 1px;
		background-color: #875B9F;
	}
#backthree
	{
		width: 158px;
		height: 358px;
		left: 1px;
		top: 1px;
		background-color: #65A1CD;
	}
#backfour
	{
		width: 156px;
		height: 356px;
		left: 1px;
		top: 1px;
		background-color: #92D2BE;
	}
#backfive
	{
		width: 154px;
		height: 354px;
		left: 1px;
		top: 1px;
		background-color: #EEF99D;
	}
#backsix
	{
		width: 152px;
		height: 352px;
		left: 1px;
		top: 1px;
		background-color: #FF7E7E;
	}
table.contact
	{
		display: block;
		position: relative;
		left: 1px;
		top: 1px;
		width: 150px;
		height: 350px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
	}
td.contact
	{
		font-family: Verdana;
		font-size: 7pt;
		max-width: 144px;
		text-align: center;
		/*font-weight: normal;*/
		color: #1D2532;
		vertical-align: top;
		padding: 0px;
		margin: 0px;
	}
/* For IE6 - Show Contact Email w/Photo */

a.contactie6, a.contactie6:visited
	{
		display: block;
		position: relative;
		width: 144px;
		height: auto;
		left: 0px;
		font-size: 7pt;
		text-align: center;
	}
a.contactie6:hover
	{
		font-size: 7pt;
		overflow: visible;
	}
a.contactie6 .sidephoto, a.contactie6:visited .sidephoto
	{
		display: none;
		overflow: hidden;
	}
a.contactie6:hover .sidephoto
	{
		display: block;
		position: absolute;
		width: 200px;
		height: 150px;
		left: -205px;
		top: -100px;
		z-index: 5;
	}
/* For All Other Browsers - Show Contact Email w/Photo */
ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
li
	{
		display: block;
		position: relative;
		width: 144px;
		height: 10pt;
		overflow: hidden;
		background-color: #FFFFFF;
	}
li:hover
	{
		overflow: visible;
	}
li:hover .sidephoto
	{
		display: block;
		position: absolute;
		width: 200px;
		height: 150px;
		left: -205px;
		top: -100px;
		z-index: 5;
	}
a.contact, a.contact:visited
	{
		display: block;
		width: 144px;
		height: 10pt;
		font-size: 7pt;
		background-color: #FFFFFF;
	}
a.contact:hover
	{
		font-size: 7pt;
	}
/* For Opera */
a.opera, a.opera:visited
	{
		display: block;
		position: relative;
		height: 10pt;
		width: 144px;
		font-size: 7pt;
	}
a.opera:hover
	{
		height: 10pt;
		width: 144px;
	}
a.opera .sidephoto, a.opera:visited .sidephoto
	{
		display: none;
	}
a.opera:hover .sidephoto
	{
		display: block;
		position: absolute;
		width: 200px;
		height: 150px;
		left: -205px;
		top: -100px;
		z-index: 5;
	}