body {
	margin:0px;
	padding:0px;
	font-family:Baskerville, "Bakserville Old Face", Times;
}
#wrapper {
	width:1000px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/middle.png);
	padding-top:15px;
}
#header {
	height:244px;
	width:1000px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/flashback.png);
}
.top {
	background-image: url(../images/top.png);
	width:1040px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
}
.bottomwrap {
	background-image: url(../images/bottom.png);
	width:1040px;
	height:37px;
	margin-left:auto;
	margin-right:auto;
}
#leftcol {
	width:249px;
	float:left;
	margin-right:70px;
}
.logo {
	width:249px;
	height:148px;
	background-image:url(../images/logo.png);
	margin-bottom:24px;
}
#content {
	width:660px;
	float:left;
}
#content h1 {
	width:660px;
	border-bottom:#9A6B38 1px solid;
	font-family:"Atilla Normal", "century gothic", arial;
	font-size:30px;
	font-weight:normal;
	color:#A54499;
	padding-bottom:10px;
	margin-bottom:20px;
}
#content h2, .heading {
	font-family:"Atilla Normal", "century gothic", arial;
	font-size:14px;
	font-weight:bold;
	color:#A54499;
	padding-bottom:10px;
	margin-top:20px;
}
#content p, #content td, #content th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9A6B38;
	margin-bottom:10px;
	line-height:18px;
}
.menu1 {
	width:150px;
	background-image:url(../images/menu1px.png);
	background-repeat:repeat-y;
}
.menu2 {
	width:150px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}
#menucontainer {
	width:249px;
	padding-left:72px;
	float:left;
}
#menucontainer li {
	margin:0px;
	padding:0px;
}
#menucontainer a {
	display:block;
	font-family:"Atilla Normal", "century gothic", arial;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	padding-left:12px;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:8px;
	padding-top:8px;
}
#menucontainer a:hover, #menucontainer .selected {
	background-color:#812773;
	color:#FFFFFF;
}
a#home:hover, a#home .selected {
	background-color:none !important;
	background-image:url(../images/purplecorner.png);
	color:#FFFFFF;
}
#menucontainer ul {
}
#menucontainer ul ul li {
	background-color:#FFFFFF;
}
#menucontainer ul ul {
}
#menucontainer ul ul li a {
	color:#9A6B38;
}
#footer {
	clear: both;
	width: 890px;
	padding-top:5px;
	background-repeat: no-repeat;
	color:#999999;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Atilla Normal", "century gothic", arial;
}
#footer p {
	font-size: 9pt;
	text-align:center;
}
#footer a {
	color:#999999;
}
.viewbasket {
	float:right;
	margin-top:-58px;
}
hr {
	border:0;
	height:1px;
	color:#9A6B38;
	background:#9A6B38;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
label, .label {
	color:#A54499;
	font-weight:bold;
}