body {
	padding: 0;
	margin: 0; 
	background: #8b723a url('../images/layouts/new/ead_repeat.jpg') repeat-x top center;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0 auto;
}
	
	#topContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:105px;
		background: url('/images/layouts/new/top_repeat.jpg') repeat-x center top;
	}
	
		#header {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:950px;
			height: 105px;
		}
		
			#logo {
				position: absolute;
				left: 0px;
				top: 0;
			}
				
			#search {
				position: absolute;
				width: 140px;
				height: 24px;
				right: 255px;
				top:16px;
			}
					
				#search form {
					position: absolute;
					height:20px;
					left:0px;
					z-index: 200;
				}
				
				#search form #input {
					margin:4px 0 0;
					padding:2px 6px 2px 1px;
					height:14px; 
					width:105px;
					background-color:#FFFFFF; 
					color:#878787;
					text-align: left;
				}
				
				#search_btn {
					position: absolute;
					left:116px;
					top: 0px;
					z-index: 200;
				}
			
			#index {
				position: absolute;
				top:0;
				right:135px;
				width:113px;
				height:46px;
				background: url('/images/layouts/new/index.png') no-repeat center top;
			}
			
				#index:hover {
					background: url('/images/layouts/new/index.png') no-repeat center bottom;
					cursor: pointer;
				}
				
			#contact {
				position: absolute;
				top:0;
				right:20px;
				width:113px;
				height:46px;
				background: url('/images/layouts/new/contact.png') no-repeat center top;
			}
			
				#contact:hover {
					background: url('/images/layouts/new/contact.png') no-repeat center bottom;
					cursor: pointer;
				}
				
	#midContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
	}
	
		#contentContainer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:1024px;
		}
			
			#priNav_container {
				position: relative;
				width: 1024px;
				height: 68px;
				margin: 0px auto;
				padding: 0px;
				overflow: hidden;
			}
	
				#priNav {
					position: relative;
					width: 962px;
					height: 68px;
					margin: 0 0 0 62px;
					padding: 0;
					text-align: left; 
				}
				
					#priNav li {
						position: relative;
						margin: 0px auto;
						padding: 0px;
						list-style-type: none;
						display:inline;
						text-decoration:none;
						text-align: left;
					}
				
						#priNav li a {
							padding: 25px 63px 3px 0;
							margin: 0 20px 0 0;
							color: #ffffff;
							font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
							font-size: 25px;
							text-decoration: none;
							text-transform: uppercase;
							text-align: left;
							height:68px;
							line-height:68px;
						}
						
						#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
							border-bottom: 6px solid #ddd4ac;
						}
						
						#priNav li.last a {
							margin:0;
						}
						
			#contentHeader {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:900px;
				height:15px;
				background: url('/images/layouts/new/content_header.png') no-repeat center top;
			}
		
			#contentWrapper {
				position: relative;
				padding: 0;
				margin: 0 auto;
				width:1024px;
				background: url('/images/layouts/new/content_wrapper.png') repeat-y center top;
			}
					
				#content {
					position: relative;
					margin: 0 auto;
					padding: 5px 30px;
					width:840px;
					min-height: 465px;
				}
			
			#contentFooter {
				position: relative;
				padding: 0 0 14px;
				margin: 0 auto;
				width:1024px;
				height:15px;
				background: url('/images/layouts/new/content_footer.png') no-repeat center top;
			}
			
	#bottomContainer {
		position: relative;
		padding: 0;
		margin: 0 auto;
		width:100%;
		min-width:1024px;
		background: url('/images/layouts/new/bottom_repeat.jpg') repeat-x center top;
	}
		
		#footer {
			position: relative;
			margin: 0px auto;
			padding: 50px 0 0;
			width: 900px;
			height: 200px;
		}
		
			#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;
			}
