

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	background: #c2b280;

}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 750px;
  background-image:url(background.jpg);
  background-repeat:repeat-y;
  padding-left:17px;
  padding-right:17px;
  overflow:hidden;
}


#links a, #links a:visited
{
font-size:16px;
font-weight:bold;
margin-left:4px;
margin-right:4px;
color: #1652B4;
text-decoration:none;
text-align: right;
}

#links a:hover
{
border-bottom:dotted 1px #1652B4;
}

#header
{
height:60px;

}

#header h1
{
margin-top:15px;
margin-left:10px;
font-size:33px;
color:#006400;
float:left;
}

.off
{
color:#3cb371;
}

.picture
{
	background-image:url(imagebackground.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:8px;
	margin-top:22px;
}
	
}

.contenttext
{
	padding-left:10px;
	padding-right:10px;
}

footer {
	width: 100%;
	background-color: #FFFFFF;
	padding: 60px 0px;
}

html, body {
text-align: center;
}

p {text-align: center;}

p {
  color: blue;}

  nav ul {float: right;}

  img {float: right;}

  .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  float: left;
}

.title {
  color: grey;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}

address { 
  display: block;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border: 1px solid black;
  float: down;










