* { padding: 0; margin: 0; }

body {
 margin: 5px 0 5px 0;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 13px;
 color: #333;
 background: url(../images/background.gif);
}

hr {
 height: 1px; 
 border: none 0; 
 border-top: 1px solid #CCC;
 margin: 10px;
}

img {
 border: 0;
}

ul {
 padding: 15px 10px 15px 40px;
 text-align:left;
}

li {
 padding: 4px;
 }

p { /* You need to align all the text to left because it was centered by the "<center>" tag we wrote in the .php */
	/* just add text-align:left;"  */
 padding: 10px 10px 10px 0;
 clear: both;
 text-align:left;
}

#wrapper {
 margin:auto;
 width: 780px;
/* I deleted the "height:auto;" attribute here, but, I think, here's not a need to modify it. */
 background: #FFF;
 border: 4px solid #CCC;
}

#content {
 padding: 10px;
 width: auto;
 height: auto;
}

#content2 {
 padding: 30px;
 width: auto;
 height: auto;
}

#intro { 
 width: auto;
 padding: 10px;
}

#intro h1 {
 margin-bottom: 20px; 
 font-size: 22px;
 font-weight: bold;
 color: #990000;
 text-align: center;
}

#header2 {
 margin: 0;
 padding-top: 0px;
 height: 120px;
 border-bottom: 6px solid #003366;  /* bottom border header color */
 background: url(../images/headerreview.jpg);
}

h2 {
 margin: 0;
 padding: 20px 10px 20px 10px;
 font-size: 18px;
 text-align: center;
}

#intro img { 
 float: left; 
 margin: 4px;
 padding-right: 10px; 
}

.signature {
 float: right;
}

.reviewbox { 
 display: table;
 padding: 10px;
 width: 736px;
}

.reviewtext { 
 display: block;
 float: right;
 width: 420px;
 height: auto; 
 padding: 10px;
}

a.revtitle {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 18px;
 font-weight: bold;
 color: #990000;
 text-decoration: underline;
}

.reviewimage {
 display: block;
 float: left;
 width: 252px;
 height: auto; 
 padding: 10px;
 background: #DDD; 
 border: 1px solid #CCC;
}

img.product {
 border: 1px solid #CCC;
}

.reviewrating {
 float: left;
 width: 252px;
 height: 75px; 
 margin-top: 6px; 
 padding: 10px 0 10px 0;
 font-size: 10px;
 font-weight: bold;
 background: #DDD; 
}

#resource-box {
 margin: 20px auto;
 padding-bottom: 6px;
 width: 780px;
 background: #FFF;
 border: 4px solid #CCC;
}

#resource-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 text-align: center;
 border-bottom: 0px solid #CCC;
 background: #FFF;
}

ul#resource-list {
 padding: 0;
 list-style-type: none;
 text-align: center;
}

a.resource-link {
 display: block;
 padding: 6px;
 border-top: 0px solid #FFF;
 border-bottom: 0px solid #CCC;
 color: #333;
 background: #FFF;
}

* html ul#resource-list li {
 display: inline;
 height: 1%;
}

#footer {
 margin: 20px auto; 
 padding-top: 6px;
 width: 780px;
 height: 24px;
 font-size: 12px;
 color: #333;
 text-align: center;
 background: #FFF; 
 border: 4px solid #CCC;
}

* html div#footer { 
 padding: 8px 0 6px 0;
}

#footer a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 color: #333;
 text-decoration: underline;
}

#copyright {
 margin: 20px auto; 
 padding: 6px 0 6px 0;
 width: 780px;
 height: 30px;
 text-align: center;
 font-size: 10px;
 background: #FFF; 
 border: 4px solid #CCC;
}

ul#checklist {
 list-style-type: none;
 padding: 15px 10px 15px 10px;
 text-align: left;
}

li.checklist {
 background: url(images/arrow.gif) no-repeat 20px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 4px;
 padding-left: 40px;
 padding-bottom: 5px;
 font-size: 14px;
}

ul#checkmark {
 list-style-type: none;
 padding: 15px 10px 15px 75px;
 text-align: left;
}

li.checkmark {
 background: url(images/checkmark.gif) no-repeat 5px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 4px;
 padding-left: 30px;
 padding-bottom: 7px;
}

.testimonials {
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 line-height: 20px;
 margin: 30px auto 30px auto;
 padding: 0 20px 20px 20px;
 width: 500px;
 border: 3px dashed #333;
 background: #FFFFCC url(images/testimonialbg.jpg);
}

.testimonials h2 {
 font-family: Georgia, Arial, Helvetica, sans-serif;
 padding: 20px 0 20px 0;
 font-size: 18px;
 text-align: center;
}

