body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #C0C19D;
  color: #000000;
  margin:  auto;
  padding: 20px;
  width: 1000px;
  height: auto;
}


#header
{
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 10px;
}

#content
{
	background-color: #C0C19D;
	color: #000;
	padding: 10px;
	width: 720px;
	height: 660px;
	border: 4px solid #4E4E4E;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#table
{
	background-color: #C0C19D;
	font-size: 0.8em;
	color: #000;
	padding: 10px;
	height: 700px;
	width: 400px;
	margin-top: 5px;
	margin-left: 260px;
	margin-right: 260px;
}

#content h3
{
	font-size: 0.6em;
	color: #000
}

#content p
{
	background-color: #C0C19D;
	color: #000;
	padding: 10px;
	width: 200px;
	height: 150px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

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

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

.image
{
	float: left;
	border: 2px solid #000;
	margin: 25px;
}
 

#navbar
{
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 7px;
}

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

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

#footer
{
	width: 700px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 10px;
	line-height: 20px;
}



#footer a
{
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

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




#buttons
{
	text-align: center;
	
	
}

