body{
	background-color:#CC9966;
	margin:0;
	color:#000000;
	font:12px Verdana,Arial, Helvetica, sans-serif;
}
body.news #menu  a.news, body.intro #menu a.intro, body.history #menu a.history, body.org #menu a.org, body.info #menu a.info, body.tourn #menu a.tourn, body.membership #menu a.membership, body.coaching #menu a.coaching, body.league #menu a.league, body.fun #menu a.fun, body.rules #menu a.rules, body.contact #menu a.contact, body.links #menu a.links{
	background:yellow;
	color:orange;
}
a, a:active{
	text-decoration:none;
	color:green;
}
a:visited{
	color:maroon;
}
h1{
	color:orange;
	font-size:26px;
	font-weight:bold;
	line-height:18px;
	text-transform:lowercase;
	border-bottom:10px solid grey;
	width:500px;
}
h1.sub{
   color:orange;
   font-size:20px;
   margin-top:40px;
   border-bottom:5px solid grey;
 }
h2{
	color:grey;
	font-size:18px;
	font-weight:bold;
	/*line-height:10px;*/
	text-align:left;
	margin:0 20px;
}
p.news{
	margin: 0 20px 20px 20px;
	/*border-bottom:1px solid grey;*/
}
hr.news{
	width:200px;
	border:1px solid grey;
	text-align:center;
	margin-bottom:20px;
}
.sub-text{
	font-size:10px;
	color:grey;
}
#wrapper{
	position: relative;
	height:auto;
	min-height:1000px;
	background-color:#ffffff;
	margin: 0 auto;
	width:810px;
	border-left:10px;
	border-right:10px;
	border-top:0;
	border-bottom:10px;
	border-color:#000000;
	border-style:solid;
	}
#header{
	position:absolute;
	top:10px;
	left:2px;
	width:806px;
	height:200px;
	background: url(images/header.jpg) no-repeat;
	border-bottom:2px solid grey;
}
#header-text{
	position:absolute;
	top:120px;
	left:140px;
	height:20px;
	font-size:10px;
}
#content{
	padding-top:220px;
	margin:0 40px 40px 40px;
}
#sub-content{
	margin-left:20px;
}
#menu{
	position:relative;
	padding-top:140px;
	padding-right:20px;
	text-align:right;
}
#menu a, #menu a:active, #menu a:visited{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:green;
	line-height:20px;
}

#footer{
	position:relative;
	margin:2px;
	text-align:center;
}