body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(newground3.jpg);
  background-position: left top;
  background-repeat: repeat;
}
#header
{
	background-repeat: no-repeat;
	height: 200px;
}

#content
{
	background-color: #C0C19D;
	color: inherit;
	padding: 20px;
	width: 510px;
	height: 1600px;
	border: 4px solid #4E4E4E;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#content h3
{
	font-size: 1.0em;
}

#content p
{
	font-size: 1.0em;
	margin-bottom: 20px;
}

#content a
{
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

#content a:hover
{
	background-color: inherit;
	color: #000000;
}

.image
{
	float: left;
	border: 1px solid #666;
	margin: 25px;
}
 

#navbar
{
	margin-top: 5px;
	margin-bottom: 5px;
        margin-left: 30px;
	padding: 10px;
}

#navbar a
{
	font-size: 0.8em;
	background-color: inherit;
	color: #000;
	text-decoration: none;
	padding: 0px 6px;
}

#navbar a:hover
{
	background-color: inherit;
	color: #F00;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	
}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}
