* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#wrapper #logo {
	background-color: #000;
	height: 100px;
	width: 800px;
}
#wrapper #thmbnlgall {
	height: auto;
	width: 800px;
}
#thmbnlgall img {
	border: 2px outset #313131;
	margin: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 40px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #767676;
}

