body  { 
	background: #333 url(images/bg.jpg) repeat-y center 189px; 
	margin: 0 0 20px; 
	padding: 0; 
	}
body, p, table, td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	}
ul li  { 
	list-style-image: url(images/bullet.gif); 
	}
#maincontent {
	width: 670px;
	margin: 10px auto;
	color: white;
	background: black;
	padding: 8px;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
a:link {
	color: gold;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: gold;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: gold;
	font-weight: bold;
	text-decoration: none;
	}
.navtable {
	margin: 2px 0;
	}
.navtable #thispage {
	display: block;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 4px;
	border: 1px #336 solid;
	background: #ccc;
	color: black;
	text-align: center;
	}
.navtable a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 4px;
	margin: 0 6px;
	border: 1px gold solid;
	text-align: center;
	}
.navtable a:link {
	color: gold; 
	font-weight: normal; 
	background-color: black;
	text-decoration: none; 
	}
.navtable a:visited   { 
	color: gold; 
	font-weight: normal;
	background-color: black; 
	text-decoration: none; 
	}
.navtable a:hover  { 
	color: white; 
	font-weight: normal;
	background-color: red; 
	text-decoration: none; 
	border: 1px white solid;
	}
.navtable a:active  { 
	color: gold; 
	font-weight: normal; 
	background-color: black;
	text-decoration: none; 
	}
#shoptable {
	border: 1px solid red;
	border-bottom: 0;
	border-right: 0;
	background: black;
	}
#shoptable td {
	border-bottom: 1px solid red;
	border-right: 1px solid red;
	}
