body {
	padding: 0;
	margin: 0; 
	background: url('../images/layouts/body_bg.jpg') repeat center top;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0 auto;
}

	#topWide {
		position: relative;
		width: 100%;
		min-width: 1024px;
		height:100px;
		padding: 0;
		margin: 0 auto;
		background: url('../images/layouts/top_repeat.jpg') repeat-x center top;
	}
	
		#topContainer {
			position: relative;
			width:906px;
			height:100px;
			margin: 0 auto;
			padding: 0;
		}
			
			#logo {
				position: absolute;
				top:12px;
				left:0px;
			}
				
			#priNav_container {
				position: absolute;
				width: 675px;
				height: 100px;
				top: 0px;
				right: 0;
				z-index: 10;
			}
	
				#priNav {
					position: absolute;
					width: 675px;
					height: 100px;
					right: 0px;
					top: 0;
					margin: 0;
					padding: 0;
					color: #000000;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 12px;
					text-decoration: none;
					text-transform: uppercase;
					overflow: hidden;
					z-index: 200;
				}
				
					#priNav li {
						position: relative;
						margin: 0px auto;
						padding: 0px;
						list-style-type: none;
						display:inline;
						text-decoration:none;
						text-align: left;
					}
				
						#priNav li a {
							display: block;
							float: left;
							padding: 77px 8px 14px;
							margin: 0 auto;
							color: #000000;
							font-family: Arial,Helvetica,sans-serif;
							font-size: 12px;
							text-decoration: none;
							text-transform: uppercase;
							text-align: left;
							border-left: 5px;
							border-right: 5px;
							border-color: transparent;
							border-style: solid;
							border-top: none;
							border-bottom: none;
						}
						
						#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
							color: #ffffff;
							text-decoration: none;
							border-left: 5px solid #d3d1cd;
							border-right: 5px solid #d3d1cd;
							background: url('../images/layouts/prinav_hover.png') repeat-x center left;
						}
						
	#topSpacer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:18px;
		background: #474747;
	}
	
	#middleRepeat {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		background: url('../images/layouts/middle_repeat.jpg') repeat center top;
	}
	
		#middleImg {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:100%;
			min-width: 1024px;
			background: url('../images/layouts/middle_repeat_y.jpg') repeat-y center top;
		}
			
			#spacer1 {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:100%;
				min-width: 1024px;
				height:22px;
			}
			
			#contentWrapper {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:906px;
				background: url('../images/layouts/content_wrapper.jpg') repeat-y center top;
			}
				
				#contentHeader {
					position: relative;
					margin: 0 auto;
					padding: 0;
					width: 906px;
					height: 40px;
					background: url('../images/layouts/content_header.png') no-repeat center top;
				}
					
				#content {
					position: relative;
					margin: 0 auto;
					padding: 0;
					width:840px;
					min-height: 300px;
				}
				
				#contentFooter {
					position: relative;
					margin: 0 auto;
					width: 906px;
					height: 74px;
					background: url('../images/layouts/content_footer.png') no-repeat center top;
				}
				
			#spacer2 {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:100%;
				min-width: 1024px;
				height:36px;
			}
				
	#bottomSpacer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:12px;
		background: #474747;
	}
			
	#bottomRepeat {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:165px;
		background: url('../images/layouts/footer_top.png') repeat-x center top;
	}
		
		#footer {
			position: relative;
			margin: 0 auto;
			padding: 60px 0 0 0;
			width: 900px;
			height:30px;
		}
		
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #aeadad;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #aeadad;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #ffffff;
				text-decoration: underline;
			}