/*Style Sheet for Moray and Nairn Golf League*/
/*Author: Neil Stanfield*/

/***************************************************************/
body{
		color: #000000;
		font-family: Verdana, sans-serif;
		font-size: 13px;
		text-align: left;
		background-image: url(../images/1a.gif);
		background-repeat: repeat;
}
/***************************************************************/
h1{
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
}

/***************************************************************/
div.content{
	/*height: 325px;*/
	height: auto;
	width:850px;
	overflow: auto;
	position:relative;
	top:0px;
	left:10px;
	/*border: solid 2px red;*/
	margin-left: 3px;
	font-size: 13px;
	}


/***************************************************************/
div.center{
		/*height:595px;*/	
		height:auto;
		width:870px;
		text-align: left;
		margin: auto;
   		overflow: hidden;
		background-image: url(../images/bg.jpg);
		border: solid 2px #000098;
	} 
/***************************************************************/
div.menu{
	height: 185px;
	width: 868px;
	margin-top:5px;
	background-image:url(../images/logo_final.gif);
	background-repeat: no-repeat;
}	

	
/***************************************************************/
div.footer{
		height: 75px;
		width: 870px;
		text-align: center;
		position:relative;top:0px;left:0px;
		font-size: 10px;
		/*border: solid 2px #000098;*/
	}
/***************************************************************/
div.spacer{
		height: 300px;
		width: 600px;
		text-align: left;
		background-image:url(../images/Golfscenes_3.jpg);
		background-position:bottom;
		background-repeat: no-repeat;
		border: solid 1px black;

}
/***************************************************************/
div.clubs{
		height: 248px;
		width: 444px;
		position:relative;top:0px;left:213px;
		background-image: url(../images/6_clubs_trans.gif);
		background-repeat: no-repeat;
		
		}


/***************************************************************/
div.info{
		height:20px;
		width:868px;
		background-color:#CCCCCC;
		border:solid 1px #FF0000
		}
/***************************************************************/
div.search{
		margin-top:5px;
		height: 28px;
		width: 868px;
	}