body {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: url('../images/layouts/body_bg.jpg') repeat;
}

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

	#contentContainer {
		position: relative;
		padding: 0;
		margin: 0 auto;
		width:1024px;
	}
		
		#top {
			position: absolute;
			top:0;
			left:-176px;
			width:1200px;
			height: 194px;
			background: url('../images/layouts/top_bg.jpg') no-repeat;
		}
		
			#logo {
				position: absolute;
				left: 256px;
				top: 52px;
				margin: 0;
				padding: 0;
				width:182px;
				height:118px;
				z-index: 200;
			}
				
				#logo a {
					margin: 0;
					padding: 0;
					width:182px;
					height:118px;
					z-index: 200;
				}
			
			#search {
				position: absolute;
				margin: 0px;
				padding: 0px;
				top: 34px;
				right: 274px;
			}
				
				#search form {
					position: absolute;
					z-index: 200;
				}
				
				#search form #input {
					margin:0px;
					padding:0px;
					height:14px; 
					width:146px;
					background-color:#FFFFFF; 
					color:#AAAAAA;
					text-align: right;
					font-family: Verdana,Arial,Helvetica,sans-serif;
				}
				
				#search_btn {
					position: absolute;
					left:152px;
					top:0px;
					z-index: 200;
				}
	
				
			#contact {
				position: absolute;
				right: 10px;
				top: 34px;
				width:88px;
				height:18px;
				margin: 0;
				padding: 0;
				z-index: 200;
			}
		
		#spacer1 {
			position: relative;
			height:194px;
		}
		
		#priNav_container {
			position: relative;
			width: 760px;
			height: 75px;
			padding: 0px;
			margin: 0 0 0 280px;
			overflow:hidden;
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 760px;
				height: 75px;
				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: 28px 14px; /* padding strictly for the background to show completely */
						line-height: 75px; /* need this to actually stretch the button size because it's inline */
						color: #fff;
						font-family: Verdana,Arial,Helvetia,sans-serif;
						font-weight: bold;
						font-size: 11px;
						text-decoration: none;
						text-transform: capitalize;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #990900;
						background-color: #e0e0e0;
					}

		#header {
			position: relative;
			height: 230px;
			width: 900px;
			margin: 0 auto;
			padding: 0;
		}
		
			#flashDiv1 {
				position: absolute;
				width: 263px;
				height: 369px;
				margin: 0;
				padding: 0;
				top:-65px;
				left:-30px;
			}
			
			#flashDiv2 {
				position: absolute;
				width: 275px;
				height: 259px;
				margin: 0;
				padding: 0;
				top:34px;
				left:178px;
			}
			
			#welcome {
				position: absolute;
				width: 410px;
				height: 150px;
				margin: 0;
				padding:0;
				left: 500px;
				top: 50px;
				font-family: Verdana,Arial,Helvetica,sans-serif;
				font-size: 11px;
				line-height: 20px;
				color:#FFF;
				overflow: hidden;
			}
						
		#static_content {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width: 900px;
			height: 250px;
		}
			#page_content {
				position: absolute;
				top:68px;
				left:0;
				margin: 0;
				padding: 0;
			}
			
				#pc1 {
					position: absolute;
					margin: 0;
					padding:0;
					width: 200px;
					height: 176px;
					left: 0px;
					top: 0px;
				}
				
					#pcImage1 {
						position: absolute;
						padding: 15px;
						left:-5px;
						background: url('../images/layouts/photo_bg.jpg') no-repeat;
					}
					
					#pcHeading1 {
						position: absolute;
						top:94px;
						left:0;
						text-align: left;
						overflow: hidden;
					}
					
						#pcHeading1 p {
							font-family: Verdana,Arial,Helvetica,sans-serif;
							font-size: 16px;
							text-align: left;
							color: #0b2751;
							margin: 0;
							padding: 0;
						}
					
					#pcText1 {
						position: absolute;
						top:120px;
						left:0;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 11px;
						text-align: left;
						overflow: hidden;
						color: #000;
					}
				
				#pc2 {
					position: absolute;
					margin: 0;
					padding:0;
					width: 200px;
					height: 176px;
					left: 223px;
					top: 0px;
				}
					
					#pcImage2 {
						position: absolute;
						padding: 15px;
						left: -5px;
						background: url('../images/layouts/photo_bg.jpg') no-repeat;
					}
					
					#pcHeading2 {
						position: absolute;
						top:94px;
						left:0;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 16px;
						text-align: left;
						overflow: hidden;
						color: #0b2751;
					}
					
						#pcHeading2 p {
							font-family: Verdana,Arial,Helvetica,sans-serif;
							font-size: 16px;
							text-align: left;
							color: #0b2751;
							margin: 0;
							padding: 0;
						}
					
					#pcText2 {
						position: absolute;
						top:120px;
						left:0;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 11px;
						text-align: left;
						overflow: hidden;
						color: #000;
					}
				
				#pc3 {
					position: absolute;
					margin: 0;
					padding:0;
					width: 200px;
					height: 176px;
					left: 446px;
					top: 0px;
				}
				
					#pcImage3 {
						position: absolute;
						padding: 15px;
						left:-5px;
						background: url('../images/layouts/photo_bg.jpg') no-repeat;
					}
					
					#pcHeading3 {
						position: absolute;
						top:94px;
						left:0;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 16px;
						text-align: left;
						overflow: hidden;
						color: #0b2751;
					}
					
						#pcHeading3 p {
							font-family: Verdana,Arial,Helvetica,sans-serif;
							font-size: 16px;
							text-align: left;
							color: #0b2751;
							margin: 0;
							padding: 0;
						}
					
					#pcText3 {
						position: absolute;
						top:120px;
						left:0;
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 11px;
						text-align: left;
						overflow: hidden;
						color: #000;
					}

			#eventbox {
				position: absolute;
				margin: 0;
				padding:0;
				width: 223px;
				height: 218px;
				left: 680px;
				top: 16px;
			}
		
		#spacer2 {
			position: relative;
			height: 14px;
		}
		
		#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;
}