@charset "utf-8";
/* CSS Document */

#allcontent 
	{
		background-image: url(../images/bk_partners.jpg);
		background-repeat: no-repeat;
		height: 712px;
		clear: both;
	}

#rightcol
	{
		height: 676px;	/* 3em roughly 36px */		
	}
		
html>body #rightcol
	{
		height: 700px;	/* 1em roughtly 12px */
	}
	
	html>body #content
		{
			padding-top: 3px;
			margin: 0 280px 0 1em;
		}

	#content p
		{
			padding-bottom: 12px;
		}

	html>body #content p { padding-top: 0px; padding-bottom: 0px; margin-top: 0px; }


