body {
	padding: 0px;
	margin: 0px;
	background: #EFEFEF;
}
h1 , h2 {
	text-align: center;
}
img {vertical-align: bottom;}
a:link {color: blue;  }
a:active {color: blue;  }
a:visited {color: blue; }
a:hover {color: blue;  }



.wrapper {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('./images/background.gif');
	margin: 0 auto;
	width: 750px;
	
}


.navigation { 
	font: 16px Arial, Helvetica, sans-serif;
	background-color: black;
	color:black;
	text-align: center;
	font-weight: bold;
}

.navigation a {
	padding: 10px;
	padding-top: 60px;
	padding-bottom: 0px;
	color: white;
	text-decoration: none;
}

.navigation a:hover {
	background-image: url('./images/menu2.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

.content {
	margin: 0 auto;
	padding: 10px;
	background-color: white;
	width: 700px;
}
.footer {
	border-top: 1px solid black;
	margin: 0 auto;
	text-align: left;
	width: 754px;
	text-align: center;
}
