
	body {
		background: #fff url(images/hbarFull.jpg) top left repeat-x;
	}

	h1 {
		color: #fff;
	}

	#content {
		background: none;
		margin-right: 0;
	}
	
	#content p {
		margin-bottom: 18px;
	}
	
	#content table {
		margin: 10px;
	}
	
	#content td {
		text-align: center;
		padding: 25px 20px 25px 20px;
	}
	
	#content td img {
		border: 6px solid #ccc;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: #fff;
		text-decoration: underline;
		font-weight: bold;
	}