body {
  margin: 0 auto;
  font: normal 13px/1.4 Verdana,Arial,Sans-Serif;
  line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	background: white;
	text-align: center;
}

#main
{
  width:780px;
  border:1px solid black;
  text-align:center;
  margin: 10px auto 10px auto;
}

#header, #header img
{
  width:780px;
  height:200px;
}

ul#menu
{
  margin:0;
  padding:0;
  list-style-type:none;
}

ul#menu li
{
/*   width:110px; */
  margin:0;
  padding:0;
  float:left;
  list-style-type:none;
  border-left:1px solid white;
}

ul#menu a, ul#menu span
{
  display:block;
  width:105px;
  height:1.4em;
  background: #A00040;
  color: white;
  text-decoration:none;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
}

ul#menu a:hover
{
  background: rgb(230,155,160);
  color:black;
}

#content
{
  border:0;
  border-collapse:collapse;
  clear:both;
}

#left
{
  width:240px;
  padding:10px;
  background:#778899;
  color:white;
  text-align:left;
  vertical-align: top;
}

#left a
{
  color:white;
  text-decoration: none;
}

#left a:hover
{
  color:white;
  text-decoration: underline;
}

#left img
{
  margin-bottom: 10px;
}

#right
{
  width:500px;
  padding:10px;
  background: #BEE6AA; /* #8FBC8F; */
  color:black;
  text-align:left;
  vertical-align: top;
}

#footer
{
  width:760px;
  height:30px;
  clear:both;
  background:#A00040;
  border:10px solid #A00040;
  color:white;
}

#footer a
{
  color:white;
}

#footleft
{
  float:left;
  color:white;
}

#footright
{
  float:right;
  color:white;
}

#footleft a
{
  background: #A00040;
  color: white;
  text-decoration:none;
  text-align:center;
  padding: 0px 4px;
  font-weight:bold;
}

#footleft a:hover
{
  text-decoration: underline;
}

.scorecard, .scorecard td
{
  border-collapse:collapse;
  border:1px solid black;
/*   padding: 0px 4px; */
}

#greenfees
{
  border-collapse: collapse;
  border: 1px solid black;
  text-align:center;
  margin: 0 auto;
}
#greenfees td
{
  padding: 2px 4px;
  border-bottom: 1px solid #999;
}

.boldrow
{
  font-weight:bold;
}

.cr
{
  width: 84px;
  text-align:right;
  padding-right: 4px;
}

.cc
{
  width: 40px;
  text-align:center;
}

.cw
{
  width: 32px;
  text-align:center;
}

.cw2
{
  width: 40px;
  text-align:center;
}

.cl
{
  text-align: left;
}

.cli
{
  text-align: left;
  text-indent: 1.5em;
}

.quote
{
  text-align:center;
  font-style:italic;
}

.indent
{
  text-indent: 1.5em;
}
