body {
	padding: 0;
	margin: 0; 
	background: #446b81;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width:990px;
	height: 560px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/layouts/body_bg.jpg') center top repeat-x;
	z-index: 500;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 990px;
		/*height: 667px;*/
	}

		#priNav_container {
			position: relative;
			width: 900px;
			height: 40px;
			padding: 57px 0 0 0;
			margin: 0px auto;
			overflow:hidden;
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 900px;
				height: 40px;
				text-align: right; /* change this to change the alignment of navigation */
			}
			
				#priNav li {
					position: relative;
					color: #fff;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 13px;
					margin: 0;
					list-style-type: none;
					display: inline; /* use this to align the navigation next to each other */
				}
			
					#priNav li a {
						padding: 9px; /* padding strictly for the background to show completely */
						line-height: 35px; /* need this to actually stretch the button size because it's inline */
						color: #fff;
						font-family: Arial,Helvetica,sans-serif;
						font-size: 13px;
						text-decoration: none;
						text-transform: capitalize;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #a33321;
						text-decoration: none;
					}
		
		#contentHeader {
			position: relative;
			margin: 0 auto;
			padding: 0;
			height:25px;
			width:960px;
			background: url('../images/layouts/content_top.png') top center repeat-x;
			z-index: 20;
		}
		
		#contentWrapper {
			position: relative;
			margin: -8px auto 0;
			padding: 0;
			min-height:370px;
			width:960px;
			background: url('../images/layouts/content_wrapper.jpg') top center repeat-y;
			z-index: 10;
		}
						
			#spacer {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				height: 36px;
				width: 960px;
			}
			
			#logo {
				position: absolute;
				left: 32px;
				top: 54px;
				width:288px;
				height:56px;
				z-index: 20;
			}		
			
			#swirls {
				position: absolute;
				left: 334px;
				top: 60px;
				width:412px;
				height: 55px;
				z-index: 20;
				background: url('../images/layouts/swirls.png') top center no-repeat;
			}	
			
			#spacer2 {
				position: relative;
				width:960px;
				height: 114px;
				margin: 0 auto;
				padding: 0;
			}
			
			#content {
				position: relative;
				min-height: 275px;
				height: auto !important;
				height: 275px;
				margin: 0px auto;
				padding: 0 40px;
				width: 880px;
			}
			
		#contentFooter {
			position: relative;
			margin:-20px auto 0;
			padding: 0;
			width:990px;
			height:91px;
			background: url('../images/layouts/content_footer.jpg') top center no-repeat;
		}
						
		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left: 14px;
			width: 900px;
			height:30px;
		}
		
			#copy {
				float:left;
				padding-left:0px;
			}
			
			#right {
				float:right;
				margin-right:20px;
			}
			
			#footer p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #999999;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #999999;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #CCCCCC;
				text-decoration: underline;
			}