body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-align: center;
	background: #DDE4ED url(pix/pagebg.gif);
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #993333;
	text-align: center;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999900;
}
a {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
p {
	margin: 8px 0;
}
a {
    font-weight: normal;
    color: blue;
}
a:hover {
	color: #FF6600;
}
#header {
	margin: 0 auto;
	width: 750px;
	height: 71px;
	background: url(pix/headerbg.gif);
}
#alpha {
	position: relative;
	width: 734px;
	margin: 0 auto;
	background: url(pix/alphabg.gif) center repeat-y;
}
#flash {
	position: absolute;
	top: 0;
	left: 12px;
	width: 160px;
	height: 430px;
	z-index: 1000;
}
#title {
	position: relative;
	height: 99px;
	background: url(pix/titlebg.jpg) no-repeat center;
}
#title a {
	display: block;
	position: absolute;
	top: 25px;
	left: 175px;
	height: 45px;
	width: 200px;
}
#main {
	position: relative;
	min-height: 400px;
	height: auto;	
}
#leftmenu {
	float: left;
	margin-left: 12px;
	min-height: 350px;
	height: auto;
	width: 134px;
	background: url(pix/menubg.jpg) no-repeat;
	padding: 50px 6px 10px 6px;
}
#leftmenu a {
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
}
#pagetext {
	margin-left: 180px;
	height: auto;
	width: 530px;
	text-align: justify;
}
#pagetext img {margin: 4px 6px; border: 1px solid #660000; }
#clearer {
	clear: both;
}
.cart {
        background: #930;
        color: #FFF;
        font-weight: bold;
        padding: 3px;
}
.cartitem {
        padding:3px;
}
#footer {
	height: 11px;
	background: url(pix/footerbg.gif) no-repeat bottom;
}
#edit a {
	color: #D3DCE8;
	font-size: 10px;
	text-decoration: none;
}
#edit a:hover {
	color: #006699;
}
#bytds {
	font-size: 11px;
	font-weight: bold;
	color: #666699;
}
#bottom {
	font-size: 11px;
	color: #666699;
}
.container {
	margin: 10px 0 0 40px;
	border: 1px solid #CC6600;
	clear: both;
}
