
body {
	padding: 0;
	margin: 0; 
	background: #231508 url('../images/layouts/back.jpg') center top no-repeat;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 889px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	z-index: 15;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 889px;
	}

		#contentContainerBG {
			position: absolute;
			padding: 0;
			top: 27px;
			left: 0px;
			width: 889px;
			height: 563px;
			background: url('../images/layouts/main_body.png') top center no-repeat;
		}
		
		#logo {
			position: absolute;
			left: 26px;
			top: 56px;
			width: 450px;
			height: 60px;
			z-index: 20;
		}

		#links {
			position: absolute;
			top: 82px; 
			left: 713px;
			width: 150px;
			height: 20px;
			padding: 0px;
			margin: 0px auto;
			overflow: hidden;
			z-index: 20;
			color: #fff;
			font-family: "Trebuchet MS";
			font-weight: normal;
			font-size: 10pt;
			text-decoration: none;
			text-align: center;
		}
		
			#fb {
				position: absolute;
				top:0;
				right:0;
			}
		
			#links a {
				color: #fff;
				font-family: "Trebuchet MS";
				font-weight: normal;
				font-size: 10pt;
				text-decoration: none;
				text-align: center;
			}
			
			#links a:hover {
				color: #747130;
			}

		#priNav_container {
			position: absolute;
			top: 122px; 
			left: 131px;
			width: 737px;
			height: 46px;
			padding: 0px;
			margin: 0px auto;
			overflow:hidden;
			background: url('../images/layouts/main_navBar.png') top left;
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 737px;
				height: 46px;
				text-align: center; /* 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: 11px 22px 8px; /* padding strictly for the background to show completely */
						line-height: 46px; /* need this to actually stretch the button size because it's inline */
						color: #fff;
						font-family: "Trebuchet MS";
						font-weight: normal;
						font-size: 10pt;
						text-decoration: none;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						background: url('../images/layouts/navBar_on.png') bottom center repeat-x;
					}
					
		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 106px;
			left: 9px;
			width: 889px;
		}

		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left: 88px;
			width: 660px;
			height: 474px;
			z-index: 10;
		}
		
			#flash {
				z-index: 10;
			}
			
				#flashDiv img {
					margin-top: 5px;
				}
			
		
		#content {
			position: relative;
			min-height: 15px;
			height: auto !important;
			height: 15px;
			margin: 0px auto;
			padding: 0px;
			width: 960px;
		}
		
		#button1 {
			position: absolute;
			padding: 0px;
			margin: 0px auto;
			top: 163px;
			left: 21px;
			width: 290px;
			height: 142px;
			z-index: 20;
		}
		
		#button2 {
			position: absolute;
			padding: 0px;
			margin: 0px auto;
			top: 305px;
			left: 19px;
			width: 280px;
			height: 136px;
			z-index: 20;
		}
		
		#button3 {
			position: absolute;
			padding: 0px;
			margin: 0px auto;
			top: 440px;
			left: 20px;
			width: 266px;
			height: 136px;
			z-index: 20;
		}

		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left: 10px;
			width: 865px;
			height:30px;
		}
		
			#copy {
				float:left;
				padding-left:0px;
			}
			
			#right {
				float:right;
				margin-right:20px;
			}
			
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #ae8b42;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #ae8b42;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #675f50;
				text-decoration: underline;
			}

