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: 900px;
	height:101%;
	min-height:750px;
	padding: 0;
	margin: 0 auto;
}

	#middleContainer {
		position: absolute;
		width: 100%;
		min-width: 930px;
		height:393px;
		top:116px;
		left:0;
		background: url('../images/layouts/middle_repeat.png') top left repeat-x;
	}
	
	#bottomContainer {
		position: absolute;
		width: 100%;
		min-width: 930px;
		height:6px;
		top:509px;
		left:0;
		background: url('../images/layouts/bottom_repeat2.png') top left repeat-x;
	}
	
	#contentWrapper p {
		margin-top:0;
	}
	
	#contentContainer {
		position: relative;
		width:900px;
		margin: 0 auto;
		padding: 0;
		font-family: "Century Gothic",Century,"Trebuchet MS",Arial,Helvetica,sans-serif;
	}
	
		#contentContainer p {
			font-family: "Century Gothic",Century,"Trebuchet MS",Arial,Helvetica,sans-serif;
		}
	
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 900px;
			height: 88px;
		}
			
			#number {
				position: absolute;
				left: 0px;
				top: 10px;
				font-family: Arial,Helvetica,sans-serif;
			}

			#logo {
				position: absolute;
				left: 300px;
				top: 10px;
			}
			
			#account {
				position: absolute;
				left: 733px;
				top: 0px;
			}
			
			#contact {
				position: absolute;
				left: 800px;
				top: 0px;
			}
			
		#spacer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:900px;
			height:31px;
			font-family: "Century Gothic",Century,"Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size: 14px;
			line-height: 30px;
			text-align: right;
			color: #301409;
		}
		
			#styles {
				position: absolute;
				top: -32px;
				left: 0;
			}
		
		#contentWrapper {
			position: relative;
			margin: 0 auto;
			padding: 15px 45px 0px 340px;
			width:519px;
			min-height: 200px;
			background: url('../images/layouts/home_wrapper.png') top left repeat-y;
		}
		
			#button1 {
				position: absolute;
				top:22px;
				left:30px;
				width:130px;
				height:170px;
				overflow: hidden;
			}
			
				#img1 {
					position: absolute;
					top:8px;
					left:7px;
				}
				
				#link1 {
					position: absolute;
					top:0;
					left:0;
				}
			
			#button2 {
				position: absolute;
				top:22px;
				left:165px;
				width:130px;
				height:170px;
				overflow: hidden;
			}
			
				#img2 {
					position: absolute;
					top:8px;
					left:7px;
				}
				
				#link2 {
					position: absolute;
					top:0;
					left:0;
				}
		
		#contentFooter {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:904px;
			height: 32px;
			background: url('../images/layouts/home_footer.png') top left no-repeat;
		}
		
		#bottomButtons {
			position: relative;
			top:-10px;
			margin: 0 auto;
			padding: 0;
			width:910px;
			height:35px;
		}
		
			#facebook {
				position: absolute;
				top:0px;
				left:34px;
			}		
			
			#twitter {
				position: absolute;
				top:0px;
				left:63px;
			}
			
			#blog {
				position: absolute;
				top:0px;
				left:87px;
			}
			
			#elist {
				position: absolute;
				top:0;
				left:160px;
				width:461px;
				height:35px;
				background: url('../images/layouts/elist_bg.png') top left no-repeat;
			}
					
					#elist form {
						position: absolute;
						height:22px;
						left:165px;
						top:5px;
						z-index: 200;
					}
					
					#elist form #input {
						margin:0px;
						padding:0px;
						height:18px; 
						width:200px;
						background-color:#FFFFFF; 
						color:#878787;
					}
					
					#search_btn {
						position: absolute;
						left:204px;
						top: 0px;
						z-index: 200;
					}
	
					
		#priNav_container {
			position: relative;
			margin: 0;
			padding: 0;
			width: 900px;
			height: 28px;
		}

			#priNav {
				position: relative;
				width:900px;
				height:28px;
				margin: 0;
				padding: 0;
				text-align: center; 
			}
			
				#priNav li {
					position: relative;
					margin: 0px;
					padding: 0px;
					list-style-type: none;
					display:inline; 
					color: #42200e;
					font-family: "Century Gothic",Century,"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: "Century Gothic",Century,"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;
					}
					
		#flash {
			position: relative;
			width:904px;
			height:393px;
			margin: 0 auto;
			padding: 0;
		}
		
		#careers {
			position: absolute;
			top:0px;
			right:10px;
			display: none;
		}	
			
		
		#footer {
			position: relative;
			margin: 30px auto 0;
			padding: 0px;
			top:0px;
			left: 0px;
			width: 904px;
			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;
	}