#header {
	padding: 0;
}
#header .some-class {

}
.header-background {
	background-image: url(../../img/head_gradient.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #1f2d24;
	border-bottom: thick groove Silver;
}
#header .slogan {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #dddddd;
    padding-top: 22px;
    width: 300px;
    font-size: larger;
}
#header .header-logo {
	padding: 0;
	display: inline-block;
}
#header .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	width: calc(100% - 210px);
	text-align: center;
}
