@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body/* CSS Document */

  {
	background-color: #2d2f89;
	height: 100%;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
}
#container {
	width: 1023px;
	margin: auto;
	text-align: left;
}
#header {
	background-image: url(images/header.jpg);
	height: 199px;
}
#content-bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
}
#content {
	background-image: url(images/lotus.jpg);
	background-repeat: no-repeat;
	background-position: 228px top;
}
#left {
	width: 400px;
	float: left;
}
#right {
	float: right;
	width: 430px;
}
#right h3 {
	background-image: url(images/right_h3.jpg);
	height: 63px;
	width: 430px;
	color: #FFFFFF;
	text-indent: 62px;
	font-size: 18px;
	line-height: 63px;
}
#aweber {
	background-image: url(images/aweber.jpg);
	height: 346px;
	width: 241px;
	text-align: left;
	margin-left: 122px;
	margin-top: 13px;
}
#left h3 {
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left p {
	color: #FFFFFF;
	padding: 10px;
}
#left ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.stars li {
	list-style-type: none;
	line-height: 22px;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	color: #FFFFFF;
}
.aweberform {
	padding: 5px;
	color: #313E6A;
	font-size: 15px;
	font-weight: bold;
}
.forminput {
	width: 175px;
	height: 25px;
	border: 2px solid #313E6A;
	background-color: #F5F7FA;
}
