.img_right {
	float: right;
	margin: 10px 0 10px 10px;
}
.img_left {
	float: left;
	margin: 10px 10px 10px 0;
}
h1,h2,h3 {
	clear: both;
	}
.link_right {
	margin:  0 0 5px 0;
	float: right;
	/*clear: both;*/
	
}
 #splash #shadow{
			position: relative;
			background-image: url(/pic/editorial/shadow.gif);
			background-repeat: no-repeat;
			width: 581px;
			height: 264px;
			margin-left: -13px;
		}
#splash #img{
	position: relative;
	width: 555px;
	height: 238px;
	margin-top: -251px;
}
	
#splash #img #text {
	padding-top: 198px;
	text-align: right;
	margin-left: 10px;
}

	#splash #img #text p {
		position: relative;
		font-size: 28px;
		color: #fff;
		font-weight: bold;
		font-family: Trebuchet MS, Arial, Verdana, Sans-serif;
		letter-spacing: 1px;
		text-align: left;
		z-index: 1;
	}
	#splash #img #text_shadow p {
		position: relative;
		font-size: 28px;
		color: #000;
		font-weight: bold;
		font-family: Trebuchet MS, Arial, Verdana, Sans-serif;
		letter-spacing: 1px;
		text-align: left;
		z-index: 0;
		margin-top: -27px;
		margin-left: 9px;
		
		
	}