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: 816px;
	}
	
		#spacer1 {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:100%;
			height:102px;
		}
		
		#logo {
			position: absolute;
			top:36px;
			left:0;
		}
		
		/*
#slogan {
			position: absolute;
			top:102px;
			left:470px;
			width:357px;
			height:43px;
			background: url('../images/layouts/slogan.png') top center no-repeat;
		}
*/
		
		#content {
			position: relative;
			padding: 0;
			margin: 0 auto;
			width:816px;
			height:364px;
		}
		
			#flash {
				position: absolute;
				top: 0;
				left: 0;
				width:422px;
				height:364px;
			}
			
			#quicklinks {
				position: absolute;
				top:0;
				left:422px;
				width:394px;
				height:364px;
			}
			
				#multi {
					position: absolute;
					top:0;
					left:0;
					width:394px;
					height:123px;
				}
				
				#contact {
					position: absolute;
					top:123px;
					left:0;
					width:394px;
					height:121px;
				}
				
				#custom {
					position: absolute;
					top:244px;
					left:0;
					width:394px;
					height:120px;
				}
			
		#priNavContainer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 712px;
			height: 63px;
		}
		
			#leftShadow {
				position: absolute;
				top:0;
				left:1px;
				width:5px;
				height:63px;
				background: url('../images/layouts/left_shadow.png') top center no-repeat;
			}
		
			#button1 {
				position: absolute;
				top:0;
				left:6px;
				width:139px;
				height:63px;
			}
			
			#button2 {
				position: absolute;
				top:0;
				left:145px;
				width:164px;
				height:63px;
			}
			
			#button3 {
				position: absolute;
				top:0;
				left:309px;
				width:144px;
				height:63px;
			}
			
			#button4 {
				position: absolute;
				top:0;
				left:453px;
				width:145px;
				height:63px;
			}
			
			#button5 {
				position: absolute;
				top:0;
				left:598px;
				width:110px;
				height:63px;
			}
			
			#rightShadow {
				position: absolute;
				top:0;
				left:708px;
				width:4px;
				height:63px;
				background: url('../images/layouts/right_shadow.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;
				}
