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/sub_mainContainer_bg.jpg') 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;
					}

		#contentWrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
			padding: 0;
			background: #FFFFFF;
		}
		
			#content {
				position: relative;
				margin: 0 auto;
				padding: 26px 0 0 0;
				min-height:400px;
				width:900px;
			}
			
		#contentFooter {
			position: relative;
			width:100%;
			height:16px;
			background: url('../images/layouts/sub_footer.png') repeat-x;
		}
		
		#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;
			}
