* {padding:0;margin:0;}


body{
	overflow: -moz-scrollbars-vertical;
	background: url(./football-bowl2.jpg);
	margin-top:5px;
font-family: georgia, 'new york', serif; 

}

h3{
	text-align:center;	
	padding-bottom:10px;
	padding-top: 10px;
}

p {padding:5px;}

#entrance {
	background: black;
	margin-top: 2.5in;
	height: 2in;

}
#entrance p {
	text-align: center;

}
#entrance a {
	font-size: 36px;
	color: white;
}


#container{
	margin-left: 1.6in;
	width: 750px;
	background: black;
	overflow:hidden;
	

}

#header{
	float:right;
	width:600px;
}

#nav{
	text-align:center;
	font-weight:bold;
	background: white;
}


#nav a {
	text-decoration: none;
	color: black;
	
	 
}

#content{
	position:relative;
	margin-top:0px;
	background: white;
}


