body {
	background: #ffffff url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #808080;
	text-align: center;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #94DB00;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #008000;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #94DB00;
}

p  {
	font-size: 13px;
}

#nav-bar {
background: url(images/nav_bg.gif);
font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; 
width: 800px;
height: 28px;
text-align: center;
}

#nav-bar-contents {
margin-left: 20px;
padding: 4px 0 4px 0;
}

#nav-bar a {
color: #FFFFFF; 
text-decoration: none; 
font-size: 13px;
margin-right: 20px;
}

#nav-bar a:hover {;
color: #99CC00;
}

body#home a#home,
body#news a#news,
body#who a#who,
body#green a#green,
body#tee a#tee,
body#results a#results,
body#handicaps a#handicaps,
body#diary a#diary,
body#course a#course,
body#facilities a#facilities {
color: #99CC00;
text-decoration: none; 
font-size: 13px;
margin-right: 20px;
}

#new{
font-size: 12px;
color: #000000;
}

#new a:link, #new a:visited {
font-weight: normal;
font-size:10px;
color: #000000;
text-decoration: none;
}

#new-title {
color: #008000;
font-size: 12px;
font-weight: bold;
}

#new-date {
color: #555555;
font-size:9px;
font-weight: normal;
}

#new-line {
border-bottom:solid 1px #008000;
width: 250px;
padding:4px 0 4px 0;
}
a {
	text-decoration: underline;
	color: black;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

.picture { 
border: 4px solid #94DB00; 
}

div.pagination {
text-align:center;
padding: 7px;
margin: 3px;
}

div.pagination a {
padding: 2px 5px 2px 5px; 
margin: 2px;
border: 1px solid #000000;
text-decoration: none;
font-size: 13px;
color: #000000;
}

div.pagination a:hover, div.pagination a:active {
border: 1px solid #000000;
background-color:#000000;
font-size: 13px;
color: #fff;
}

div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px; 
border: 1px solid #000000;
background-color: #000000;
font-size: 13px;
color: #FFF;
} 
      
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #000000;
font-size: 13px;
color: #666; 
}