body {
	margin: 0px; 
	padding: 0px;
	background: url('../images/layouts/body_bg.jpg') center top repeat;
}

#mainContainer { 
	margin: 0px auto; 
	padding:0px;
	width:888px;
	position:relative;
}

	#topContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:888px;
		height:247px;
		background: url('../images/layouts/top_half.png') center top no-repeat;
	}

		#logo {
			position: absolute;
			top: 0px;
			left: 36px;
		}
		
		#flash {
			position:absolute;
			top:0px;
			left:285px;
			width:577px;
			height:247px;
		}
		
		#slogan {
			position:absolute;
			top:28px;
			left:320px;
			width:310px;
			height:87px;
			background: url('../images/layouts/slogan.png') left top no-repeat;
		}

	#bottomContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:888px;
		height:225px;
	}
	
		#leftEdge {
			position: absolute;
			top:0;
			left:0;
			width: 24px;
			height: 184px;
			background: url('../images/layouts/left_edge.png') left top no-repeat;
		}
	
		#btn1 {
			position: absolute;
			top:0;
			left:24px;
			width: 261px;
			height: 184px;
			overflow: hidden;
		}
		
		#btn2 {
			position: absolute;
			top:0;
			left:285px;
			width: 285px;
			height:184px;
			overflow: hidden;
		}
		
		#bottomEdge {
			position: absolute;
			top:184px;
			left:0px;
			width: 570px;
			height: 38px;
			background: url('../images/layouts/bottom_edge.png') left top no-repeat;
		}
		
		#ebAlt {
			position: absolute;
			top:0;
			left:570px;
			width: 317px;
			height: 218px;
			background: url('../images/layouts/eb_home.png') left top no-repeat;
		}
		
		#eventBox {
			position: absolute;
			top:0;
			left:570px;
			width: 317px;
			height: 218px;
		}

	#priNav_container {
		position: absolute;
		top: 208px; 
		left: 14px;
		width: 850px;
		height: 60px;
		text-align: center;
		overflow:hidden;
		background: url('../images/layouts/priNav_bg.png') no-repeat top left;
	}
	
		#priNav_container h2 {
			display: none;
		}
	
		#priNav {
			position: relative;
			margin: 0;
			padding: 0;
			width: 850px;
			height: 60px;
			text-align: center; 
			
		}
		
			#priNav li {
				position: relative;
				margin: 0;
				list-style-type: none;
				display: inline; 
			}
		
				#priNav li a {
					padding: 9px 10px;
					line-height: 46px; 
					color: #ffffff;
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;
					text-transform: lowercase;
					text-align: center;
				}
				
					#priNav li a.active, #priNav li a.active:hover {
						background: #c14b05;
					}
					
					#priNav li a:hover {
						background: #c14b05;						
					}

#footer {
	padding:0px;
	margin:0px auto 0px;
	position:relative;
	text-align:left;
	width:840px;
	height:20px;
}

#footer p {
	font-size:10px;
	color: #aeadad;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p a:link, #footer p a:visited {color: #aeadad;text-decoration: underline;}
#footer p a:hover, #footer p a:active {color: #df6400;text-decoration: underline;}

#viewer_window {
	padding:10px;
	background:#3c190d;
}

#viewer_close {
	position: relative;
	float: right;
	margin: 10px -10px 0 0;
}

#viewer_container {
	left:0;
}