body	{
	background-color: #006b33;
	background-image: url(md_images/bgtop.jpg);
	background-repeat:repeat-x;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
}
#container	{
	position: relative;
	width: 800px;
	background: #FFF;
	min-height: 800px;
	margin: 0px auto;
}
#wrapper1	{
	position: relative;
	width: 100%;
	background: #FFF url("md_images/rightcol.jpg") repeat-y top right;
	min-height:650px;
}
#leftcol	{
	position: absolute;
	width:150px;
	margin-left:20px;
	margin-right:20px;
	margin-top:70px;
	float:left;
	z-index: 5;
}
* html #leftcol	{
	margin-left: 10px;
}
#rightcol	{
	width:150px;
	float:right;
	background-color: #FC6;
	padding:5px;
}
#rightcol h3	{
	color: #C03;
}
#centercol	{
	position: relative;
	padding-left: 190px;
	width: 420px;
	line-height: 175%;
}
cite	{
	font-size: 9px;
	margin-left: 10px;
	font-style: italic;
}
#footer	{
	position: relative:
	width: 100%;
	clear: both;
}
#info	{
	text-align: center;
	line-height: 175%;
	text-size: 14px;
}
.caption	{
	font-style: italic;
	border-top:4px solid #C90;
	padding-top: 3px;
	line-height: normal;
}
#box	{
	border:1px solid #C90;
	padding: 3px;
}
.sizechart	{
	text-align:center;
	border: 1px solid #C90;
	background-color: #FFF;
}
.sizechart th	{
	background-color: #C90;
	font-weight: bold;
}
.sizechart caption	{
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
.credits	{
	background-color: #006b33;
	width: 100%;
	padding: 5px 0px;
	text-align:center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.oddrow	{
	background-color: #FC6;
}
.creditslink	{
	color: #000;
}
h1, h2	{
	font-size: 24px;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	margin-top:20px;
}
* html p	{
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.store th	{
	background-color: #030;
	color: #FFF;
	font: bold 11px Verdana,Arial,sans-serif;
	padding: 3px;
}
.store tr	{
	border-bottom: 1px solid #060;
}
.store td	{
	padding: 3px;
	border-bottom: 1px solid #060;
	border-right: 1px solid #60;
}
a.adminButton	{
	color: #000;
	background-color: #9C0;
	border: 1px solid#363;
	font: bold 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	padding: 5px;
	text-decoration: none;
}
a.adminButton:hover	{
	background-color: #CF3;
}
h2.topheader	{
	margin-top: 0px;
}