#Logo{
	position: absolute;
	width: 132px;
	height: 160px;
	top: -20px;
	left: 660px;
}

#ContentWrapper{
	position: relative;
	width: 800px;
	margin: 60px 0 20px 200px;
	color: #292a34
}

#Info{
	padding: 70px 0 0;
	width: 800px;
	font-size: 13px;
}

#Info h1{
	margin: 0 0 50px;
	font: bold 15px Arial, Sans serif;
	color: #37a1e6;
	border-bottom: 1px solid #ccc;
	width: 50%;
}
#Info h2{
	font: bold 13px Tahoma, Sans serif;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#Footer1{
	height: 40px;
	position: relative;
	z-index:1;
}
#Footer1 ul#FooterNav{
	padding: 10px 0;
}

#Info a{
	font: 12px Verdana, Sans serif;
	color: #000;
}
#Info a:hover{
	font: 12px Verdana, Sans serif;
	color: #37a1e6;
	
}
.blueborder{
	border: 1px solid #ccc;
}
