body
{ 
background-image: url(images/bg.jpg);
background-repeat: repeat
} 

h1                       {
                          font-family:tahoma;
						  font-size:17pt;
						  color:#336699;
						  }
                          
						  
h2                       {
                          font-family:tahoma;
						  font-size:14pt;
						  color:#000000;
						  }
						  
h3                       {
                          font-family:tahoma;
						  font-size:14pt;
						  color:#336699;
						  }
						  
h4                       {
                          font-family:tahoma;
						  font-size:12pt;
						  color:#000000;
						  }
						  
p                        {
                          font-family: Arial, Helvetica, sans-serif;
				          font-size:11pt;				
				          }
				          
.bonus                   {
                          font-family:Arial, Helvetica, sans-serif;
						  font-size:12pt;
						  font-weight:bold;
						  color:#990000;
						  text-align:center;
						  }
.black                   {
                          color:#000000;
						  }	

#bonus-box           {
                      width:650px;
					  margin:auto;
					  margin-top:20px;
					  margin-bottom:20px;
					  padding:10px;
					  border:4pt dashed #CC0000;
					  background-color:#FFFFFF;
					  }
					  
#bonus-box p    {
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					line-height:18px;
					}
					  
.bonus-box-header	{
					font-family:Arial, Helvetica, sans-serif;
					font-size:16px;
					font-weight:bold;
					color:#CC0000;
					}
					
.bonus-box-header-black	{
					font-family:Arial, Helvetica, sans-serif;
					font-size:16px;
					font-weight:bold;
					color:#000000;
					}
					
.bonus-box-header-big	{
					font-family:Arial, Helvetica, sans-serif;
					font-size:22px;
					font-weight:bold;
					color:#CC0000;
					}	
					
#testimonial-container   {
                          width:523px;
						  margin:auto;
						  }
						  
#testimonial-top         {
                          background:url(images2/testimonial-yellow-top.jpg) bottom;
						  background-repeat:no-repeat;
						  width:523px;
						  height:46px;
						  padding:0;
						  }
						  
#testimonial-mid         {
                          background:url(images2/testimonial-yellow-mid.jpg) ;
						  background-repeat: repeat-y;
						  width:523px;
						  padding:0;
						  }
						  
#testimonial-footer      {
                          background:url(images2/testimonial-yellow-footer.jpg) top;
						  background-repeat:no-repeat;
						  width:523px;
						  height:33px;
						  padding:0;
						  }
						  
#testimonial-content     {
                          width:480px;
						  margin:auto;
						  }
						  
#testimonial-left        {
                          width:140px;
						  vertical-align:top;
						  }
						  
#testimonial-right       {
                          width:340px;
						  vertical-align:top;
						  }
						  
#testimonial-right-content {
                          width:320px;
						  margin:auto;
						  }
						  
#testimonial-right-content p {
                          font-size:12px;
						  }
						  
.testimonial-title       {
                          font-family: "Trebuchet MS";
			              font-size:12px;
	                      color:#6a2889;
			              }
#indent-container1         {
                          width:520px;
						  margin:auto;
						  }
						  
#indent-container1-box               {
                          width:500px;
						  margin:auto;
						 }			              

img.right
{
float:right;
}

img.left
{
float:left;
margin:0px 10px 5px 0px;
}					