h1 { display: block; margin: 5px 0px 15px 15px; padding: 0px; font: 25px/27px Arial; font-weight: bold; }
h2 { display: block; margin: 5px 0px 5px 15px; padding: 0px; font: 20px/22px Arial; color: #CC6600; }
h3 { display: block; margin: 0px 0px 2px 15px; padding: 0px; font: 14px/16px Arial; font-weight: bold; color: #CC6600; }
p { position: relative; margin: 0px 0px 10px 0px; padding: 0px 15px 0px 15px; z-index: 11; }
img { margin: 0px; padding: 0px; border: 0px solid white; }

#landing-content
	{
	width: 375px;
	background-color: #E6E1AF;
	background-image: url('/images/landing-content-background.gif');
	background-position: center top;
	background-repeat: repeat-y;
	}
	
#landing-content-bottom
	{
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	background-image: url('/images/landing-content-bottom.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	}
