@media screen
{
	div#top
	{
		height: 160px;
		background: #000;
	}
	
	div#top_inset #rps
	{
		position: absolute;
		height: 47px;
		width: 181px;
		background: url(/_elements/rps_logo.jpg);
		top: 45px;
	}
	
	div#top_inset
	{
		padding: 0 50px;
		position: relative;
	}
	
	
	div#section_title h1
	{
		color: #FFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 26px;
		background: #000;
		position: absolute;
		left: 48px;
		top: 106px;
		padding-right: 15px;
	}
}