/* CSS Document */

body {
	margin: 5%;
	background: #FFF;
	color: #000;
}
a {
	color: #000;
	text-decoration: underline;
}
#header {
	background: none;
	margin: 0; padding: 0;
	height: 200px;
	overflow: visible;
}
h1 {
	padding: 0;
}
h2 {
	color: #000;
}
#menu, #photos {
	display: none;
}
#footer {
	color: #000;
}
#photos, #contents {
	float: none;
	width: 100% !important;
}
#contents {
	text-align: justify;
}
#miniGall {
	text-align: center;
}