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;
}
	
	#header {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 930px;
		height: 134px;
	}
	
		#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;
		}
		
	#middleContainer {
		position: relative;
		width: 100%;
		min-width: 930px;
		height:391px;
		margin: 0 auto;
		padding: 0;
		background: url('../images/layouts/home_middle_repeat.jpg') top left repeat-x;
	}
		
		#spacer1 {
			position: relative;
			margin: 0 auto;
			padding: 0;
			height:7px;
			width:100%;
		}
		
		#flash {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:911px;
			height:377px;
		}
		
			#flash:hover {
				cursor: pointer;
			}
	
	#bottomContainer {
		position: absolute;
		width: 100%;
		min-width: 930px;
		height:11px;
		top:518px;
		left:0;
		background: url('../images/layouts/bottom_repeat.png') top left repeat-x;
	}
					
	#priNav_container {
		position: relative;
		margin: 0 auto;
		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;
		}	

		
		#buttons {
			position: relative;
			margin: 10px auto 0;
			padding: 0;
			width:925px;
			height:139px;
		}
		
			#button1 {
				position: absolute;
				top: 0;
				left:0;
				border: 3px solid white;
			}
			
			#button2 {
				position: absolute;
				top: 0;
				left:232px;
				border: 3px solid white;
			}
			
			#button3 {
				position: absolute;
				top: 0;
				right:232px;
				border: 3px solid white;
			}
			
			#button4 {
				position: absolute;
				top: 0;
				right:0;
				border: 3px solid white;
			}
			
		#content {
			position:relative;
			margin: 0 auto;
			padding: 0px;
			width: 930px;
		}
		
		#footer {
			position: relative;
			margin: 10px 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;
		position: fixed;
		top:0;
		left:0;
		margin:0 auto;
		padding:0;
		width:100%;
		height: 50px;
		color:#FFFFFF;
		background: #2d1509;
		text-align: center;
		font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
		font-size: 12px;
	}