﻿/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
body {
	margin: 0px auto;
	background-image:url('images/bg-fade.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.page-wrapper {
	width: 796px;
	height: auto;
	margin: 0px auto;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	padding-left:25px;
	padding-right:30px;
}
.banner {
	border: thin solid #CE020A;
	background-image: url('images/born-beautiful-banner.jpg');
	background-repeat: no-repeat;
	bwidth: 766px;
	height: 328px;
	margin: 0px auto;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align:left;
	color: #CE020A;
	font-weight: bold;
	margin:0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: left;
	color: #CE020A;
	font-weight: bold;
	margin: 15px 0px 8px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-align: center;
	color: #5031B7;
	font-weight: bold;
	margin: 20px 0px 15px 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 0px;
	line-height: 14pt;
}
.center {
	text-align:center;
}
.underline {
	text-decoration: underline;
}
.call-info {
	margin: 0px auto;
	width: 356px;
	height: 600px;
	float: left;
}
.questions {
	margin: 0px auto;
	width: 452px;
	height: 250px;
	float: left;
}
.right-align {
	text-align: right;
}
.smaller {
	font-size: .8em;
}
.check {
	background-image: url('images/red-check.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 43px;
	height: 45px;
}
.center-div {
	margin: 0px auto 0px auto;
}
.bonus-1 {
	background-image:url('images/bonus-1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 191px;
	height: 65px;
}
.bonus-2 {
	background-image:url('images/bonus-2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 191px;
	height: 65px;
}
.bonus-3 {
	background-image:url('images/bonus-3.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 191px;
	height: 65px;
}
.testimonial {
	padding: 15px;
	margin: 0px auto 0px auto;
	background-color: #FFFFCC;
	border: medium solid #DBDBDB;
	width: 600px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
.increase {
	font-size: 13px;
}
.highlight {
	background-color: #FFFF00;
}


