body {
	background-color:#000000;
	color:#FFFFCC;
	}

h1, h2, h3 {
	color: #e7cb49;
	border-bottom: 1px dotted #8b6936;
}
a { color: #e7cb49; text-decoration:none;}
a:active{ color: #e7cb49; }
a:visited{ color: #e7cb49; }
a:hover{ color: #8b6936; text-decoration:underline; }

label {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input.submit { margin-left: 15.5em; }

input {
	background-color:#333;
	border:1px solid #666;
	color:#FFFFCC;
}
textarea {
	background-color:#333;
	border:1px solid #666;
	color:#FFFFCC;
}

#stillshot {
				width:526px;
				padding:3px;
				border: 1px dotted #333333;
				float:right;
}
#footer_center_df {
				float:right;
}
#footer_right_dhc {
				padding-top:75px;
				float:left;

}
#floatingimage {
				float:right;
}

#headerlogo {
		height:175px;
}
#navbar {
		font-size:1.4em;
		margin:1em 0;
}
#navbar a {
		color:#000;
		padding-left:10px;
}
#navbar > .nav {
	border: 1px dotted #8b6936;
	background-image: url(/images/nav-gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	
}
#navbar > .nav-active {
	border-top: 1px dotted #8b6936;
	border-right: 1px dotted #8b6936;
	border-left: 1px dotted #8b6936;
	background-image: url(/images/nav-gradient.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#social-wrap {
		width:200px;
		height:30px;
		margin:3px auto;
		float:right;
}

