@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-color: #ffffff;
	}
	
a, a:visited{
	color: #FF6600;
	text-decoration: underline;
	}
	
a:hover{
	color: #3A8000;
	 
	}
	
img {
	border: none;
	
	}

.red {
	color:#800000;	
	 
}

#main {
	width:800px;
	margin:20px auto;
	background:#ffffff;
	border:10px #F4CA40 solid;
	padding:25px;
}

h1 {
	font-size:26px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#800000;
}

h2 {
	font-size:24px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#889BB6;
}

h3 {
	font-size:22px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#660066;	
}

h4 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#000000;	
}

.largetext {
	font-size:18px;
		
}

.title1 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#800000;		
}

.title2 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#ff6600;		
}

.title3 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#ffff00;		
}

.title4 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#008000;		
}

.title5 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#548DD4;		
}

.title6 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#330099;		
}

.title7 {
	font-size:20px;	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#9966CC;		
}


.chakra {
	width:690px;


	margin: 10px auto;

	}

								/* bonus  */

.bonus {
	width: 80%; 
	margin: 20px auto;
	background: #FCF9F4;
	border: 1px solid black;
	}

.bonus h5 {
	margin: 0; 
	padding: 0.25em 1em 0.125em 0; 
	background: #F5EEDF; 
	text-align: right; 
	font-size:17px;
	font-weight:normal;
	border-bottom: 1px solid #68A;
	}
.bonus p {
	padding: 0.5em 1em; 
	margin: 0;
	font-size:14px;
	}
.bonus_1 {
	float: left; 
	width: 100px; 
	height: 70px; 
	text-align: center; 
	background: white; 
	color: black; 
	border: solid black 1px; 
	border-width: 0 1px 1px 0; 
	padding: 0 10px 5px 0; 
	margin: -1px 25px 10px -1px;
	}
	
.testimonial {
	width: 40%; 
	margin: 0px auto;
	background: #F5EEDF;
	float:right;
 
	
	}
.testimonial p {
	padding: 0.5em 1em; 
	margin: 0;
	font-size:14px;
	}

.quote {
	float: left; 
	width: 112px; 
	height: 170px; 
	text-align: center; 
	background: white; 
	color: black; 
	border: outset #FF6600 1px; 
	border-width: 0 1px 1px 0; 
	padding: 0 10px 5px 0; 
	margin: -1px 25px 10px -1px;
	}
