

#container {
	
	margin: 0px auto;
	text-align: left;
	width: 860px;
	}


#header{
	
	height:300px;
	width:300px;
	margin-left: 400px;
	/**padding: 0;**/
	text-align: center;
	background-image:url('images/Clublogo.gif');
	background-repeat: no-repeat;
	}



body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url('images/mainHeader.jpg');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;

}





/********************* Meat and Potatoes ****************************/

#middle{

	margin-top: 0px;
	margin-left: 240px;	
	width:660px;
	height: 400px;
	text-align: Center;

}

#shootscores{

	margin-top: 0px;
	margin-left: 240px;	
	width:660px;
	/**height: 500px;**/
	text-align: Center;


}
	
#sponsors{

	margin-top: 0px;
	margin-left: 240px;	
	width:660px;
	/**height: 500px;**/
	text-align: Center;
	
}	
	
#clubinfo{

	margin-top: 0px;
	margin-left: 20%;	
	width:725px;
	text-align: Center;
	
}

#home{

	margin-top: 0px;
	margin-left: 25%;	
	width: 725px;
	text-align: Center;

	
}	
	
#field{

	margin-top: 0px;
	margin-left: 25%;	
	width:755px;
	/**height: 500px;**/
	text-align: Center;
	
	}
	

	
/********************* Navigation ****************************/

#nav{
	
	width:215px;
	margin-left: -10%;
	margin-top: 10px;
	text-transform: uppercase;
	float: left;
	

	}



#topnav{
	
	height: 90px;
	width: 740px;
	margin-left: 20px;
	margin-top: 0px;
	margin: 0 auto;
	padding: 10px 0px 0px 10px;
	text-align: center;
	

	}



/********************* footer ****************************/


#footer{

	
	text-align: center;
	color: white;
	margin-left: 3%;
	width:1000px;
	margin-top: 25px;
	
	}



/********************* Text Formatting ****************************/

a {
	
	/**color:#6b7272;**/
	color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}


a:link   {

  	text-decoration: underline;
	font-weight: bold;
	color: Green;
  	} 


a:hover   {
  	/**text-decoration:  underline;**/
  	font-weight: bold;
 	color: #BE9352;
	}


p {
	
	/**padding: 10px 10px 10px 20px;**/
	display:block;
	/**color:#525757;**/
	color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

a1 {
	
	/**padding: 10px 10px 10px 20px;**/
	display:block;
	/**color:#525757;**/
	color:grey;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}



ul#nav1 {
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
	float: left;
	}

ul#nav1 li {
	padding-top:10px;
	margin-bottom:4px;
	background-image: url('images/blackTrans.png');
	margin-right:0; 
	margin-top:0; 
	padding-left:5px; 
	padding-right:0px; 
	padding-bottom:4px;
	text-align:left;
	}

ul#nav1 li a{
	color:#BE9352;
	font-size:20px;
	text-decoration:none;
	
	}

ul#nav1 li a:hover   {
  	text-decoration: none;
  	font-weight: bold;
  	color: white;
	}
	
	table#field {
	margin-left: 550px;
	}