body  {
          font-family: Georgia, Times New Roman, Times, serif;
          font-size: small;
          background-color: white;
          line-height: 1.6em;
       }

       #leftcolumn {
          width: 150px;
       }
       
       #toppaper {
          background:url(../images/backtop.gif);
          background-repeat: no-repeat;
          background-position: top;
          width:800px;
          height: 40px;
          margin-right:auto;
	      margin-left: auto;
          margin-bottom:0px;
          padding-top:0px;
          padding-bottom:0px;
          background-color:white;
       }

       #paper {
          background-image:url(../images/backmid.gif);
          background-repeat: repeat-y;
          width:800px;
          margin-right:auto;
	      margin-left: auto;
          padding-top:0px;
          margin-top:0px;
          margin-bottom:0px;
          background-color:white;
       }

       #bottompaper {
          background-image:url(../images/backbottom.gif);
          background-repeat: no-repeat;
          background-position: top;
          width:800px;
          height: 40px;
          margin-right:auto;
	      margin-left: auto;
          margin-top:0px;
          padding-top:10px;
          background-color:white;
       }

       #frame {
          background-color: white;
          width:550px;
	      margin-right:125px;
	      margin-left: 125px;
	      margin-top:0px;
 	      padding:0px;
	      text-align:left;
       }

       p {
          margin-left: 30px;
          margin-right: 30px;
          text-align: center;
          font-size: 11pt;
          FONT-FAMILY: Arial, Helvetica, Verdana;
       }

	p.headlineblue {	
          padding-top:15px;
          margin-top:0px;
          FONT-SIZE: 25pt; 
          COLOR: #000080; 
          TEXT-INDENT: 0px; 
          FONT-FAMILY: Impact, Arial, Helvetica, Verdana; 
          text-align: center;
          line-height: 25pt;
       }

       p.headlinered {	
          padding-top:15px;
          margin-top:0px;
          FONT-SIZE: 25pt; 
          COLOR: #FF0000; 
          TEXT-INDENT: 0px; 
          FONT-FAMILY: Impact, Arial, Helvetica, Verdana; 
          text-align: center;
          line-height: 25pt;
       }

	p.descriptionheader {
          font-size:18px;
 	   text-align: center;
          font-weight: bold; 
          color: #c00;
       }

       p.description {
 	   text-align: left;
       }

       p.testimonial {
          border-color: black;
          border-width: 1px;
          border-style: solid;
          background-color: #a7cece;
          padding: 25px;
		  margin-left: 100px;
          margin-right: 100px;
          font-style: italic;
       }

       #guarantee {
	   border-color: black;
          border-width: 1px;
          border-style: solid;
          padding: 15px;
	   margin-left: 25px;
          margin-right: 25px;
       }
 
       p.orderlink {

       }

	p.price {
         font-size: 15px;
	  font-weight: bold;
       }

       p.footer {
          margin-bottom:0px;
          padding-bottom:5px;
       }

       .submit {
          border: 1px solid #000000;
          background-color: #FFFFFF;
          padding: 2px;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: bold;
          font-size: 12px;
          cursor: default;
       }

       #submitpad {
          padding: 5px;
          background-color: #ff0000;
          margin: 0px;
          border-width: 3px;
          border-color: #ff0000;
          border-spacing: 0;
       }