body {
	padding: 0;
	margin: 0; 
	background-color: #180600;
	width: 100%;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0;
	background: #240a00 url('https://c14413433.ssl.cf2.rackcdn.com/sub_wrapper_jpg-1334684005') top center repeat;
}

	#top_bg {
		position: absolute;
		width:100%;
		top:0;
		left:0;
		min-width:978px;
		height:144px;
		background: url('https://c14413433.ssl.cf2.rackcdn.com/sub_header_png-1334684007') top center repeat-x;
	}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 978px;
		min-height:626px;
	}
		
		#logo {
			position: absolute;
			left: 18px;
			top: 10px;
			z-index: 4;
		}

		#priNav_container {
			position: absolute;
			top: 107px;
			width:978px;
			height: 37px;
			padding: 0px;
			margin: 0;
			z-index: 2000;
			left: 10px;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				position: relative;
				float: right;
				width:978px;
				height: 37px;
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
				#priNav li {
					position: relative;
					margin: 0 2px 0 0;
					list-style-type: none;
					display: block; /* use this to align the navigation next to each other */
					width: 158px;
					height: 37px;
					line-height: 37px;
					background: url('https://c14413433.ssl.cf2.rackcdn.com/main_navButton_jpg-1334684007') no-repeat;
					float: left;
					padding: 0px;
				}
			
					#priNav li a {
						color: #fff;
						font-family: "Trebuchet MS",sans-serif;
						font-size: 9pt;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
						display: block;
					}

					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #b2652a;
					}
						
						/******  Drop Downs ******/
							
						#priNav li:hover a, #priNav li.sfhover a {
							color: #b2652a;
						}

		
						#priNav li ul {
							position: absolute;
							width: 156px;
							top: 23px; /* This is overwritten in the layout file for IE due to it showing up higher */
							left: 0px;
							margin: 0;
							padding: 15px 0 0;
							display: none;
							z-index: 3000;
						}
		
						#priNav li:hover ul, #priNav li ul li:hover {
							display: block;
							z-index: 3000;
						}
						
						/* duplicate of above declaration; needed for IE6 */
						#priNav li.sfhover ul, #priNav li ul li.sfhover {
							display: block;
							z-index: 3000;
						}
		
		
							#priNav li ul li {
								float: none;
								padding: 0;
								margin: 0 auto;
								line-height: normal;
								display: block;
								z-index: 3000;
								width:156px;
								background: url('https://c14413433.ssl.cf2.rackcdn.com/dd_bg_jpg-1334684008') repeat-y center top;
							}
		
							#priNav li ul li a {
								position: relative;
								padding: 0px 20px;
								margin: 0;
								width:116px;
								height:28px;
								line-height: 28px;
								font-family: "Trebuchet MS",sans-serif;
								font-size: 12px;
								text-align: left;
								text-transform: capitalize;
								display: block;
								color: #f0ca80;
								background: none;
								overflow: hidden;
							}
							
							#priNav li:hover li a {
								color: #f0ca80;
								background: none;
							}
					
							#priNav li:hover li a:hover, #priNav li:hover li a.active, #priNav li:hover li a.active:hover {
								color: #f0ca80;
								background: url('https://c14413433.ssl.cf2.rackcdn.com/dd_sel_jpg-1334684008') repeat-y center top;
								cursor: pointer;
							}

							/* duplicate of above declaration; needed for IE6 */

							#priNav li.sfhover li a:hover, #priNav li.sfhover li a.active, #priNav li.sfhover li a.active:hover {
								color: #f0ca80;
								background: url('https://c14413433.ssl.cf2.rackcdn.com/dd_sel_jpg-1334684008') repeat-y center top;
								cursor: pointer;
							}
							
/*
							#priNav li ul li:hover {
								color: #f0ca80;
								background: url('https://c14413433.ssl.cf2.rackcdn.com/dd_sel_jpg-1334684008') repeat-y center top;
								cursor: pointer;
							}
*/
						
							#priNav li ul li.bottom {
								position: relative;
								margin: 0 auto;
								padding: 0;
								width:167px;
								height:8px;
								bottom:-8px;
								background: url('../images/layouts/dd_bottom.png') no-repeat center top;
							}

							/*--- END NAVIGATION -----*/

					
		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 189px;
			width: 100%;
		}
		
		#contentWrapper {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:978px;
			min-height:400px;
			background: #b4ae96;
		}
		
			#content {
				position: relative;
				width:938px;
				min-height:360px;
				padding:20px;
				margin: 0 auto;
			}
		
		#spacer2 {
			position: relative;
			width:100%;
			height:15px;
			margin: 0 auto;
			padding: 0;
		}
		
		#contentFooter {
			position: relative;
			width: 100%;
			min-width: 1200px;
			height: 30px;
			margin: 0 auto;
			padding: 0;
			background: url('https://c14413433.ssl.cf2.rackcdn.com/sub_footer_jpg-1334684009') top center repeat-x;
			
		}
		
		#footer {
			position: relative;
			padding: 0;
			width: 954px;
			height: 26px;
			margin: -26px auto 0;
		}
			
			#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;
				text-transform: uppercase;
			}
			
			#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;
			}