body {
	/* NOTE:
	   Rancid bug in IE workaround! IE only supports centering DIV's by
	   enclosing them in a block-display element, using the text-align
	   property, which is obviously a bug.	Therefore, we are exploiting a
	   this bug to work around another, here.
	 */
	text-align: center;
	margin-bottom: 20px;
}

form {
	padding: 0px;
	margin: 0 0 10px 0;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	/* Rancid bug in IE workaround */
}

#quickmenu {
	text-align: right;
	height: 26px;
}

#banner {
	width: 780px;
	height: 83px;
}

#mainmenu {
	height: 26px;
}

#body {
	vertical-align: top;
	width: 75%;
	padding: 20px 20px 0px 20px;
}

#sidebar {
	width: 25%;
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}

#footer {
	margin-top: 10px;
	text-align: center;
}

.emph {
	color: #C00;
}

.notice {
	color: #C00;
}

.error {
	color: #C00;
	font-weight: bold;
}

.formfld {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.flddescr {
	width: 20%;
}

.fldelem input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	width: 80%;
}

.fldelem textarea {
	width: 100%;
	height: 300px;
}

.formlastline {
	margin-top: 10px;
	text-align: center;
}

.formlastline input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	width: 100px;
}

.flderr {
	color: red;
}

#admin {
	margin-bottom: 10px;
}

#logoheader {
	text-align: center;
}

#categoryheader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ff2bca;
	width: 97%;
	border-bottom: dotted #ff2bca 1px;
	padding-top: 10px;
	margin-bottom: 0px;
}

#discount {
	font-size: 7pt;
}

.table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.tablehead td {
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.table td {
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
}

