@charset "UTF-8";
/* CSS Document */


body {
	background-color: #404040;
}

a {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}

a.visited {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}

a.hover {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
}

a.active {
	color:#000;
	background-color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
}


img {
	border: 0px;
}

#text {
	width: 600px;
	margin: auto;
}

#superwrapper {
	width: 100%;
	text-align: center;
}

#catalog {
	width: 100%;
	text-align: center;
	background-color:#404040;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#centerart {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

/* menulist */




#navlist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.6em;
	font-weight:bold;
	text-align:center;
}
#navlist a {
	color:#cccccc;
	text-decoration:none;
}
#navlist a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #837878;
}

#navlist li.last {
	border:none;
}