* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#111;
	background:url(images/lp/bg.jpg) top repeat-x;
}
#headertext {
	text-align:right;
	padding:40px 20px 0 0;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
#content {
	padding:20px;
	text-align:left;
	width:65%;
	line-height:20px;
}
p {
	margin-bottom:12px;
}
#sidebar {
	padding:0 20px 15px 20px;
	text-align:center;
	width:35%;
	line-height:20px;
}
#form {
	background:#f3f8fa;
	padding:10px;
	border:1px solid #4e95b8;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
hr {
	border: 0;
	color: #c3dbe7;
	background-color: #c3dbe7;
	height: 1px;
}
