/* ################################################
  * ##   main stylesheet                        ##
  * ##   by Antiques-Internet.com, Inc.         ##
  * ##   http://antiques-internet.com           ##
  * ##   20 September 2009                      ##
  * ############################################## */

/*---[body / universal]----------------------------*/
body {
  font-size: 100%; /* Base font size */
  font-family: tahoma, verdana, arial, sans-serif;
  background-color: #fffff0;
  color: #0000CD;
  width: 78%;
  max-width: 1000px;
  margin: 4px auto;
  padding: 0;
  text-align: center;
}

div, a, p, h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

/*---[divs]----------------------------------------*/

a:link {
  color: #c00;
  text-decoration: none;
}

a:visited { 
  color: #d09;
  text-decoration: none;
}

a:hover {
  background-color: #ccc;
  text-decoration: none;
}

address, .content, .footer, .homelink, .modified, .counter {
  margin: auto;
}
 
h1 {
}

 .top {}
 .center {}
 .bottom {}

 .border {
  width: 100%;
  border: 4px groove #666;
  background-color: #eff;
}

div.left {
  float: left; 
  text-align: left;
} 

div.center {
  margin-left: auto;
  margin-right: auto;
}

div.right {
  float: right; 
  text-align: right;
}

ul.left {
  list-style: none;
  line-height: 1.3em;
  text-align: left;
  white-space: nowrap;
  width: 2em;
  padding: 0;
  margin: 0;
}

li.left {
  background-image: url(../arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: .6em;
}

ul.right {
  list-style: none;
  width: 10em;
  float: right;
  text-align: right;
  white-space: nowrap;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}

li.right {
  background-image: url(../arrow.gif);
  background-repeat: no-repeat;
  background-position: 100% .4em;
  padding-right: .6em;
}

 .homelink {
  clear: both;
  text-align: center;
}

 .address {
  clear: both;
}
  
 .footer, .counter, .modified {
  font-size: 80%;
}
    
 .counterbg {
  color: white;
  background-color: teal;
  padding: 0 5px;
}

 .aifooter {
  margin-top: 4em;
  font-size: 80%;
  font-family: verdana, georgia, sans-serif;
}

 .copy, .copyright {
  font-variant: small-caps;
}

