
body {
	padding: 0;
	margin: 0; 
	background-color: #b9b9b9;
}

#top_spacer {
	position: relative;
	margin:0 auto;
	width:790px;
	height: 50px;
}

#mainContainer {
	position: relative;
	width: 790px;
	min-height: 665px;
	height: auto !important;
	height: 665px;
	padding: 0;
	margin: 0 auto;
	background-color: #14232f;
	z-index: 15;
}

	#header {
		position: relative;
		background: url('../images/layouts/header.jpg') top center no-repeat;
		margin: 0;
		padding: 0;
		width:790px;
		height:249px;
	}
	
		#slogan {
			position: absolute;
			top:0;
			left:0;
			height:56px;
			width:790px;
		}
		
		#logo {
			position: absolute;
			top: 133px;
			width:316px;
			height:94px;
			z-index: 20;
		}

		#priNav_container {
			position: relative;
			width: 790px;
			height: 46px;
			padding: 0px;
			margin: 0px auto;
			overflow:hidden;
			z-index:500;
			background: url('../images/layouts/priNav_bg.jpg') top center no-repeat;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 790px;
				height: 46px;
				text-align: center; /* 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: 12px; /* 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: #c3d9ee;
						text-decoration: none;
					}

				
		#content {
			position: relative;
			min-height: 310px;
			height: auto !important;
			height: 310px;
			margin: 0px auto;
			left:-1px;
			padding: 20px;
			width: 713px;
			background-color: #fff;
		}
		
		#spacer {
			position: relative;
			height: 22px;
		}
						
	#footer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		top:5px;
		width: 740px;
		height:30px;
	}
	
		#copy {
			float:left;
			padding-left:0px;
		}
		
		#right {
			float:right;
		}
		
		#footer p {
			font-family: "Arial Rounded MT Bold";
			font-size: 10px;
			color: #FFF;
			line-height: 15px;
			text-align: left;
			margin-top: 0;
		}
		
		#footer p a:link, #footer p a:visited {
			color: #FFF;
			text-decoration: underline;
		}
		
		#footer p a:hover, #footer p a:active {
			color: #675f50;
			text-decoration: underline;
		}
