/* 
PIPCreative
*/

#image1 {
	padding: 12px 0 16px 0;
	top: 120px;
}

#im1, #im1r {
	background-color: #333333;
}


#im2 {
	background-color: #333333;
	width: 788px;
	float: none;
	
}
	/* Overcome stupid 3px margin bug in IE/Win floats
   	http://www.positioniseverything.net/explorer/threepxtest.html */
   		
 	* html #im2 {
   	margin-right: -3px;
}
#im3 {
	width: 788px;
	float: none;
	
}
	/* Overcome stupid 3px margin bug in IE/Win floats
   	http://www.positioniseverything.net/explorer/threepxtest.html */
   		
 	* html #im3 {
   	margin-right: -3px;
}

.inspire {
	font-size: 1em;
	color: #669966;
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 4px;
}

.image1 {
	font-size: 0.8em;
	color: #EDE6D9;
	vertical-align: bottom;
	background-color: #333333;
	text-align: left;
}
.image1r {
	font-size: 0.8em;
	color: #EDE6D9;
	vertical-align: top;
	text-align: right;
}
#image1 a:link, #image1 a:visited {
	text-decoration: none;
	color: #EDE6D9;
	border-bottom: solid #999999 1px;
}
#image1 a:hover, #image1 a:active, #image1 a:focus {
	color: #669966;
	text-decoration: none;
	background-color: #333333;
	border-bottom: solid #EDE6D9 1px;
}	
.inspire a:link, .inspire a:visited {
	text-decoration: none;
	color: #669966;
	border-bottom: solid #999999 1px;
}
.inspire a:hover, .inspire a:active, .inspire a:focus {
	color: #F0E8DB;
	text-decoration: none;
	background-color: #527E53;
}	

