/*
    Unless otherwise specified, all content is 
    Copyright 2000 Modify Design. All Rights Reserved.

    Site designed and built by: Modify Design 
                                http://www.modifydesign.com 
*/
a {
  text-decoration: none;
}

img {
  border: 0;
}

p {
  margin: 0;
}

body.site {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, Geneva;
  font-size: 10px;
  color: black; 
  background-color: white;
}

div.container {
  display: table;
  width: 100%;
  height: 100%;
}

div.table {
  display: table;
}

div.row {
  display: table-row;
}

div.cell {
  display: table-cell;
}

/*
a:link    { text-decoration: none; color: #563f23}
a:visited { text-decoration: none; color: #563f23}
a:hover   { text-decoration: none; color: #685f53}
*/
