@charset "utf-8";

  body {
      margin: 0;
  	background-image:url(../gfx/bg_header.gif);
  	background-repeat: repeat-x;
      }
      
select {font-family: tahoma; font-size: 0.8em;}

strong {font-size: 1.5em;}

.review hr { background-color: gray; height: 1px; margin: 2em; }

/* header class */
    .header {margin:0 auto; width:880px; padding:0; }
    .header img {margin: 20px auto; display: block;}
    .header ul li {display: inline; color: #333; fpnt-size: 0.7em; font-weight: bold; }
    .header li a {text-decoration: none; font-size: 0.7em; font-family: tahoma; margin: 0; color: #333; width: 100%;}
    .header li a:hover { color: #666; }

/* content wrapper */  
    #content { position: relative; margin: 20px auto; width: 880px; border: 0px; }
    
/* review class */
.review td {font-family: tahoma; font-size: 0.8em; text-align: justify;}
.review tr.last {border-bottom: 1px solid #666;}
.review input {border: 1px solid #999; font-family: tahoma;}
.review p {border: 0px solid #000; font-family: 'trebuchet ms'; font-size: 0.9em; color: black; font-weight: none; text-align: left; line-height: 14px;}
.author p {color: #666;}
.review img {float: left;}

.review fieldset
{
border: 1px solid #333;
width: 500px;
margin: 0 auto;
}

.review legend
{
color: #fff;
background: #333;
border: 1px solid #333;
padding: 2px 6px;
font-family: verdana;
font-size: 0.8em;
}

/* footer class */
    .footer {text-align: center; margin: 100px auto; width: 880px: padding: 0;}
    .footer ul li {display: inline; color: #333; padding: 0.2em;}
    .footer li a {text-decoration: none; font-size: 0.7em; font-family: tahoma; margin: 0; color: #999;}
    .footer li a:hover { color: #666; }
    .footer p {font-size: 0.7em; font-family: tahoma;}
    .footer p a {color: #666; text-decoration: none;}
    
    #footer {position: absolute; bottom: 0px; margin: 0 auto; padding: 0;}
        #footer ul li {display: inline; color: #333; padding: 0.2em;}
        #footer li a {text-decoration: none; font-size: 0.7em; font-family: tahoma; margin: 0; color: #999;}
        #footer li a:hover { color: #666; }
        #footer p {font-size: 0.7em; font-family: tahoma;}
    	#footer p a {color: #666; text-decoration: none;}
    