@charset "utf-8";
.footer {
	height: 30px;
	width: 888px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	clear: left;
}

.cont {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FF0;
	background-color: #FFF;
}
.galtop {
	height: 340px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	border: thin double #000;
}
.picbig {
	float: left;
	height: 337px;
	width: 275px;
}
.pivcvert {
	float: left;
	height: 167px;
	width: 137px;
	margin-left: 4px;
	margin-bottom: 5px;
}
.gallower {
	padding: 3px;
	height: 170px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	border: thin double #000;
}
body {
	background-color: #000;
}
a:link {
	color: #006;
}
a:visited {
	color: #006;
}
a:hover {
	color: #C00;
}

