html
{
height: 100%;
}

body
{
margin: 0; padding: 0;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
background-color:#D6EFB5;}

#wrap2
{
width: 1004px;
position: relative;
margin-left: auto; margin-right: auto;
margin-bottom: 0;
background: #D6EFB5 url(images/wrap2.gif) top no-repeat;;
height: 100%;
}

#wrap
{
width: 780px;
position: relative;
margin-left: auto; margin-right: auto;
background: #D6EFB5;
height: 100%;
}
html>body #wrap {min-height: 100%; height: auto;}

#header2
{
background: url(images/RGC_bg.gif) repeat-y;
width: 780px;
height: 130px;
}
html>body #header2 {min-height: 130px; height: auto;}
/* back-ground color removed for header2 */

#rgclogo{
background-image:url("images/Ridgewood_Golf_Club_logo.gif");
background-repeat: no-repeat;
height: 100%;
background-position: 50% 50%;
}

#header
{
font-size: 1em;
width: 780px;
height: 130px;
}
html>body #header {min-height: 130px; height: auto;}


#nav
{
height: 20px;
background: #99cc66;
}

#3span
{
width: 780;
background: #F1EAB4;
}
html>body #3span {min-height: 130px; height: auto;}

#map
{
position: relative;
width: 502px;
height: 672px;
margin-left: auto; margin-right: auto;
background: #D6EFB5;
}
html>body #map {min-height: 672px; height: auto;}

/* content & left width each -2px of leftwrap width right -2px*/
#leftwrap
{
width: 520px;
background: #D6EFB5;
float: left;
padding-top: 5px;
padding-bottom:30px;
}

#right
{
width: 256px;
float: right;
background: #D6EFB5;
padding-bottom:30px;
}

#content
{
width: 258px;
float: right;
background: #D6EFB5;
}

#left
{
width: 258px;
float: left;
background: #D6EFB5;
}

#footer
{
clear: both;
height: 20px;
font-size: 0.9em;
color: #026026;
background: #99cc66;
position: absolute;
bottom:0;
z-index: 2000;
width: 780px;
}
/* Makes div adjust with text */
html>body #footer {min-height: 20px; height: auto;}

/* My added. */

a
{text-decoration:none; color:#00F;}
a:visited
{text-decoration:none;
color:#00F;
}
a:hover
{color:#F0F;
  text-decoration:none;
  background-color:#F8F86F;}
a:active 
{text-decoration: none;
color:#00F;}
a:focus
{text-decoration: none;
color:#00F;}
p {margin:5px 5px 10px 5px; padding:0;}
h1 {
display:inline;
	color: #026026;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: oblique;
	margin:0;
text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;}
h2 {
display:inline;
	color: #7A0807;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin:0;
text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;}
h3,h4,h5,h6 {
     color: #990033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 200;
margin-left: 5px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
text-align:center;
padding: 0px; }
ul#main{margin-left: 11px; padding-left: 11px;} 
	ul#main{list-style-image: url(images/RGC_bullet.gif);}

/* Top Menu */
ul#navigation {
	padding: 0;
	margin: 0;
	background-color: #99CC66;
	color: #fff;
	float: left;
	width: 100%;
}
ul#navigation li { display: inline; }
ul#navigation li a {
  padding: .1em 1em;
  background-color: #99CC66;
  color: #026026;
  text-decoration: none;
  float: left;
  border: solid 1px #026026;
 }
ul#navigation a:link, a:visited { color: #026026; }
ul#navigation li a:hover {
	color: #026026;
	background-color: #D6EFB5;
}
ul#navigation p a:link, p a:visited { color: #99cc66; }

p a:link, p a:visited { color: #00f; }
#footer p {margin:4px; padding:0;}
/* More links, comment Span */
#header a
{color:#0066FF;}
#header a:visited
{color:#3366FF;}
#inner-wrap a
{color:#0066FF;}
#inner-wrap a:visited
{color:#3366FF;}
.comment {font-style: italic;
}
.h1sub {font-style: italic;
font-size: .9em;
}
.h2sub {font-style: normal;
line-height:1.1em;
font-size: .9em;
}
 
