.header {
	font-family: "Franklin Gothic Medium", "Helvetica Neue Medium", Arial;
	font-size: 17px;
	color:#FFF;
	text-shadow:#000 1px 1px 1px;
}
.copy {
	font-family: "Franklin Gothic Book", Helvetica, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.news_div {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top:10px;
}
#topright {
	position: fixed;
	right: -2px;
	top: 0;
	display: block;
	height: 177px;
	width: 179px;
	background: url(../images/twitter.png) no-repeat;
	font-family: "Franklin Gothic Book", Helvetica, Arial;
	font-size: 10px;
	text-indent: -999em;
	text-decoration: none;
}



		#wrapper {
			width: 1000px;
			margin: 0 auto;
		}
		
		#feedback {
			display: none;
			position: absolute;
			top: 150px;
			left: 0;
			background-color: #7D391B;
			height: 88px;
			width: 300px;
			margin: 0 0 0 -290px;
			padding-left: 25px;
		}
		
		#feedback img {
			position: absolute;
			right: 0;
			top: 0;
			
		}
		.feedback_text {
			font-family: "Franklin Gothic Book", Helvetica, Arial;
			color: white;
			font-size:12px;
			line-height:20px;
		}
		input {
			display: block;
			border:1px solid #999;
			background-color:#B04E2D;
			padding:3px;
			color:#CCC;
			font-family:Helvetica, Arial;
			font-size:11px;
			margin-top:6px;
		}
		textarea {
			display: block;
			border:1px solid #999;
			background-color:#B04E2D;
			padding:3px;
			color:#CCC;
			font-family:Helvetica, Arial;
			font-size:11px;
			margin-top:6px;
		}

