html,body {
    margin:0;
    padding:0;
}

.container {
    width: 80%;
    margin: auto;
    padding: 10px;
}

.header{
	width: 100%;
	height: 100px;
	background-color: #4A2365;
	padding-left: 50px;
	margin-bottom: 20px;
	background-image: url("brand-logo.png");
	background-repeat: no-repeat;
	background-position: left 11% bottom 20px;
	box-sizing: border-box;
}

.left {
    width: 30%;
    height: 120px;
    float: left;
}
.right {
    margin-left: 15%;
    height: 120px;
}

img { float: left; }

.linktext { 
	line-height: 54px; 
	margin-left: 20px;
	font-family: "Verdana";
	font-weight: 700;
	font-size: 0.8em;
}

a{
	text-decoration: none;
	color: gray;
}

a:hover{
	color: blue;
	}
	
p{
	font-family: "Verdana";
	font-weight: 700;
	font-size: 0.8em;
}

h2{
	font-family: "Verdana";
	font-weight: 700;
	font-size: 0.9em;
	color: #224E5F;
}
	