body {
	padding: 0;
	margin: 0; 
	background: #393027 url('../images/layouts/background.jpg') top center no-repeat;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0 auto;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 818px;
	}
	
		#spacer1 {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:100%;
			height:102px;
		}
		
		#logo {
			position: absolute;
			top:36px;
			left:0;
		}
		
		#slogan {
			position: absolute;
			top:52px;
			left:470px;
			width:357px;
			height:43px;
			background: url('../images/layouts/slogan.png') top center no-repeat;
		}
		
		#priNavContainer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 818px;
			height: 63px;
		}
		
			#button1 {
				position: absolute;
				top:0;
				left:0;
				width:162px;
				height:63px;
			}
			
			#button2 {
				position: absolute;
				top:0;
				left:162px;
				width:188px;
				height:63px;
			}
			
			#button3 {
				position: absolute;
				top:0;
				left:350px;
				width:165px;
				height:63px;
			}
			
			#button4 {
				position: absolute;
				top:0;
				left:515px;
				width:166px;
				height:63px;
			}
			
			#button5 {
				position: absolute;
				top:0;
				left:681px;
				width:137px;
				height:63px;
			}

/*
			#priNav {
				position: relative;
				width:1024px;
				height:44px;
				margin: 0 auto;
				padding: 0;
				text-align: center; 
			}
			
				#priNav li {
					position: relative;
					margin: 0px auto;
					padding: 0px;
					list-style-type: none;
					display:inline; 
				}
			
					#priNav li a {
						padding: 13px;
						margin:0 auto;
						color: #ffffff;
						font-family: "Trebuchet MS","Arial";
						font-size: 10pt;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active:hover {
						color: #b0e2e8;
					}
					
					#priNav li a.active {
						color: #b0e2e8;
						padding:13px 17px 13px 13px;
					}
*/
		
		#quicklinks {
			position: absolute;
			top:208px;
			left:818px;
			width:108px;
			height:298px;
		}
		
			#quickAlt {
				position: absolute;
				top:0;
				left:0;
				width:108px;
				height:298px;
			}
		
			#multi {
				position: absolute;
				top:0;
				left:0;
				width:108px;
				height:99px;
			}
			
			#contact {
				position: absolute;
				top:99px;
				left:0;
				width:108px;
				height:99px;
			}
			
			#custom {
				position: absolute;
				top:197px;
				left:0;
				width:108px;
				height:100px;
			}
		
		#contentHeader {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 818px;
			height: 10px;
			overflow: hidden;
			background: url('../images/layouts/content_top.png') no-repeat top center;
		}		

		#contentWrapper {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 818px;
			min-height: 350px;
			/*
height: auto !important;
			height: 350px;
*/
			background-color: #f2f2f2;
			overflow: hidden;
		}

				#content {
					padding: 20px 20px 0;
				}

		#contentFooter {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 818px;
			height: 18px;
			background: url('../images/layouts/content_bottom.png') top center no-repeat;
		}
		
		#bottomContainer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width: 700px;
			height:100px;
		}
		
			#spacer2 {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width: 100%;
				height:45px;
			}
			
			#bottomLinks {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				width: 700px;
				height:25px;
				text-align: left;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 12px;
				color: #FFFFFF;
				text-decoration: none;
			}
			
				#bottomLinks a {
					font-family: Arial,Helvetica,sans-serif;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#bottomLinks a:hover {
					font-family: Arial,Helvetica,sans-serif;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: underline;
				}
	
			#footer {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				top:0px;
				left: 0px;
				width: 700px;
				height:30px;
			}
			
				#footer p {
					font-family: Arial,Helvetica,sans-serif;
					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;
				}

