/***********************
* sfd.css
* http://www.sfdfoam.org
* 8/21/2008
*************************/

@font-face {
  font-family: "Tahoma";
  src: url(fonts/tahoma.ttf) format("truetype");

  font-family: "OliveOil";
  src: url(fonts/OLIVEOIL.TTF) format("truetype");

  font-family: "Papyrus";
  src: url(fonts/PAPYRUS.TTF) format("truetype");
  }

html{
  background-image: url('img/bg_tile.png');
  background-repeat: repeat-all;
  }

body{
  color: #666666;
  text-align: center;
  overflow: auto;
  font-family: "Papyrus"
  }

img{
  border: none;
  }

.mat{
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 25px;
  width: 805px;
  background-color: #EFEFEF;
  text-align: left;
  border: double #111111 3px;
  }

a{
  color: #1111AA;
  text-decoration: none;
  }

.container{
  margin-left: 15px;
  margin-right: 15px;  
  padding: 0px;
  width: 770px;
  background-color: #FFFFFF;
  border: solid ORANGE 1px;
  }

.head{
  height: 105px;
  width: 770px;
  margin: 0px;
  padding: 0px;
  background: url('img/sfd_logo_script.jpg');
  background-repeat: no-repeat;
  text-align: right;
  }

.foot{
  width: 770px;
  font-size: .8em;
  text-align: left;
  }

.menu{
  width: 770px;
  height: 33px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
  background-color: #000000;
  }

.main{
  padding: 0px;
  padding-right: 7px;
  min-height: 350px;
  text-align: justify;
  }

ul
  {
  list-style-type: none;
  width: 770px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  display: block;
  }

li
  {
  text-align: center;
  display: block;
  float: left;
  }

li a
  {
  float: left;
  font-size: 1.4em;
  font-family: "OliveOil";
  width: 154px;
  color: #EFEFEF;
  border-bottom: solid #EFEFEF 2px;
  }

li a:hover
  {
  color: ORANGE;
  }

.uber
  {
  /*text-decoration: underline;*/
  color: #FFFFFF;
  border-bottom: solid ORANGE 2px;
  }