body {
	padding: 0;
	margin: 0; 
	background-color: #21211e;
	width: 100%;
}

h2 {
	color: #46652e;
	font-size: 26px;
}

#bigger {
	position: relative;
	background-color: #797873;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainContainer {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url('../images/layouts/main_container_bg2.jpg') repeat-x;
}

	#priNav_gradient_overlay {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 12px;
		top: 131px;
		background: url('../images/layouts/priNav_btn_gradient_overlay.png');
		z-index: 5;
	}
	
	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 954px;

	}

		#logo {
			position: absolute;
			left: -10px;
			top: 20px;
			z-index: 4;
		}

		#priNav_container {
			position: absolute;
			top: 107px; 
			width: 100%;
			padding: 0px;
			margin: 0;
			z-index: 3;
			height: 35px;
			overflow: hidden;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				position: relative;
				float: right;
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
				#priNav li {
					position: relative;
					margin: 0 3px 0 0;
					list-style-type: none;
					display: block; /* use this to align the navigation next to each other */
					width: 116px;
					height: 35px;
					background: url('../images/layouts/priNav_btn_bg.png') no-repeat;
					float: left;
					padding-top: 10px;
				}
			
					#priNav li a {
						color: #fff;
						font-family: "Trebuchet MS",sans-serif;
						font-size: 9pt;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #ddd8c4;
					}
					
		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 152px;
			width: 100%;
		}

		#header {
			position: relative;
			margin: 0;
			padding: 0;
			width: 100%;
			min-height: 650px;
			z-index: 3;
		}
		
		#content {
			position: relative;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 280px;
			background: url('../images/layouts/top_content_bg.png') no-repeat;
			z-index: 2;
		}
		
			#flashDiv {
				position: absolute;
				width: 536px;
				height: 295px;
				margin: 0;
				padding: 0;
				top: -2px;
				left: -3px;
				z-index: 2;
			}
			
			#welcome {
				position: absolute;
				width: 382px;
				height: 248px;
				margin: 0;
				padding: 20px 0 0 0;
				left: 554px;
				top: 15px;
				font-size: 12px;
				line-height: 16px;
				overflow: hidden;
			}
						
		#static_content {
			position: relative;
			margin: 0;
			padding: 0;
			width: 954px;
			height: 306px;
			background: url('../images/layouts/pc_bg.png') no-repeat;
			z-index: 1;
		}
		
		#buttons a {
			padding: 0 12px;
		}
		
			#button1 {
				position: absolute;
				margin: 0;
				padding: 14px 0 0 0;
				width: 218px;
				height: 224px;
				left: 15px;
				top: 40px;
				background: url('../images/layouts/button_bg.png') no-repeat;
			}
			
			#button2 {
				position: absolute;
				margin: 0;
				padding: 14px 0 0 0;
				width: 218px;
				height: 224px;
				left: 249px;
				top: 40px;
				background: url('../images/layouts/button_bg.png') no-repeat;
			}
			
			#button3 {
				position: absolute;
				margin: 0;
				padding: 14px 0 0 0;
				width: 218px;
				height: 224px;
				left: 483px;
				top: 40px;
				background: url('../images/layouts/button_bg.png') no-repeat;
			}

			#eventbox {
				position: absolute;
				margin: 0;
				padding:0;
				width: 223px;
				height: 226px;
				left: 716px;
				top: 38px;
			}
		
		#the_spacer {
			position: relative;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 40px;
		}
		
		#footer {
			position: relative;
			padding: 5px 0 5px 0;
			width: 954px;
			height: 30px;
			margin: 0 auto;
		}
			
			#copy {
				position: relative;
				float: left;
				top: 8px;
			}
			
			#artistry {
				position: relative;
				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: #fff;
				text-decoration: underline;
			}

#overflow {
	display: none;
}
