.nav {
	float: left !important;
}
body {
	color: #f4f4f4 !important; 
}
a {
	color: #dda803 !important;
}
a:hover {
	color: #dda803 !important;
}
img {
	border: 0px !important;
}
.subnav {
	border: 1px solid #dda803 !important;
	padding:10px !important;
}
.subnav * li {
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}
.subnav * a {
	text-decoration: none !important;
	font-weight: bold !important;
	color: #dda803 !important;
}
.subnav * a:hover {
	text-decoration: underline !important;
}
.text-center {
	text-align:center;
}
.greyLine {
background: #CECECE; !important;
width: 700px; !important;
height: 1px; !important;
padding: 0; !important;
margin: 0; !important;
}
.greyLine hr {
display: none; !important;
}