@import url("/templates/global.css");
@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/DroidSans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #f2f2f2;
	background-image: url(body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.t-primary-bgcolor {
	background-color: #006;
}

a {
	color: #a54569;
}

a:hover {
	color: black;
}

.header__logo {
	margin: 20px 0px 22px;
}

.header, .main {
	width: 960px;
}

.header__nav {
	width: 917px;
	height: 48px;
	background-color: #FAFAFA;
	float: right;
}

.header__nav a {
	color: grey;
	font-family: 'droid_sansregular';
	font-size: 12px;
	text-align: center;
	float: left;
	height: 20px;
	padding: 12px 9.5px 12px 9.5px;
	line-height: 15.6px;
}

.header__nav a.dark, .header__nav a:hover {
	color: black;
}