.header_backpage {
    background: white;
	width: 1100px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.content { /* Content Block Size, Text Definition */
	display: block;
    background: white;
	width: 1100px;
	height: auto;
	color:  #444444;
}

.content_text {
	margin: 0 100px;
}

.content img {
	display: block;
	width: 1100px;
	height: auto;
	padding: 0 0 0 0;
}

.content_logo {
	display: block;
}

.content_logo img {
	width: 300px;
	height: 300px;
	padding: 20px 0 0 100px;
}

.content_contact_line1 {
	display: block;
	height:36px;
	width: 400px;
	line-height: 36px;
}

.icon_box {
	/* Box for image */
	display: inline-block;
	width: 42px;
	height: 36px;
}

.icon_box img{
	/* Center Image Vertically and Horizontaly in its box */
	width: auto;
	height: auto;
}

.line_box{
	display: inline-block;
	width: 346px;
}

.line_box p {
	vertical-align: middle;
	top: 0;
	font-size: 20px;
}

.line_box a {
	vertical-align: middle;
	font-size: 20px;
}
