body {
	margin: 0;
	background-color: #ffffff;
}
div.footer {
	text-align: center;
	color: #CC9933;
	font-size: 10px;
	font-weight: normal;
	padding: 1em;
}
div.footer a {
	color: #CC9933;
	margin-right: 1.5em;
}
#nav {
	background: #376d8f url("../images/nav-bg.gif") repeat-x;
}
#nav a {
	font-family: 'Pragati Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	padding: 2px 10px 2px 9px;
	border-right: 2px solid #5d8fb6;
	line-height: 13px;
	margin: 8px 0 5px;
	transition: 0.2s all;
}
#nav a:hover,
#nav a.active {
	color: #c5ce40;
}
#nav a + a {}
#nav a:first-child {
	margin-left: 5px;
}
#nav a:last-child {
	border-right: 0 none;
}