body {
	margin: 0px; 
	padding: 0px;
	background: url('../images/layouts/body_bg.jpg') center top repeat;
}

#mainContainer { 
	margin: 0px auto; 
	padding:0px;
	width:888px;
	position:relative;
}

	#topContainer {
		position: relative;
		margin: 0 auto;
		padding: 0 0 0 2px;
		width:888px;
		height:247px;
		background: url('../images/layouts/top_half.png') center top no-repeat;
	}

		#logo {
			position: absolute;
			top: 0px;
			left: 36px;
		}
		
		#flash {
			position:absolute;
			top:0px;
			left:285px;
			width:577px;
			height:247px;
		}
		
		#slogan {
			position:absolute;
			top:28px;
			left:320px;
			width:310px;
			height:87px;
			background: url('../images/layouts/slogan.png') left top no-repeat;
		}
		
	#contentWrapper {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:888px;
		background: url('../images/layouts/content_wrapper.png') top center repeat-y;
	}
		
		#contentTop {
			position: absolute;
			top:0;
			left:13px;
			width:859px;
			height:149px;
			background: url('../images/layouts/content_top.jpg') no-repeat top left;
		}
		
		#content {
			position: relative;
			margin: 0 auto;
			padding: 40px 45px 0;
			width:798px;
			min-height: 300px;
		}
		
	#contentFooter {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:888px;
		height:70px;
		background: url('../images/layouts/content_bottom.png') top center no-repeat;
	}

	#priNav_container {
		position: absolute;
		top: 208px; 
		left: 19px;
		width: 850px;
		height: 60px;
		text-align: center;
		overflow:hidden;
		background: url('../images/layouts/priNav_bg.png') no-repeat top left;
	}
	
		#priNav_container h2 {
			display: none;
		}
	
		#priNav {
			position: relative;
			margin: 0;
			padding: 0;
			width: 850px;
			height: 60px;
			text-align: center; 
			
		}
		
			#priNav li {
				position: relative;
				margin: 0;
				list-style-type: none;
				display: inline; 
			}
		
				#priNav li a {
					padding: 9px 10px;
					line-height: 46px; 
					color: #ffffff;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;
					text-transform: lowercase;
					text-align: center;
				}
				
					#priNav li a.active, #priNav li a.active:hover {
						background: #c14b05;
					}
					
					#priNav li a:hover {
						background: #c14b05;						
					}

#footer {
	padding:0px;
	margin:0px auto 0px;
	position:relative;
	text-align:left;
	width:840px;
	height:20px;
}

#footer p {
	font-size:10px;
	color: #aeadad;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p a:link, #footer p a:visited {color: #aeadad;text-decoration: underline;}
#footer p a:hover, #footer p a:active {color: #df6400;text-decoration: underline;}
