/* CSS Document */

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

#banner{
	background-image: url(images/logo.jpg);
	width: 800px;
	height: 183px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
}

#menu{
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	top: 200px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
}

#menu a{
	color: white;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

#menu a img{
	border: none;
	padding-top: 3px;
	margin-bottom: -3px;
}

#content {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 275px;
	text-align: center;
}

#content table{
	margin: auto;
	width: 100%;
}

#fholder {
	text-align: center;
	border-top: 1px solid gray;
	padding-top: 20px;
}

#fholder a {
	color: white;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: xx-small;
}

#tholder {
	height: 600px;
	width: 200px;
	overflow: auto;
	text-align: center;
}

#tholder img{
	border: 1px solid white;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centered{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.center{
	text-align: center;
}

#imtitle{
	margin-top: 10px;
	font-size:large;
}

fieldset{
	border: none;
}

#gallery a img{
	border: 1px solid white;
}

#gallery a {
	color: white;
	text-decoration: none;
}

a img{
	border: none;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table #prices{
	width: 400px;
	margin: auto;
}

#prices td{
	width: 50%;
}

