/*	File: efp_layout.css
	Author: Thomas Bruhin, Media Sonics, 4148 Pfeffingen */
	
/* reset declarations first */

* { 
  margin: 0;
  padding: 0;
}

html { 
  height: 101%;
}

body { 
  font-family: "Lucida Grande", "Lucida Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 67.5%;
}

/* layout containers */

#wrapper { 
position: relative;
text-align: left;
width: 980px;
margin: 20px auto;  
}

#header { 
  height: 100px;
  margin: 0;
  padding: 0;
}

#footer { 
  border-top: 1px solid #666;
  background-color: #CCC;
  font-size: 1em;
  text-align: right;
  padding: 0.2em 10px 0.2em 0;
  margin-top: 5em;
}

#main { 
  position: relative;
  width: 100%;
  
}

#content, #content_main { 
  margin: 0 180px;
  border-top: 1px solid silver;
}

#teams #content { 
  margin: 0 180px 0 0;
  border-top: 1px solid silver;
}


#nav { 
  float: right;
  margin-left: 10px;
  width: 160px;
  border-top: 1px solid silver;
}

#extras, #extras_fixtures, #extras_main { 
  float: left;
  width: 160px;
  border-top: 1px solid silver;
}

.clear { 
  clear: both;
}