body 		{
		margin: 72px 0;
		text-align: center;
		background-color: #cccccc;
		font: 13px Tahoma,Helvetica,Arial,sans-serif;
		}

#wrapper	{
		width: 750px;
		margin: 0;
		padding: 0;
		}
		
#topper		{
		font: 21px Tahoma,Helvetica,Arial,sans-serif;
		background: url(gifs/back_topper.gif) repeat-x;
		text-align: left;
		font-weight: bold;
		width: 750px;
		height: 72px;
		padding: 24px 36px 24px 340px;
		color: #ffffff;
		}

#content	{
		height: 360px;
		background-color: #ffffff;
		text-align: left;
		background: url(gifs/jp_logo.jpg) no-repeat;
		margin: 0;
		padding: 48 36 12 346;
		}
		
#footer		{
		clear: left;
		height: 24px;
		text-align: left;
		background: url(gifs/back_footer.gif) repeat-x;
		font: 10px;
		padding: 6px 24px;
		color: #ffffff;
		background-color: #B7E488;
		}
		
a:link		{
		color: #ffffff;
		text-decoration: underline;
		}

a:visited	{
		color: #ffffff;
		text-decoration: underline;
		}
a:hover	{
		color: #eeeeee;
		text-decoration: none;
		}

a:active	{
		color: #eeeeee;
		text-decoration: underline;
		}
