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

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/layouts/top_bg.jpg') top center repeat-x;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 1200px;
	}
		
		#container {
			position: relative;
			margin:0 auto;
			padding: 0;
			width:1200px
			min-height:600px;
		}
		
			#contentTop {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:1200px;
				height: 215px;
				background: url('../images/layouts/body_header.png') top center no-repeat;
			}
			
			#rightShadow {
				position: absolute;
				left:1101px;
				top:215px;
				width:99px;
				height:375px;
				background: url('../images/layouts/right_shadow.png') top center no-repeat;
			}
			
			#leftShadow {
				position: absolute;
				left:1px;
				top:215px;
				width:108px;
				height:376px;
				background: url('../images/layouts/left_shadow.png') top center no-repeat;
			}
	
			#contentWrapper {
				position: relative;
				margin: 0 auto;
				padding: 0 130px 0 140px;
				width:930px;
				min-height:385px;
				background: url('../images/layouts/body_wrapper.png') top center repeat-y;
			}
			
			#contentFooter {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:1200px;
				height: 18px;
				background: url('../images/layouts/body_footer.png') top center no-repeat;
			}
			
			#contentWrapper p {
				margin-top:0;
				/*margin-bottom: 0;*/
				padding:1px 0;
			}
		
		#priNav_container {
			position: absolute;
			top: 32px; 
			left: 300px;
			width: 790px;
			height: 30px;
			padding: 0px;
			margin: 0px auto;
			overflow:hidden;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 790px;
				height: 30px;
				text-align: right; /* change this to change the alignment of navigation */
			}
			
				#priNav li {
					position: relative;
					margin: 0;
					list-style-type: none;
					display: inline; /* use this to align the navigation next to each other */
				}
			
					#priNav li a {
						padding: 10px 12px 11px 12px; /* padding strictly for the background to show completely */
						line-height: 30px; /* need this to actually stretch the button size because it's inline */
						color: #06131e;
						font-family: "Trebuchet MS";
						font-weight: normal;
						font-size: 16px;
						text-decoration: none;
						text-transform: lowercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #6a7b31;
						text-decoration: none;
					}
					
		#contact {
			position: absolute;
			height: 64px;
			left: 100px;
			top:30px;
			width: 203px;
		}

		#logo {
			position: absolute;
			height:116px;
			width:360px;
			left: 145px;
			top: 90px;
		}
					
		#footer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width: 990px;
			height:30px;
		}
		
			#copy {
				float:left;
			}
			
			#right {
				float:right;
			}
			
			#footer p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #a7a8aa;
				line-height: 26px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #a7a8aa;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #939394;
				text-decoration: underline;
			}
