  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: 710px;
        margin: 20px 0 20px 0;
        float: left;
        position: relative;
        padding: 0;
	    font-family: "trebuchet MS", verdana, arial, sans-serif;
  	    color: #955795;
        }
  
  #center h2 {
		font-size: 14pt;
  	    line-height: 12pt;
  	    padding: 0;
  	    margin: 0 0 10px 0;
        }
        
  #center h3 {
		font-size: 11pt;
  	    line-height: 10pt;
  	    padding: 15px 0 10px 0;
  	    margin: 0;
        }  
        
  #center p {
		font-size: 10pt;
  	    line-height: 13pt;
  	    margin: 0;
  	    padding: 0;
        }

  #center ul {
        margin: 0;
		padding: 0 0 10px 40px;
		list-style: circle;
        }  
        
  #center li {
		font-size: 10pt;
  	    line-height: 12pt;
  	    margin: 5px 0 0 0;
        }  
        
  #center table {
        margin: 10px 0 15px 130px;
		font-size: 10pt;
  	    line-height: 12pt;
  	    border-width: 1px;
  	    border-style: solid;
  	    border-color: #dbc1db;
  	    border-collapse: collapse;
        }  
        
  #center td {
  	    border-width: 1px;
  	    border-style: solid;
  	    border-color: #dbc1db;
        padding: 2px 5px 2px 5px;
        }
        
  .where {
        width: 280px;
        }
  
  .how_much {
        width: 60px;
        text-align: center;
        }
        
  .size_type {
        width: 50px;
        }
  
  .size_range {
        width: 70px;
        text-align: center;  
        }
        
  .indent {
        margin: 0 0 0 50px;
        }
        
  .indent p {
        margin: 10px 0 10px 0;
        }
        
  .left {
        float: left;
        padding: 5px 10px 5px 0px;
        }
  
  .right {
        float: right;
        padding: 0px 0px 2px 10px;
        }
    
  /********************************/
  /* 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; /* Left edge of Tab */
        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; /* Right edge of Tab */
        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;
        }  

