body {
	background: #e8e7d5;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 10px;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	color: #422e9e;
	font-size: 110%;
}

dl {
	margin-top: 0;
	margin-bottom: 1em;
	color: #422e9e;
}

dd {
	margin: 0px;
	width: 80%;
}

dt {
	margin: 0px;
}

.line {
	border-bottom: 1px dashed #422e9e;
}

.sitemap {
	text-indent: 25px;
}

.addons {
	margin: 0px;
}

a:link { color: #422e9e; }
a:visited { color: #422e9e; }

p.header {
	/* page headers */
	font-size: 120%;
	font-weight: bold;
	color: #422e9e;
	text-align: center;
	margin-top: 0;
}

h1 {
	/* page headers */
	font-size: 150%;
	font-weight: bold;
	color: #422e9e;
	text-align: center;
	margin-top: 2em;
}

h2 {
	/* menu headers */
	font-size: 120%;
	font-weight: bold;
	color: #422e9e;
	margin-top: 1em;
	margin-bottom: 0;
}

h3 {
	/*emphasis */
	font-size: 120%;
	font-weight: bold;
	color: #422e9e;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	color: #422e9e;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 90%;
	font-weight: normal;
	color: #422e9e;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

h6 {
	/* small all-purpose text */
	font-size: 80%;
	font-weight: normal;
	margin-top: -1em;
	color: #422e9e;
}

#header {
	/* includes header pic and top navigation */
	width: 100%;
	height: 200px;
	padding: 0; 
	margin: 0;
	background-color: #e8e7d5;
	text-align: center;
}

#navcontainer {
	/* top navigation */
	margin: 20px 0 0 0;
	background-color: #422e9e;
	width: 100%;
}

#navcontainer ul li { display: inline;}

#navcontainer ul li a {
	padding: 0.2em;
	background-color: #422e9e;
	color: #e8e7d5;
	text-decoration: none;
	text-align: center;
	float: left;
	border-right: 1px solid #e8e7d5;
	border-left: 1px solid #e8e7d5;
	width: 23%;
	height: 20px;
}

#navcontainer ul li .here {
	background-color: #1d0d69;
	color: #e8e7d5;
}

#navcontainer ul li a:hover {
	background-color: #1d0d69;
	color: #e8e7d5;
}

#main { 
	width: 95%;
	background:#e8e7d5;
	font: 14px/18px verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
}

#menu { 
	width: 90%;
	background:#e8e7d5;
	font: 14px/18px verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding: 10px 40px 0 40px;
}

.right {
	text-align: right;
	float: right;
}

.price {
	float: left;
	padding-left: 25px;
}

.imgright {
	padding-right: 50px;
	padding-left: 20px;
	float: right;
}

.imgleft {
	padding-right: 20px;
	padding-left: 50px;
	float: left;
}

.center {
	text-align: center;
}

#bottom {
	padding: 20px;
	font-size: 50%;
	text-align: center;
}

