html {
	display: table;
	margin: auto;
	user-select: none;
	cursor: url("content/images/cursor.cur"), auto;
}
body {
	background-image: url("content/images/bgpurple2.png");
	background-attachment: fixed;
	margin: 5;
	padding: 20;
	width: 100%;
	height: 100%;
	display: table-cell;
	font-family: Times New Roman;
	line-height: 1.5em;
	overflow: hidden;
}
a:link,
a:visited,
a:active {
	font-size: 22px;
	font-weight: bold;
	color: #f5a600;
	cursor: url("content/images/links.cur"), pointer;
}
a:hover {
	color: #ffffff;
	cursor: url("content/images/links.cur"), pointer;
}
hr {
	margin-top: 3px;
	margin-bottom: 4px;
	width: 100%;
	border-top: ridge 4px red;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	overflow: hidden;
}
p,
span {
	color: #f5a600;
	text-shadow: -1px -1px 0 darkred, 1px -1px 0 darkred, -1px 1px 0 #000, 1px 1px 0 darkred;
}
nav ul {
	margin: 0;
	padding: 0;
}
table {
	border: ridge 3px #AA336A;
}
th {
	text-align: left;
	border: ridge 3px purple;
	overflow: hidden;
}
td,
td {
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
#mainbox {
	border-left: solid 1px purple;
	border-right: solid 1px purple;
	box-shadow:
		0 0 50px #432432,
		0 0 80px purple,
		0 0 80px #EE8AF8;
}
#header {
	background-image: url("content/images/bgpurple.png");
	width: 1060px;
	height: 60px;
	border-top: ridge 3px purple;
	border-bottom: ridge 3px purple;
	overflow: hidden;
}
#leftmenu {
	background-image: url("content/images/stars.gif");
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	width: 220px;
	height: 311px;
	overflow: hidden;
}
#rightmenu {
	background-image: url("content/images/bgpurple.png");
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	width: 200px;
	height: 311px;
	overflow: hidden;
}
#wrapper {
	background-image: url("content/images/stars.gif");
	width: 100%;
	height: 321px;
	overflow: hidden;
}
#pricelist {
	background-color: black;
	width: 100%;
	height: 311px;
}
#middle {
	background-image: url("content/images/bgpurple.png");
	padding: 1px 0;
	text-align: right;
	border-bottom: ridge 3px purple;
}
#middlecontent {
	background-image: url("content/images/stars.gif");
	height: 453px;
	border: ridge 4px purple;
}
#aztecglow {
	width: 300px;
	height: 295px;
	border-radius: 50%;
	box-shadow:
		0 0 12px purple,
		0 0 20px darkred,
		0 0 20px #f5a600;
}
#footer {
	background-image: url("content/images/bgbrick.png");
	border-bottom: ridge 3px darkred;
	overflow: hidden;
}
#audioclick {
	cursor: url("content/images/select.cur"), pointer;
}
#smallmarg {
	margin-top: 14px;
	margin-bottom: 4px;
	color: #f5a600;
}
#navpmarg {
	margin-top: 21px;
	margin-bottom: 22px;
	color: #f5a600;
}
.innertube {
	margin: 9px;
}