@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*text-align: center;*/
	background: #E5EFE5;
}
p, li, li li {
	font-size: 1.3em;
	line-height: 1.6em;
}
#container {
	background: #fff;
	border: 1px solid #CCE0CC;
	width: 600px;
	margin: 0 auto;
	/*text-align: left;*/
}
#header {
	background: url(http://realfreedominc.com/vip/images/mastermind_mini_mentoring.jpg) top left no-repeat;
	width: 600px;
	height: 128px;
}
#main {
	padding: 15px;
}
#footer {
	background: url(http://www.realfreedominc.com/vip/images/vip_playground_footer_left.gif) top left no-repeat;
	width: 600px;
	height: 64px;
	text-align: right;
}
h1, .h1 {
	font-family: "Tahoma";
	font-size: 2.8em;
}
h2, .h2 {
	font-family: "Tahoma";
	font-size: 2.2em;
}
h3, .h3 {
	font-family: "Tahoma";
	font-size: 2em;
}
h4, .h4 {
	font-family: Tahoma;
	font-size: 1.4em;
}
.red, .number {
	color: #c00;
}
.blue, .number_title {
	color: #006;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.highlight {
	background: #ff0;
}


.clear {
	clear: both;
}
.number {
	float: left;
	width: 20px;
	margin: 0px;
}
.number_title {
	margin: 0px 0px 0px 50px;
}
.img_right {
	float: right;
}
.section {
	background: #F2F7F2;
	border-top: 1px solid #CCE0CC;
	border-bottom: 1px solid #CCE0CC;
	margin: 30px 0px;
	padding: 10px;
}
#order {
	background: #fcfcfc;
	border: 1px solid #ccc;
	margin: 20px 40px;
	padding: 15px;
}













