html {
	margin: 0;
}
body {
	margin: 0;
	background-color: #cccccc;
}
img {
	border: none;
}
#topcontainer,#middlecontainer,#bottomcontainer {
	width: 100%;
}
#topcontainer {
	background-color: #006633;
	border-bottom: 1px solid black;
	height: 55px;
}
#middlecontainer {
	background-color: #e6e6e6;
}
#bottomcontainer {
	border-top: 1px solid black;
}
#topbox,#errorbox,#okbox,#middlebox,#bottombox {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}
#topbox,#errorbox,#okbox,#bottombox {
	width: 750px;
}
#topbox {
	height: 100%;
	color: white;
}
#middlebox {
	width: 770px;
	/*padding-top: 20px; */
	padding-bottom: 10px; 
	overflow: hidden;
	min-height: 600px;
}
#bottombox {
	font-size: 8pt;
	padding-bottom: 10px;
	text-align:center;
}
/*  */
#shoppingbox {
	position: relative;
	width: 744px;
	padding-left: 10px;
	padding-right: 10px;
  margin: auto;
}
#topbox a {
	color: white;
	text-decoration: none;
}
#logobox {
	position: absolute;
	left: 10px;
	top: 7px;
}
#navbox {
	width: 100%;
	position: absolute;
	bottom: 1px;
	left: 0px;
	text-align:center;
}
#searchbox {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 8pt;
}
#searchbox form {
	margin: 0;
}
#searchbox input {
	font-size: 8pt;
}
#searchfield {
	width: 100px;
}
#errorbox,#okbox,#shoppingbox {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 1px;
}
#errorbox p,#okbox p {
	font-weight: bold;
}
#errorbox {
	background-color: #ff0000;
}
#okbox {
	background-color: #00ff00;
}
#shoppingbox {
	padding-bottom: 5px;
	background-color: #FBE43C;
	border: 4px solid red;
}
#shoppingbox p {
	margin: 0;
}
#shoppingbox a {
	font-weight: bold;
	color: red;
	font-style: normal;
}
#bottombox a {
	font-size: 8pt;
}