body {
	background: #829525 url('../img/main-bg.jpg') top center no-repeat;	
}

	#container {
		width: 960px;
		margin: 0 auto;
		margin-top: 20px;
		background: #fff url('../img/pg-bg.jpg') top center no-repeat;
	}
	
		#header {
			position: relative;
			height: 180px;	
		}
		
		
		
			img#topLogo {
				position: absolute;
				top: 25px;
				left: 35px;
			}
			
			#ccBox {
				position: absolute;
				top: 25px;
				right: 35px;
				text-align: right;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #666;
			}
		
			#topNav {
				position: absolute;
				bottom: 16px;
				left: 70px;
			}
			
				#topNav ul li {
					float: left;	
					font-size: 15px;
					font-family: Georgia, "Times New Roman", Times, serif;
					margin-right: 25px;
					text-transform: uppercase;
					font-weight: bold;
				}
			
				#topNav ul li a {
					color: #b6d91a;
					text-decoration: none;
				}
			
				#topNav ul li a:hover {
					color: #fff;
					text-decoration: none;
				}
				
		#mainHolder {
			
		}
		
			#mainColumn {
				float: left;
				width: 642px;
			}
			
			#rightColumn {
				float: left;
				width: 318px;	
			}
			
	#footer {
		margin: 0 auto;
		background: url('../img/footer.jpg') no-repeat;
		height: 340px;
		width: 960px;
	}
	
	h2 { 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 23px;
		padding-bottom: 10px;
		color: #000;
	}	
	
	.headerBlock {
		background: url('../img/header-bg.gif') repeat-x;
		height: 47px;	
	}
	
		.headerBlock h2 { 
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 23px;
			padding: 10px;
			color: #fff;
		}
	
	.textBlock {
		padding: 29px;	
	}
	
		.textBlock p {
			padding-bottom: 10px;
			line-height: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
	
		.sidePod {
			background: #cecece url('../img/sidepod-base.gif') bottom center no-repeat;
			padding: 10px;
		}
	
			.sidePod p.introTxt {
				font-weight: bold;
				font-size: 14px;
			}
	
			.sidePod ul li {
				background: #cecece;
				padding: 10px 10px 10px 10px;
				list-style: disc;
				margin-left: 20px;
			}
			
				.galleryPod img {
					margin: 5px;
				}
	
	.clearBoth {
		clear: both;	
	}
	
	.hrBar {
		margin: 0 auto;
		background: url('../img/hr_divide.gif') no-repeat;
		width: 585px;
		height: 53px;
	}
	
	.lhsCol {
		float: left;
		width: 49%;
	}
	
	.rhsCol {
		float: left;
		width: 49%;
	}
	
	#footer a {
		color: #fff;
	}
	
	#footer .lhsCol, #footer .rhsCol {
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
	}
	
	#footer .rhsCol {
		text-align: right;
	}
	
	#footer .lhsCol p {
		padding: 20px;
		margin-top: 130px
	}
	#footer .lhsCol IMG {
		padding-left: 20px;
	}
	
	#footer .rhsCol p {
		padding: 20px;
		margin-top: 130px
	}
		
		#footer .lhsCol .largeTxt, #footer .rhsCol .largeTxt {
			font-size: 21px;
		}