/* Styles for legal.html */

#legal-top-row
{
	background:url(../images/bkg_texture_top.jpg) no-repeat;
	background-position:top;
}

#legal-bottom-row
{
	background:url(../images/bkg_bottom_texture.jpg) no-repeat;
	background-position:bottom;
	padding-bottom:0;
}

#legal-left
{
	float:left;
	width:320px;
}

#legal-right
{
	float:left;
	width:300px;
}

#legal-photo
{
	margin-top:20px;
}

p.padtop
{
	padding-top:15px;
}