body {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	background: #000000 url("back1.jpg");
	text-align: center;
}
.out {
	text-align: center; 

}
.center {
	text-align: center;
}

.menu {
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 0px;
	border: 1px solid gray;
	background-color: #EEE;

}

.menu a{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;  
	height: 25px;
	font-size: 0.9em;
	font-weight: bold;
}

.menu a:link {
	text-align: justify;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}
.menu  a:hover {
	text-align: justify;
	color: #0B0;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	text-align: justify;
	background-color: #BBB;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	margin-top: 35px;
	margin-left: 50px;
	text-align: left;
	font-size: 1.5em;
}
h2 {
	margin-left: 15px;
	text-align: center;
	font-size: 1.1em;
}
h3 {
	margin-top: 15px;
	margin-left: 15px;
	text-align: center;
	font-size: 0.9em;
}
.content {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;  
	margin-bottom: 50px;
	margin-top: 0;
	border: 1px solid gray;
	background-color: #FFF;
}
.imgs {
	text-align: center;
}
.gallerycontent {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;

}
.gallerycontent img {
	margin-top: 10px;
	text-align: center;
	border: 1px solid white;
	margin-bottom: 20px;
}
.content p {
	margin-left: auto;
	margin-right: auto;  
	margin-bottom: 20px;
	width: 650px;
}

.imgitalic{
	padding-bottom: 50px;
	font-style: italic;
}	
span {
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
}
table {
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}
td {
	padding-right: 30px;
	padding-top: 20px;
	border-bottom: 1px solid gray;
}

.gallery table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}
.gallery table td {
	text-align: center;
	padding-right: 5px;
	padding-top: 15px;
	border: 0;
}
.pics {
	margin-top: 10px;
	color: white;
}
.pics a {
	color: white;
}
.formdiv {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: .7em;
}
ul {
	margin-top: 100px;
	margin-bottom: 100px;
}
li {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
hr {
	width: 50%;
	margin-top: 2em;
	margin-bottom: 3em;
}