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

a {
	color: #AD956F;
}

body {
	background-color: #fff;
	background-image: url(body-bg.jpg);
	background-size: cover;
}

.header {
	height: 123px;
	width: 100%;
	margin-bottom: 50px;
}

.header-wrapper {
	background-color: #173853e6;
}

.main {
	width: 1110px;
	padding: 30px;
}

.sidebar {
	margin-right: 30px;
}