﻿.clubs 
{
	margin-left: 120px;
	padding-top: 200px;	
}

.logo
{
	background-position: 700px 10px; /*
background-position: 0px -90px;
	background-image: url(Images/SquashMarl4.jpg);
*/
	background-image: url("Images/squash_Marlb logo50.gif");
	background-repeat: no-repeat;
	height: 295px;
	
	border-bottom-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
}

.menu
{
	position:relative;
	margin-left: 120px;
	margin-top: 10px;
	/*
	margin-top: 205px;
*/
}

.content 
{
 /* border-top: 50px; */
	z-index: -200;
	margin-left:10px;
	margin-right:10px;
}

.banner 
{
	position:absolute; 
	top: 140px; 
	left:1px; 
	width: 100%; 
	background-color: steelblue; 
	height: 50px; 
	z-index:-100; 
	border-top: solid 1px white; 
	border-bottom: solid 1px white;
}

H3 
{
	margin-top: 0px;
}

body 
{
	background-color: #00ace8;
	color: White;
}
a:link
{
	color: white;
}
