@charset "utf-8";
/* CSS Document */
body { background-color:#DFD6CB; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px;}


.container
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 705px;
      height: 720px;
      margin-left: -352px; /* half of width */
      margin-top: -360px;  /* half of height */
      } 

.maincontent {width:705px; padding:0px; margin:0px; border:0; }

p { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; padding:0px 10px 0px 10px; margin-top:0; } 

.footer { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#666666; text-align:center; }

#topcart { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#666666; text-align:right; line-height:20px; }
#topcart a:link {text-decoration:none; color:#666666; }
#topcart a:hover {text-decoration:none; color:#7A2221;}
#topcart a:visited {text-decoration:none; color:#666666; }
#topcart a:active {text-decoration:none; color:#666666; }

h2 { font-size:14px; font-weight:bold; color:#717100; }

a:active { color:#717100; }
a:visited { color:#717100; }
a:hover { color:#660000; }
a:link { color:#717100; }



