/*
 * Page Layout Realative to page.
 * TheSportsAlmanac.css
 * Aaron Basch 8/24/08
 */

#all {
  width: 900px;
  margin-left: auto;
  margin-right: auto;	
}

#head {
  border-bottom: 2px double black;
  text-align: center;
  float: left;
  padding-left: 200px;
  width: 700px;
  clear: both;
}

#head h1{
	text-align: center;
}

#head h2{
	text-align: center;
}

#menu {
	float: left;
  	width: 200px;
  	clear: left;
	text-align: left;
	min-height: 500px;
}

#menu h2{
	font-family: Futura;
	color: #990033;
	font-size: 25px;
	text-transform: uppercase;
	text-indent: 45px;
}

#menu li {
	list-style-type: none;
	width: 140px;
	text-align: center;
}

#menu a {
	text-decoration: none;
	color: black;
	display: block;
	font-family: Futura;
	border: 2px pink outset;
	background-color: pink;
}

#menu a:hover {
	border: 2px pink inset;
}


#left{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 680px;
	text-align: center;
	min-height: 500px;
}

#left h2{
	font-family: Futura;
	color: #990033;
}

#foot {
  float: left;
  padding-left: 200px;
  width: 700px;
  clear: both;
  text-align: center;
  border-top: 2px double black;
}

