html, body 
{
	margin: 0; padding: 0; font-size: 100%;
}
body
{
	height: 100%; 
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background-color: #2F2B23; /*#EDD796*/
	text-align: center;
}
div#header
{
	background: url('../images/logo.sized.jpg') 0 0 repeat;
	background-position: left;
	background-color: black;
	left: 0;
	top: 0;
	height: 100px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
}
div#menu
{
	position: absolute;
	left: 0;
	width: 200px;
}
div#linkbar
{
	padding: 1px;
	margin-left: 200px;
	right: 0;
	background-color: #AF2026;
	color: white;
	text-align: right;
	letter-spacing: 1px;
	border-left: 4px double black;
}
span#info
{
	text-align: right;
	right: 0;
	margin-right: 5px;
}
span#status
{
	text-align: left;
	margin-right: 100px;
	left: 0;
}
div#holder
{
	height: 100%;
	padding: 0 0 20% 0;
	margin-left: 200px;
	margin-bottom: 0px;
	bottom: 0;
	background: #9F4627;
}
div#content
{
	height:100%;
	border-left: 4px double black;
	border-right: 4px double black;
	padding: 8px;
/*	background: url('../images/semilogo.jpg') 0 0 repeat;*/
	background-color: #dad7d5;
	position: relative;
	margin: 0px;
	bottom: 0;
	color: blue;
	height: 100%;
}
div#place
{
	height: 100%;
	bottom: 0;
	margin-left: 170px;
	margin-bottom: 0px;
	position: relative;
	padding: 0;
	background-color: white;
	right: 170px;
}
div#right
{
	position: absolute;
	right: 0;
	width: 170px;
	color: black;
}
div.article
{
	background-color: #ebdfb3;
	font-size: 14px;
	color: #794926;
	border: 1px solid black;	
	text-align: left;
	padding: 7px 3px 3px 7px;
	margin: 4px;
}
.center
{
	text-align: center;
}
.centeralign
{
	text-align: center;
}
.center img
{
	border: 1px solid black;
}
span.title
{
	display: block;
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 2px 0px 5px 2px;
}
span.titleb
{
	display: block;
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 2px 0px 5px 2px;
	letter-spacing: 12px;
}
span.subtitle
{
	display: block;
	color: black;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
div.text
{
	padding: 3px;
	margin-left: 4px;	
	margin-right: 6px;
}
ul#menulist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.exp
{
	display: block;
	font-size: 9px;
	margin: 0px 0px 0px 45px;
	padding: 0px;
	text-decoration: underline;
	color : #DFC08B;
}
.expt
{
	display: block;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color : #DFC08B;
}
.expu
{
	display: block;
	font-size: 13px;
	margin: 0px 0px 0px 45px;
	padding: 0px;
	text-decoration: underline;
	color : #DFC08B;
}

a.nav
{
	display: block;
	margin: 15px 0px 15px 0px;
	padding: 3px;
}
a.nav:link, a.nav:visited
{
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color : #f7cf19;
}
a.nav:hover
{
	color: black;
	background-color: white;
}
a.nav:focus, a.nav:active  { outline: none }
#pagetitle 
{
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 310%;
	color: white; 
	letter-spacing: 30px;
	font-weight: 900;
}
li.shoplist
{
	width: 100%;
	list-style-type: none;
	border: 4px solid black;
	padding: 5px;
	margin: 4px;
	float: right;
	clear: both;
}
#quote
{
	border-top: 14px double #DFC08B;
	border-bottom: 14px double #DFC08B;
	background-color: #AF8336;
	text-align: left;
	margin: 0px;
	padding: 3px;
}
#quote h3
{
	font-size: 13px;
	font-weight: bold;
}
ul#lowermenu
{
	list-style-type: circle;
}
#quote li
{
	display: block;
}
a img
{
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a.shoplink
{
	margin: 0px 0px 10px 0px;
	display: block;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#wrapper 
{
  margin: 5px 0px 5px 0px;
  padding: 2px;
  color: black;
}
div.left 
{
	float: left;
	margin-left: 6px;
	width: 97%;
	padding: 5px 5px 5px 0;
	background-color:  #BF9883; /*  #c3c8c3; */
	border: 4px solid black;
}
div.right 
{
	float: right;
	margin-right: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background-color: #BF9883;
	border: 4px solid black;
}
div.clear 
{
  clear: both;
  margin: 0;
  padding: 0;
}
div.bottombox
{
	text-align: left;
	background-color: #233622;
	margin: 8px 10px 5px 10px;
	color: #eef7e2;
	font-size: 110%;
	padding: 15px;
/*	border: 0px solid black;*/
	position: relative; 
} 
a.sswitch
{
	color: #000000;
	font-weight: bold;
}
a.sswitchc
{
	color: #000000;
	font-weight: bold;
	font-size: 115%;
}
div#bottomimg
{
	margin : 0; 
	margin-top: 20px;
	padding: 0px;
}
div#bottoming img
{
	margin: 0;
	padding : 0;
}
.loginform p
{
	text-align: right;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	font-weight: bold;
}
.regform p
{
	text-align: right;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 240px;
	font-weight: bold;
}
h1
{
	color: black;
	font-size: 210%;
	letter-spacing: 10px;
	font-weight: bold;
}
.regform p.center
{
	text-align: center;
	margin: 0;
}
.loginerror
{
	color: red;
	font-size: 130%;
}
.loginerror .message
{
	color: white;
}
div.bigimg 
{
	text-align: center;
}
ul.thumblist
{
	list-style-type: none;
}
.bigimg img
{
	border: 3px solid black;
	padding: 0px;
	margin: 15px;
}
.thumblist li
{
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.bottomboxb
{
	text-align: left;
	background-color: #233622;
	color: #eef7e2;
	font-size: 110%;
	padding: 15px;
	margin: 0;
	position: relative; 
}
.rightalign
{
	text-align: right;
}
.leftalign
{
	text-align: left;
}
div.article a:link
{
	color: black;
	margin: 1px;
}
div#wrapper a:link, #wrapper a:visited, #wrapper a:hover
{
	color: black;
	margin: 1px;
	font-weight: bold;
}
span.otherinfo
{
	text-align: center;
	display: block;
	font-size: 80%;
	color: black;
}
div#filler
{
	height: 100%;
}
div#underconst
{
	height:100px;
	background-color: #AF2026;
}

.leftfloat {
	float:left;
	height: 400px;
}

