@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #1F3C74;
}

a {
	color: #1F3C74;
}

body {
    background-color: #CFE2F3;
    background-image: url(body_bg.png);
    background-repeat: repeat-x;
}

.header__contact {
	display: none;
}

.container {
	width: 960px;
}

.header {
	width: 1000px;
}
