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;
}
	
	
	#search {
		position:absolute;
		height:30px;
		right:0px;
		overflow:hidden;
		width:188px;
		top:7px;
		margin: 0 auto;
		z-index: 1000;
	}
	
	#search p {
		float:right;
		padding:0px;
		margin:0px 15px 0px 0px;
		color:#7a7a7a;
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		line-height:33px;
		text-transform:uppercase;
	}
	
	#search p a:link, #search p a:visited {
		color:#fffdee;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	#search p a:hover, #search p a:active {
		color:#00416b;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	#search form {
		float:right;
		height:30px;
		width:188px;
		background-image: url(../images/layouts/search.jpg);
	}
	
	#search form #input {
		margin:1px 0px 6px 6px;
		height:17px;
		width:137px;
		border:1px solid #FFF;
		background-color:#FFF;
		color:#7a7a7a;	
	}
	
	#search form #search_btn {
		 
		margin-top:-4px;
		position:relative;
		left:4px;
	}
		

	#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: 0px;
			top: 22px;
			z-index: 4;
		}

		#priNav_container {
			position: absolute;
			top: 107px; 
			width: 100%;
			padding: 0px;
			margin: 0;
			z-index: 3;
			right: 10px;
		}
		
			#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: 35px;
					background: url('../images/layouts/priNav_btn_bg.png') no-repeat;
					float: left;
					line-height:35px;
				}
			
					#priNav li a {
						display:block;
						color: #fff;
						font-family: "Trebuchet MS",sans-serif;
						font-size: 9pt;
						height: 35px;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #83d3f3;
					}
					
		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 152px;
			width: 100%;
		}

		#header {
			position: relative;
			margin: 0;
			padding: 0;
			width: 954px;
			z-index: 3;
		}
		
		#content {
			position: relative;
			margin: 0 0 0 0;
			padding: 30px 30px 10px 30px;
			width: 894px;
			min-height: 450px;
			background: url('../images/layouts/sub_content_bg.png');
			z-index: 2;
		}
		
		#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: #7d7464;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #7d7464;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #7d7464;
				text-decoration: underline;
			}
