@charset "UTF-8";
/* CSS Document */

.header {
	position: absolute;
	height: 100px;
	width: auto;
	top: 42px;
	left: 31px;
}


.menu-container {
	height: 400px;
	width: 150px;
	position: absolute;
	left: 31px;
	top: 195px;
}
.content-container{
	height: 400px;
	width: 417px;
	position: absolute;
	left: 253px;
	top: 195px;
	}
	
	
.title-contact{
position:absolute;
width:300px;
top:500px;
left:31px;
font-family: Helvetica;
font-size: 12px;
line-height: 21px;
color: #999999;
text-align: left;

}	

.menu1 {
	float: left;
	width: 149px;
	height:30px;
	margin-bottom: 27px;
}


.content-title {
	float: left;
	height: 30px;
	width: 100%;
	margin-bottom: 31px;
}
.content-text {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 45px;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 21px;
	color: #999999;
	text-align: left;
	
}


.diagram-container{
	height: 400px;
	width: 417px;
	position: absolute;
	left: 253px;
	top: 195px;
	text-align: right;
	}

	



	
a {
	outline:none;
	font-style: italic;
	text-decoration: underline;
	color:#999999
}

img {
outline:none;
border:none;
}


