/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

#Content {

    width: 755px;
    margin: 0 auto;
    position: relative;

}

BODY {
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

A {
  color: #ff0000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

DIV.front {
    text-align: left;
    float: right;
}

DIV.menu {
    text-align: left;
    float: left;
}

.copyright {
    width: 755;
    height: 16;
    font-size: 8pt;
    color: #ffffff;
    background: #000000;
    text-align: right;
    padding-right: 10px;
}

IMG.overmenu {
    margin-bottom: 6px;
}
IMG.menu {
    margin-top: 12px;
    margin-bottom: 4px;
}

