@charset "utf-8";
/* CSS Document */
#wrapper {
	overflow:auto;
	position:static;
	width:1020px;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
}
#gallery
{
	height: 535px;
	overflow-x:scroll;
	overflow-y:hidden;
}
#header {
	height: 80px;
}
#body {
	height: 535px;
}
#footer {
	height: 50px;
}
.text {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.H1 {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 15px;
	color: #000;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
IMG.left {
	display: inline-block;
	margin-left: auto;
	margin-right: auto
}

