@charset "utf-8";
/* CSS Document */


body{
	color:#fff;
	font-family: “Trebuchet MS”, sans-serif;	
	font-size:13px;
	background-color:#000000;

}
div, h1, h2, h3, h4, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{	
	list-style:outside;

}

p {	
	padding-bottom:10px; 
	margin: 0px;
}

.spacer{
	clear:both;                           
	font-size:0; 
	line-height:0;
}
a{
	color:#1eb8f1;	
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------telephone
--------------------*/
#outer{
	width:1050px;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
	
}
#header {
	width:1030px;
	height:160px;
	background-color:#000000;
	float:left;
	padding:10px;
	background-image: url(images/theno1footballacademy.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;

}
#menu {
	background-color:#181818;
	width:1030px;
	height:40px;
	float:left;
	margin-bottom:10px;
	padding:10px;
}

#menu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li{
	display:block;
	float:left;
	margin:0 2px 0 0;
}

#menu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:10px;
	height:20px;
	font-weight:bold;
	background-image: url(images/menu_back.jpg);
}
#menu ul li a:hover{
	color:#1eb8f1;
	background-image: url(images/menu_back_hover.jpg);

}
	
#left_title {
	background-color:#181818;
	width: 240px;
	float:left;
	padding:10px;
	font-size:18px;
	font-weight:bolder;
	color:#fff;
	margin-bottom:10px;
}
#middle_title {
	background-color:#181818;
	width: 400px;
	float:left;
	padding:10px;
	font-size:18px;
	font-weight:bolder;
	margin-left:10px;
	color:#fff;

}
#right_title {
	background-color:#181818;
	width: 330px;
	padding:10px;
	margin-left:10px;
	float:left;
	font-size:18px;
	font-weight:bolder;
	color:#fff;
	margin-bottom:10px;
}
#left {
	background-color:#181818;
	width: 240px;
	float:left;
	padding:10px;

}
#left li{
	list-style:none;
	margin-bottom:2px;
	background-color:#101010;
	padding:10px;
	color:#181818
	font-weight:bold;
}
#left li:hover{
	list-style:none;
	margin-bottom:2px;
	background-color:#fff;
	padding:10px;
	color:#101010;
}
#left ul{
	list-style:none;
	margin-left:0px;
	font-weight:bold;
	text-decoration:none;

}
#middle {	
	background-color:#181818;
	width: 400px;
	float:left;
	padding:10px;
	margin-left:10px;

}
#middle_bookings {	
	background-color:#181818;
	width: 390px;
	padding:10px;
	margin-left:270px;

}
#middle_rec {	
	background-color:#181818;
	width: 400px;
	float:left;
	padding:10px;
	margin-left:10px;

}
#middle_rec li{
	list-style:none;
	margin-bottom:10px;
	background-color:#101010;
	padding:3px;
}

#middle_rec ul{
	list-style:none;
	margin-left:0px;
}
#right {
	background-color:#181818;
	width: 330px;
	padding:10px;
	margin-left:10px;
	float:left;
	margin-bottom:10px;
}
#right_sponsors_title {
	background-color:#181818;
	width: 330px;
	padding:10px;
	margin-left:700px;
	font-size:18px;
	font-weight:bolder;
	margin-bottom:10px;

}
#right_sponsors {
	background-color:#181818;
	width: 330px;
	padding:10px;
	margin-left:700px;
}

#footer {
	background-color:#181818;
	margin-top:10px;
	width:1030px;
	float:left;
	margin-bottom:10px;
	vertical-align:middle;
	padding:10px;
}

a{
	text-decoration:none;

}