#masthead {
	background: #31302c;
	padding: 11px 8px 8px 8px;
	margin-top: -7px;
}
		
	#news {
		width: 360px;
		float: right;
	}
	
		#headlines {
			
		}
		
			#headlines h2 {
				color: #dad4c9;
				font-size: 22px;
				margin-top: 3px;
			}
			
			#headlines li {
				margin-top: 12px;
			}
			
				#headlines li.first {
					margin-top: 7px;
				}
				
				#headlines .date {
					font-size: 11px;
					font-weight: bold;
					color: #fff;
				}
				
				#headlines p {
					color: #ccc;
				}
				
					#headlines p a {
						color: #ccc;
					}
					
						#headlines p a:hover {
							color: #fff;
						}
		
		#newsletter {
			margin-top: 24px;
			padding-top: 8px;
			background: url(/images/furn/masthead_x_divider.gif) repeat-x;
		}
		
			#newsletter h2 {
				color: #dad4c9;
				font-size: 22px;
				margin-top: 3px;
			}
			
			#newsletter p {
				color: #fff;
				margin-top: 4px;
			}
			
			#newsletter form {
				margin-top: 14px;
			}
			
				#newsletter .question {
					float: left;
					width: 180px;
				}
			
					#newsletter label {
						display: block;
						color: #acaaa8;
						margin-bottom: 2px;
					}
					
					#newsletter input.text {
						width: 160px;
						border: none;
					}
					
					#newsletter .submit .button {
						width: 64px;
						height: 17px;
						margin-top: 8px;
						border: 0;
					}
					
						#newsletter .submit .button:hover {
							background: url(/images/buttons/sign_up_over.gif);
						}

#mainContent {
	background: url(/images/furn/x_shadow_light.png) top repeat-x;
	padding-top: 12px;
}
