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

#mainContainer {
	position: relative;
	width: 790px;
	height: 665px;
	padding: 0;
	margin: 0 auto;
	top:50px;
	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;
			top: 249px; 
			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;
					}
		
		#flash {
			position: absolute;
			top: 295px;
			left:17px;
			width:337px;
			height:192px;
			z-index: 10;
			background-color: #FFFFFF
		}
			
		#button1 a {
			position: absolute;
			margin:0;
			padding: 0px;
			width:201px;
			height:192px;
			left:361px;
			top:295px;
			background: url('../images/layouts/button1_off.jpg') top center no-repeat;
		}
			
			#button1 a:hover {
				background: url('../images/layouts/button1_on.jpg') top center no-repeat;
			}
		
		#button2 a {
			position: absolute;
			margin:0;
			padding: 0px;
			width:201px;
			height:192px;
			left:569px;
			top:295px;
			background: url('../images/layouts/button2_off.jpg') top center no-repeat;
		}
		
			#button2 a:hover {
				background: url('../images/layouts/button2_on.jpg') top center no-repeat;
			}
		
		#content {
			position: relative;
			/*min-height: 350px;
			height: auto !important;
			height: 350px;*/
			margin: 0px auto;
			padding: 0px;
			width: 790px;
		}
						
		#footer {
			position: absolute;
			margin: 0px auto;
			padding: 0px;
			top: 500px;
			left: 26px;
			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;
			}
