* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:sans-serif;
	color: #808184;
	text-decoration: none;
}
body {
	background:#FFF ;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	font-weight: bold;
}
a:hover{
	 color: #C12129;
}
.container{
	width: 700px;
	height: auto;
	margin: 15% auto 0px auto;
	display: table;
}
.container > img{
	width: 173px;
	float: left;
	margin-top: 12%;
}
.container > div{
	width: 444px;
	float: left;
	border-left: 3px solid #808184;
	margin-left: 50px;
	padding-left: 30px;
	padding-top: 56px;
	padding-bottom: 56px;
}
.container > div h1{
	font-size: 35px;
	text-transform: uppercase;
	color: #808184;
	font-weight: bold;
}