body {
	padding: 0;
	margin: 0; 
	height:101%;
	width:100%;
	background: #a3c8c1 url('../images/layouts/background.jpg') top center repeat;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 930px;
	height:101%;
	min-height:750px;
	padding: 0;
	margin: 0 auto;
}

	#middleContainer {
		position: absolute;
		width: 100%;
		min-width: 930px;
		height:418px;
		top:159px;
		left:0;
		background: url('../images/layouts/middle_repeat.jpg') top left repeat-x;
	}
	
	#bottomContainer {
		position: absolute;
		width: 100%;
		min-width: 930px;
		height:11px;
		top:549px;
		left:0;
		background: url('../images/layouts/bottom_repeat.png') top left repeat-x;
	}
	
	#contentWrapper p {
		margin-top:0;
	}
	
	#contentContainer {
		position: relative;
		width:930px;
		margin: 0 auto;
		padding: 0;
	}
	
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 930px;
			height: 159px;
		}
			
			#number {
				position: absolute;
				left: 0px;
				top: 10px;
			}

			#logo {
				position: absolute;
				left: 370px;
				top: 10px;
			}
			
			#account {
				position: absolute;
				left: 733px;
				top: 0px;
			}
			
			#contact {
				position: absolute;
				left: 836px;
				top: 0px;
			}
			
		#spacer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:900px;
			height:31px;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size: 14px;
			line-height: 30px;
			text-align: right;
			color: #301409;
		}
		
			#styles {
				position: absolute;
				top: -32px;
				left: 0;
			}
		
		#contentHeader {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:930px;
			height: 30px;
			background: url('../images/layouts/content_header.png') top left no-repeat;
		}
		
		#contentWrapper {
			position: relative;
			margin: 0 auto;
			padding: 0 30px;
			width:870px;
			min-height: 400px;
			background: url('../images/layouts/content_wrapper.png') top left repeat-y;
		}
		
		#contentFooter {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:930px;
			height: 3px;
			background: url('../images/layouts/content_footer.png') top left no-repeat;
		}
					
		#priNav_container {
			position: relative;
			margin: 0;
			padding: 0;
			width: 930px;
			height: 30px;
		}

			#priNav {
				position: relative;
				width:850px;
				height:30px;
				margin: 0;
				padding: 0;
				text-align: left; 
			}
			
				#priNav li {
					position: relative;
					margin: 0px;
					padding: 0px;
					list-style-type: none;
					display:inline; 
					color: #42200e;
					font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
					font-size: 14px;
					text-decoration:none;
					text-transform: uppercase;
					text-align: left;
				}
			
					#priNav li a {
						padding: 0px 12px;
						margin: 0;
						line-height: 30px;
						color: #42200e;
						font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
						font-size: 14px;
						text-decoration: none;
						text-transform: uppercase;
						text-align: left;
					}
					
					#priNav li a:hover, #priNav li a.active:hover {
						color: #FFFFFF;
					}

		#facebook {
			position: absolute;
			top:3px;
			right:34px;
		}		
		
		#twitter {
			position: absolute;
			top:3px;
			right:10px;
		}	
		
		#careers {
			position: absolute;
			top:0px;
			right:10px;
			display: none;
		}	
			
		
		#footer {
			position: relative;
			margin: 30px auto 0;
			padding: 0px;
			top:0px;
			left: 0px;
			width: 930px;
			height:30px;
		}
		
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #FFFFFF;
				line-height: 15px;
				text-align: right;
				margin: 4px;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #FFFFFF;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #3c2619;
				text-decoration: underline;
			}
			
	#ie6message {
		visibility: hidden;
		display:none;
		position: fixed;
		top:0;
		left:0;
		margin:0 auto;
		padding:0;
		width:100%;
		height: 70px;
		color:#FFFFFF;
		background: #2d1509;
		text-align: center;
		font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
	
	#ie6message p {
		margin:12px 0;
	}