  body {
  	    background: #F6D4A7 url(../images/background.gif) repeat-x left top;
  	    text-align: center;
  	    margin: 15px 0 0 0;
		font-size: 10pt;
	    font-family: "trebuchet MS", verdana, arial, sans-serif; 
	    color: #955795;
        }

  a:link, a:visited, a:hover, a:active {
	    color: #da7500;
	    text-decoration: none;
	    }
	    
  a:hover {
	    color: #da7500;
	    text-decoration: underline;
	    }	    

  #wrapper { 
	    width: 720px;
		padding: 15px 20px 0 20px;
		margin: 0;
		background: transparent url(../images/page-top-bcgrnd.gif) no-repeat top left;
		text-align: left;
        }

  #wrapper2 { 
	    width: 760px;
	    margin: 0 auto;
		padding: 0;
		background: #ffffff url(../images/page-bot-bcgrnd.gif) no-repeat bottom left;
        }
        
  #headerimage { 
        text-align: center;
        margin: 0;
        padding: 0;
        }

  #wrapper h1 {
	    color: #c19ac2;
		font-size: 13pt;
		line-height: 13pt;
		font-style: italic;
		margin: 2px 0 6px 0;
		padding: 0;
        }
        
  /********************************/
  /* CENTER                       */
  /********************************/  
  
  #center {
        width: 530px;
        margin: 20px 0 0 0;
        float: left;
        position: relative;
        padding: 0;
        }
  
  #center p {
	    font-family: "trebuchet MS", verdana, arial, sans-serif;
  	    color: #955795;
		font-size: 11pt;
  	    line-height: 13pt;
        }
  
  #center img {
        position: absolute;
        /* top: 260px;
        left: 320px; */
        top: 80px;
        left: 570px;
        border: 0; /*1px red solid;*/
        }
  
  /********************************/
  /* FOOTER                       */
  /********************************/  
  
  #footer {
		clear: both;
		color: #c3a4c8;
		text-align: center;
		font-size: 8pt;
        }
  
  #footer p {
		padding:5px;
		margin:0;
		clear:both;
        }
  
  #footer ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
		text-align: center;	    
        }
  
  #footer li {
        font-family: verdana, arial, sans-serif;
        display:inline;
        margin:0;
        padding:0;
        }
        
  #footer a {
        padding:0;
        text-decoration:none;
		color: #ab8db1;
        }  
        
  #footer a:hover {
	    color: #da7500;
	    text-decoration: underline;
	    }	   
 
  /******************************************/
  /*  MENU TABS                             */
  /******************************************/

  #tabs {
        float:left;
        width:100%;
        font-size:93%;
        line-height:normal;
        font: bold 11px/1.5em Verdana;
        }
  
  #tabs ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
        }
  
  #tabs li {
        display:inline;
        margin:0;
        padding:0;
        }
  
  #tabs a {
        float:left;
        background:url("../images/tab-left.gif") no-repeat left top;
        padding:0 0 0 5px;
        text-decoration:none;
        }
  
  #tabs .active a {
        background-position: left -84px; /* Left edge of Active Tab */
        }
    
  #tabs a span {
        float:left;
        display:block;
        background:url("../images/tab-right.gif") no-repeat right top;
        padding:5px 10px 4px 2px;
	    color:#ffffff;
        }
    
  #tabs .active a span {
        background-position: right -84px; /* Right edge of Active Tab */
        color: #955795;
        }
    
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  #tabs a span {float:none;}
  /* End IE5-Mac hack */
  
  #tabs a:hover {
        background-position:0% -42px;
        }
        
  #tabs a:hover span {
        background-position:100% -42px;
        color:#464E42;
        }  
  
  /********************************/
  /* TESTIMONIALS                 */
  /********************************/  
    
  #testimonials {
        width: 160px;
        margin: 20px 0 0 0;
        position: relative;
        float:right;
        background: #ffffff;
        padding: 0;
        }
  
  #testimonials h3 {
        font-family: verdana, arial, sans-serif;
        color: #4e4e4e;
		font-size: 8pt;
		line-height: 10pt;
		margin: -10px 35px 20px 30px;
        }
  
  .sidebox {
  	    margin: 0 0 0 10px;
  	    width: 160px;
        }
  
  .quotehead {
  	    background: url(../images/quote_top.gif) no-repeat top left;
  	    margin: 0;
  	    padding: 0 10px 0 0;
        }
  
  .quotehead p {
        font-family: verdana, arial, sans-serif;
        color: #4e4e4e;
		font-size: 8pt;
		line-height: 10pt;
  	    margin: 0;
  	    padding: 10px 8px 0 12px;
	    font-style: italic;
              }

  .quotebody {
        height: 33px;
  	    background: url(../images/quote_bot.gif) no-repeat bottom left;
  	    margin: 0;
  	    padding: 0 10px 0 0;
        }

  /********************************/
  /* TESTIMONIALS - END           */
  /********************************/  

