﻿		body
		{
			background-attachment: scroll;
			background-color: #000;
			background-image: url(../Images/background.jpg);
			background-position: 50% 0%;
			background-repeat: no-repeat;
			font-family: Tahoma,Geneva,arial,sans-serif;
			margin: 0;
		}

		#divContainer 
		{
			margin: 0 auto 0 auto;
			width: 990px;
		}
		
		#divLoiNetworkBand
		{
			height: 33px;
		    margin: 0;
		    padding: 0;	
		}
		
		#divLoiNetworkLogo
		{
			float: left;
			margin: 0 0 0 40px;
		}
		
		#divClubLogos
		{
			float: left;
			margin: 0;
		}
		
		#divHeader
		{
			clear: both;
		}
		
		#divLoiLogo
		{
			margin: 0px;
		}
		
		#divNavigationBand
		{
			background-image: url(../Images/menu_bg.jpg);
			background-repeat: repeat-x;
			clear: both;
			height: 34px;
			margin: 7px 15px 20px 15px;
			padding: 0;
			width: 810px;
		}
				
		#divNavigationBand ul
		{
			float: left;
			padding: 10px 0 10px 0;
		}
		
		#divNavigationBand ul li
		{
			display: inline;
			font-size: 1.1em;
			font-weight: bold;
			list-style-type: none;
			padding: 10px 0 10px 0;
		}
		
		#divNavigationBand ul li a
		{
			background-image: url(../Images/menu_bg1.jpg);
			background-repeat: repeat-x;
		    color: #ffffff;
			padding: 10px;
			text-decoration: none;
		}
		
		#divNavigationBand ul li a:hover
		{
			background-image: url(../Images/menu2_bg.jpg);
			background-repeat: repeat-x;
			
		}
		
		#divContent
		{
			clear: both;
			margin: 5px;
		}
		
		.clubLogosGroup
		{
			float: left;
			margin: 0 5px 0 20px;
		}
		
		.nofloat 
		{
			clear: both;
		}

