html {
	text-align: center;
	background-color: #6985b5;
	color: #262626;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	margin-top: 0;
	padding-top: 15px;
	color: #3b4962;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 30px;
}

h2 {
	margin-bottom: 21px;
	margin-top: 0;
	border-bottom: 2px solid #6985b5;
	color: #3b4962;
	padding-bottom: 11px;
	padding-top: 0;
}

p {
	padding-right: 25px;
	padding-left: 25px;
}

body {
	width: 970px;
	bottom: 0;
	background-color: #eaeaff;
	margin: 0 auto;
	padding: 0;
}

#left {
	float: left;
	width: 451px;
	margin-right: 0;
	margin-bottom: 20px;
	border-right: 2px solid #6985b5;
	text-align: left;
	margin-top: 0;
	position: relative;
	bottom: 21px;
	border-bottom: 2px solid #6985b5;
}

#legal {
	font-size: 10px;
	clear: both;
	text-align: justify;
	color: gray;
	padding: 10px 10px 5px;
}

#full {
	padding: 50px 100px 100px;
	text-align: left;
}

li {
	padding-bottom: 12px;
	list-style-position: inside;
}

ul {
	margin: 0;
	padding-right: 30px;
	padding-top: 0;
	padding-left: 50px;
}

#logo {
	position: relative;
	bottom: 11px;
}