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

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

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

	#headerContainer {
		position: relative;
		margin: 0 auto;
		width: 100%;	
		height: 440px;
		background: url('../images/layouts/back_header.jpg') repeat-x;
	}
	
		#header {
			position: relative;
			margin: 0 auto;
			width: 970px;
			height: 440px;
/* 			z-index: 3; */
			background: url('../images/layouts/body_header.png') no-repeat;
			
		}
			
		#logo {
			position: absolute;
			left: 10px;
			top: 22px;
			z-index: 2;
		}

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

		#eventBox {
			position: absolute;
			width: 536px;
			height: 295px;
			margin: 0;
			padding: 0;
			top: 148px;
			left: 6px;
		}
		
		#welcome {
			position: absolute;
			width: 370px;
			height: 220px;
			margin: 0;
			padding: 10px;
			left: 554px;
			top: 154px;
			font-size: 12px;
			line-height: 16px;
			overflow: hidden;
			font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
			color: #000;
		}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 100%;
		min-height: 330px;
		background: #cbe5f8 url('../images/layouts/back_content.jpg') bottom repeat-x;
	}
	
		#content {
			position: relative;
			margin: 0 auto;
			width: 970px;
			height: 330px;
			background: url('../images/layouts/body_content.png') no-repeat;
		}

		#buttons {
			width: 934px;
			height: 238px;
			padding: 20px 10px;
			margin: 0 auto;
			position: relative;
		}
		
		#buttons a {
			text-decoration: none;
		}
		
			.button {
				position: relative;
				margin: 9px;
				padding: 14px;
				width: 188px;
				height: 190px;
				float: left;
				background: url('../images/layouts/button_bg.png') no-repeat;
			}
				
				.text {
					position: absolute;
					bottom: 16px;
					height:30px;
					width:158px;
					padding: 0 14px;
					overflow: hidden;
					font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
					color:#806533;
					font-size: 20px;
					text-align: right;
					line-height: 30px;
					background: url('../images/layouts/bar.png') no-repeat;
				}
				
		#textbox {
			position: relative;
			margin: 8px;
			padding:14px;
			width: 188px;
			height: 190px;
			float: left;
			background: url('../images/layouts/textbox_bg.jpg') no-repeat;
			}
			
	#footerContainer {
		position: relative;
		margin: 0 auto;
		width: 954px;
		height: 50px;	
	}
		
			#copy {
				position: relative;
				float: left;
				top: 3px;
				left: 20px;
			}
			
			#artistry {
				position: relative;
				float: right;
				right: 10px;
			}
	
			#copy p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #fff;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#copy p a:link, #copy p a:visited {
				color: #fff;
				text-decoration: underline;
			}
			
			#copy p a:hover, #copy p a:active {
				color: #fff;
				text-decoration: underline;
			}

#overflow {
	display: none;
}
