/*
  Lafontaine's CSS
  http://www.lafontainewhitby.ca/
*/

/* Base Elements */

html {
  color: #cccccc;
  background-color: #000000;
  font-family: sans-serif;
}

a:link, a:visited {
  color: #dddddd;
  text-decoration: none;
}

a:hover, a:visited:hover {
  color: #ffffff;
}

a:active {
  color: #c0c0c0;
}

td {
  font-family: arial, sans-serif;
}

img {
  border: 0;
}

/* Page Sections */

#menu_top {
  color: #cccccc;
  background-color: #444444;
}

#banner {
  text-align: center;
}

#column_left {
  color: #cccccc;
  background-color: #444444;
  width: 25%;
}

#tips {
  color: #ffffff;
  background-color: #000000;
  margin-top: 1em;
}

#column_centre {
  width: 45%;
}

#centre {
  color: #000000;
  background-color: #eeeeee;
}

#centre a:link, #centre a:visited {
  color: #999999;
}

#centre a:hover, #centre a:visited:hover {
  color: #000000;
  background-color: #eeeeee;
}

#centre a:active {
  color: #777777;
}

#column_right {
  width: 30%;
  color: #cccccc;
  background-color: #444444;
}

#footer {
  color: #cccccc;
  background-color: #444444;
}

/* Classes */

.centred {
  text-align: center;
}

.bordered {
  border-style: solid;
  border-width: thin;
  border-color: #ffff00;
}

.menu_item {
  font-weight: bold;
  margin-left: 1em;
}

