/* CSS Document */

body                     {
                          background-color:#552A6B;
						  margin-top:0;
						  margin-bottom:0;
						  }
						  
#container               {
                          width:850px;
						  margin:auto;
						  }
						  
#maintable               {
                          background:url(../images/maintable.jpg);
						  background-repeat:repeat-y;
						  width:850px;
						  padding:0;
						  }
						  
#content                 {
                          width:740px;
						  margin:auto;
						  }
						  
h1                       {
                          font-family:tahoma;
						  font-size:18pt;
						  }
						  
p                        {
                          font-family:"Trebuchet MS";
						  font-size-adjust:14px;
						  line-height:18px;
						  }
						  
ul li                    {
                          font-family:"Trebuchet MS";
						  font-size-adjust:14px;
						  line-height:22px;
						  list-style: url(../images/bullet-red.jpg);
						  list-style-position:outside;
						  padding-left:10px;
						  }
						  
ol li                    {
                          font-family:"Trebuchet MS";
						  font-size-adjust:14px;
						  line-height:22px;
						  list-style-position:outside;
						  }
						  
a                        {
                          color:#0000FF;
						  }
						  
a:hover                  {
                          color:#cc0000;
						  }
						  
hr                       {
                          color:#8A8A8A;
						  }
						  
.liststyle               {
                          list-style: url(../images/bullet-red2.jpg);
						  }
						  
.highlight               {
                          background-color:#FFFF00;
						  }
						  
.red                     {
                          color:#cc0000;
						  }
						  
.violet                  {
                          color:#552A6B;
						  }
						  
.green-highlight         {
                          background-color:#00FF00;
						  }
						  
/*Testimonial*/

#testimonial-container   {
                          width:728px;
						  margin:auto;
						  }
						  
#top-testimonial         {
                          background:url(../images/top-testimonial.jpg) bottom;
						  background-repeat:no-repeat;
						  width:728px;
						  height:30px;
						  padding:0;
						  }
						  
#mid-testimonial         {
                          background:url(../images/mid-testimonial.jpg) ;
						  background-repeat:repeat-y;
						  width:728px;
						  padding:0;
						  }
						  
#footer-testimonial      {
                          background:url(../images/footer-testimonial.jpg) top;
						  background-repeat:no-repeat;
						  width:728px;
						  height:29px;
						  padding:0;
						  }
						  
#mid-testimonial-content {
                          width:685px;
						  margin:auto;
						  }
						  
.style01                 {
                          font-family:"Trebuchet MS";
						  font-size:13px;
						  line-height:16px;
						  }
						  
.style02                 {
                          font-family:"Trebuchet MS";
						  font-size:16px;
						  line-height:20px;
						  }
						  
.style03                 {
                          font-family:"Trebuchet MS";
						  font-size:16pt;
						  line-height:18pt;
						  }
						  
#wrapper                 {
                          width:205px;
						  margin:auto;
						  }
						  
#top2                    {
                          background:url(../images/top2.jpg) bottom;
						  background-repeat:no-repeat;
						  width:205px;
						  height:20px;
						  padding:0;
						  }
						  
#mid2                    {
                          background:url(../images/mid2.jpg) ;
						  background-repeat:repeat-y;
						  width:205px;
						  padding:0;
						  }
						  
#mid2-content            {
                          width:180px;
						  margin:auto;
						  font-size:12px;
						  }
						  
#mid2-content p          {
                          font-family:"Trebuchet MS";
						  font-size:12px;
						  }
						  
#footer2                 {
                          background:url(../images/footer2.jpg) top;
						  background-repeat:no-repeat;
						  width:205px;
						  height:24px;
						  padding:0;
						  }
						  
#footer                  {
                          width:720px;
						  margin:auto;
						  font-family:"Trebuchet MS";
						  color:#8A8A8A;
						  text-align:center;
						  font-size:12px;
						  line-height:18px;
						  }
