body {
	padding: 0;
	margin: 0; 
	background: url('../images/layouts/new/html_bg.png') repeat center top;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/layouts/new/body_bg.jpg') repeat center top;
}
	
	#topContainer {
		position: relative;
		width:1024px;
		height:66px;
		margin: 0 auto;
		padding: 0;
	}
				
		#logo {
			position: absolute;
			top:20px;
			left:0px;
		}
				
	#priNav_container {
		position: absolute;
		height: 36px;
		top: 16px;
		right: 0;
	}

		#priNav {
			position: relative;
			height: 36px;
			margin: 0;
			padding: 0;
			right:0;
			text-align: right;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:1px solid #a4a5a6;
			background: url('../images/layouts/new/lite_grey.png') repeat center top;
			color: #3f3f3f;
			font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
			font-size: 13px;
			line-height: 21px;
			text-decoration: none;
			text-align: left;
			text-shadow: 0px 1px 1px #fff;
		}
		
			#priNav li {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				list-style-type: none;
				display:inline;
				text-decoration:none;
				text-align: right;
			}
		
				#priNav li a {
					display: block;
					float: left;
					padding: 8px 12px;
					margin: 0;
					color: #3f3f3f;
					font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
					font-size: 13px;
					text-decoration: none;
					text-align: center;
					text-shadow: 0px 1px 1px #fff;
					border-top:none;
					border-bottom:none;
					border-left: 1px solid #d4d5d5;
					border-right: 1px solid  #989999;
				}
				
				#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
					color: #ffffff;
					text-decoration: none;
					text-shadow: 0px -1px 1px #3f3f3f;
				}
				
				#priNav li a.first {
					border-left: none;
				}
				
				#priNav li a.last {
					border-right: none;
				}
				
	#midRepeat {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		background: url('../images/layouts/new/top_repeat.jpg') repeat-x center top;
	}
	
		#midImage {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:100%;
			min-width: 1024px;
			background: url('../images/layouts/new/top_image.jpg') no-repeat center top;
		}
		
			#midContainer {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:1024px;
			}
			
				#spacer {
					position: relative;
					margin: 0 auto;
					padding: 0;
					width:1024px;
					height:34px;
					color: #ffffff;
					font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
					font-size: 13px;
					line-height: 34px;
					text-decoration: none;
					text-align: right;
					text-shadow: 0px 1px 1px #000000;
				}
				
					    #search { 
					         position: relative;
					         margin: 4px 0 0 10px;
					   		 padding: 0 0 0 0px;     
					         float: right;
					         width: 180px;
					         height: 26px;
					         text-align: right;
					         background: url('/images/layouts/search_bg.png') no-repeat center top;
					    }
					
					    #search form {
					         position: absolute;
					         height:26px;
					         left:0px;
					         z-index: 200;
					    }
					
					    #search form #input {
					    	 position: absolute;
					    	 top: 2px;
					         margin:0px;
					         padding: 0 14px;
					         height:22px; 
					         width:140px;
					         border:none;
					         background:transparent;
					         color:#333333;
					         line-height: 22px;
					    }
					
					    #search_btn {
					         position: absolute;
					         left:157px;
					         top: 6px;
					         z-index: 200;
					    }			
					    
					#search input:focus {
							outline: none;
						}
    		
				
				#content {
					position: relative;
					margin: 0 auto;
					padding: 40px;
					width:944px;
					min-height: 400px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					border:1px solid #a4a5a6;
					background: #ffffff;
				}
				
					#content p {
						padding-left: 30px;
					}
					
					#content ul, #content ol {
						padding-left: 90px;
					}
					
					#content .cb-body img {
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
						border: 5px solid #B4B4B5;
					}
					
					#content .cb-tools img {
						border: none !important;
						-webkit-border-radius: 0 !important;
						-moz-border-radius: 0 !important;
						border-radius: 0 !important;
					}
				
					.header {
						font-family: "Oswald", Arial, Helvetica, sans-serif;
						font-size: 30px;
						color:#3b3b3b;
						text-shadow: 0px 1px 1px #fff;
					}
					
					.body {
						font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
						font-size: 16px;
						color:#787878;
						text-shadow: 0px 1px 1px #fff;
					}
	

	#spacer2 {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:15px;
	}

	
	#footerWide {
		position: relative;
		width:100%;
		min-width: 1024px;
		/*
		overflow: hidden;
		top: auto;
		bottom: 0px;
		left: 0px;
		right: 0px;
		*/
		margin: 0 auto;
		padding: 0;
		background: url('../images/layouts/new/body_bg.jpg') repeat center top;
		z-index: 500;
	}
				
		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0;
			width:100%;
			min-width: 1024px;
			background: url('../images/layouts/new/drk_grey.png') repeat center top;
			border-top:3px solid #8d8e8e;
		}
		
			#footerContainer {
				position: relative;
				margin: 10px auto;
				padding: 0 20px;
				width: 984px;
				height:114px;
				background: #dbdbdb;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border:1px solid #8e8e8f;
			}
			
				#top {
					position: absolute;
					top:-42px;
					right:0;
					width:135px;
					height:28px;
					background: url('../images/layouts/new/top.png') repeat center top;
				}
				
				#index {
					position: relative;
					float: left;
					margin: 12px 0 12px 10px;
					padding: 0;
					width:625px;
					height:90px;
				}
				
					#col1 {
						position:relative;
						float: left;
						height:90px;
						border-right: 1px solid #9d9d9d;
						overflow: hidden;
						padding: 0 20px 0 0;
						margin: 0;
					}
					
					#col2 {
						position:relative;
						float: left;
						height:90px;
						border-right: 1px solid #9d9d9d;
						border-left: 1px solid #ffffff;
						overflow: hidden;
						padding: 0 20px 0 15px;
						margin: 0;
					}
					
					#col3 {
						position:relative;
						float: left;
						height:90px;
						border-right: 1px solid #9d9d9d;
						border-left: 1px solid #ffffff;
						overflow: hidden;
						padding: 0 20px 0 15px;
						margin: 0;
					}
					
					#col4 {
						position:relative;
						float: left;
						height:90px;
						border-left: 1px solid #ffffff;
						overflow: hidden;
						padding: 0 20px 0 15px;
						margin: 0;
					}
					
					.col p {
						text-shadow: 0px 1px 1px #fff;
						color: #6d6d6d;
						line-height: 20px;
						font-size: 12px;
						font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
						text-align: left;
						font-weight: normal;
						text-decoration: none;
						margin: 0;
					}
					
					.col h2 {
						text-shadow: 0px 1px 1px #fff;
						color: #3f3f3f;
						line-height: 23px;
						font-size: 14px;
						font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
						text-align: left;
						font-weight: normal;
						text-decoration: none;
						margin: 0;
					}
					
					.col a, .col a:visited, .col a:active {
						text-decoration: none;
						color: #6d6d6d;
					}
					
					.col h2 a, .col h2 a:visited {
						text-decoration: none;
						color: #3f3f3f;
					}
					
					.col a:hover {
						text-decoration: underline;
					}
					
				#social {
					position: relative;
					right:0;
					margin: 5px -35px 0 0;
					padding: 0;
					width:345px;
					height:28px;
					line-height: 28px;
					text-align: right;
					float:right;
				}
			
				#twitter {
					position: relative;
					margin: 0px 5px 0 0;
					padding: 0px;
					float: right;
				}
				
				#facebook {
					position: relative;
					margin: 0px 5px 0 0;
					padding: 0px;
					float: right;
				}
				
				#google {
					position: relative;
					margin: 0px 5px 0 0;
					padding: 0px;
					float: right;
				}
				
				#copy {
					position: relative;
					right:0;
					margin: 15px 0 0 0;
					padding: 0;
					width:345px;
					height:28px;
					line-height: 28px;
					text-align: right;
					float: right;
				}
				
				#artistry {
					position: relative;
					right:0;
					margin: 0;
					padding: 0;
					width:136px;
					height:28px;
					line-height: 28px;
					text-align: right;
					float: right;
				}
		
				#copy p {
					font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
					font-size: 10px;
					color: #aeadad;
					line-height: 28px;
					margin: 0;
					text-transform: uppercase;
				}
				
				#copy p a:link, #copy p a:visited {
					color: #aeadad;
					text-decoration: underline;
				}
				
				#copy p a:hover, #copy p a:active {
					color: #ffffff;
					text-decoration: underline;
				}