		body {
			margin:				0px auto 0px auto;
			
			background:			#8B6C45;
			color:				#FFFFFF;
			
			text-align:			center;
		}
		
		#container {
			width:				710px;
			margin:				10px auto 10px auto;
			padding:			0px 5px;
			
			background-image:		url('../Images/Common/Container-BG.jpg');
			background-repeat:		repeat-y;
			
			text-align:			justify;
		}
		
		#header-img {
			height:				172px;
			width:				700px;
			border-top:			1px solid #000000;
			border-bottom:			5px solid #6F5636;
			
			margin:				0px;
			padding:			0px;
		}
		
		#content {
			width:				700px;
			
			padding-bottom:			100px;
			padding-top:			4px;
			background-image:		url('../Images/Common/Pots-BG.jpg');
			background-position:		bottom;
			background-repeat:		no-repeat;
		}
		
		#navigation-side {
			background:			#9D8356;
			
			border:				1px solid #000000;
			padding:			4px;
			margin:				0px 4px 4px 4px;
			
			width:				200px;
			
			float:				left;
			
			text-align:			left;
		}
		
		#navigation-side a {
			font-family:			sans-serif;
			font-size:			13pt;
			font-weight:			bold;
			
			color:				#FFFFFF;
			
			text-decoration:		none;
		}
		
		#navigation-side a:hover {
			color:				#D0B188;
		}
		
		#content-box {
			background:			#AB9469;
			width:				460px;
			
			margin:				0px 4px 4px 220px;
			padding:			4px;
			
			border:				1px solid #000;
		}
		
		#content-box p {
			font-size:			11pt;
			padding:			0px;
			margin:				0px;
		}
		
		#content-box h1, h2, h3, h4, h5, h6 {
			padding:			0px 0px 8px 0px;
			margin:				0px;
		}
		
		#footer {
			width:				700px;
			
			border-top:			2px solid #000;
			border-bottom:			2px solid #000;
			background:			#6F5636;
			color:				#fff;
			
		}
		
		#footer .left {
			width:				345px;
			float:				left;
			
			margin:				2px;
			
			text-align:			left;
		}
		
		#footer .right {
			width:				345px;
			
			float:				right;
			
			margin:				2px;
			
			text-align:			right;
		}
		
		#footer h6 {
			margin:				0px;
			
			font-weight:			normal;
			font-size:			8pt;
		}
		
		#footer a {
			text-decoration:		underline;
			
			color:				#FFFFFF;
		}
		
		.spacer {
			width:				100%;
			height:				1px;
			clear:				both;
		}
p {
    text-align: justify;
    margin: .5em 0;
}
