html{
	background-color: black;
	margin: 0;
	padding: 0;
	color: #FFFFCC;
	}
body{
	margin: 0;
	padding: 0;
	}
/* a def that is probably overridden according to the shape of he background picutre */
#contents{
	width: 800px; 		/* the width must be constrained because of the left hand sideof the cave */
	margin-left: 200px;
	padding-top: 0px;
	margin-top: 0px;
	}
/************trailer menu ***********************/
/*  alter this in other pages if necessary *****/
.trailerMenuBox{
	clear: both;  /* the clear fix to make sure that it goes below everything */
	margin: auto;
	width: 90%;
	margin-top: 2px;
	text-align: center;
	}
.trailerMenuList{
	margin: auto;
	width: 90%;
	}
.trailerMenuList li {
	display: inline;
	margin-left: 2%;
	margin-right: 2%;
	font-size: small;
	}
.trailerMenuList li a{
	font-weight:bold;
	font-size: small;
	color: #FFFF00;
	}
/*********** 3 col layout *********/
.threeCols .leftTwo {
	float: left;
	width: 67%;
	}
.threeCols  .leftTwo .oneOfThree {
	float: left;
	width: 49%;
	text-align: center;
	}
.threeCols  .leftTwo .twoOfThree {
	float: right;
	width: 49%;
	text-align: center;
	}
.threeCols .threeOfThree {
	float: right;
	width: 32%;
	text-align: center;
	}
/****************** 2 coll layout **********************/
.oneOfTwoCols {
	text-align: center;
	margin: 0.25em;
	float: left;
	width: 45%;
	}
.twoOfTwoCols {
	text-align: center;
	margin: 0.25em;
	float: right;
	width: 45%;
	}

/*** a bit specific perhaps it should be in its own file ****************/
#pageContents .threeCols .leftTwo .twoOfThree img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
h1 {
	text-align: center;
}
h3 {
	text-align: center;
	width: 99%;
	}
/********** special display clases ************************************/
.boxed {
	padding: 2px;
	border: medium inset #FFFFCC;
	margin: 2px;
	}
.clearFix{
	clear: both;
	margin: 0px;
	padding: 0px;
	}
.noViz{
	position: absolute;
	left: -5000px;
	top: -5000px;
	}
.supplimPara{
	font-size:larger;
	font-weight: bold;
	}
.errorPara{
	color: red;
	font-size:larger;
	font-weight: bold;
	border_width: medium;
	padding: 0.25em;
	border: medium ridge #FFFF99;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
	}
/* normal disabled marking makes itlight grey which is hard to see, this improves visibility */
.disabled {
	font-weight: bolder;
	background-color: #EEEEEE;
	color: #666666;
}
.star{
	position:absolute;
	visibility:visible;
	top:-50px;
	left:0px;
	width:50px;
	height:50px;
	font-size: 1px;
	}
.pageHeader {
	font-size: large;
	font-weight: bold;
}
.highlight {
	font-size: large;
	font-weight: bold;
	color: #009900;
}
/************ Provide a default location ********************/
#eoLogo{
	/*position: absolute;*/
	left: 7px;
	top: 7px;
	padding: 0;
	}
/***** all rights reserve *************************/
#arr {
	font-size: smaller;
	margin: auto;
	text-align: center;
}
/********************************************************/
.paramInfoStart{
	display: none;
	}
/*****************  testing testing ************************/
		
#betaFlag {
	position: absolute;
	left: 900px;
	top: 75px;
}
#shopKeeperHome #contents #sample object {
	border: thick inset #FFFFCC;
}

