html {
	height:100%;
}

.clear { 
	clear:both;
}

body {
	padding:0;
	margin:0 auto;
	width:100%;
	height:100%;
	min-height:100%;
	font: normal 14px/18px;
	font-family: Arial, sans-serif;
	background: #fff;
	color:#1d1d1b;
}


h1 {
	text-indent: -9999px;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background:#fff;
}

h2 {
	margin:40px 0 15px 0;
	font-size:22px;
	text-align:left;
	color:#3b4294;
	font-weight:400;
	letter-spacing:1px;
}

h3 {
	margin:20px 0 15px 0;
	font-size:16px;
	text-align:left;
	color:#3b4294;
	font-weight:400;
	letter-spacing:1px;
}

a {
	text-decoration:none;
	color:#3b4294;
	font-family: 'Open Sans', sans-serif;
}
a:hover {
	text-decoration:underline;
}

.content  {
	width:550px;	
	margin:0 auto;	
	border:1px solid #e5e5e5;
	padding:30px;	
	line-height:30px;
	font-size:16px;
}


