body {
	behavior:url("csshover.htc");
	margin: 0px;
	padding: 0px;
	font-family: "Optimus Princeps", Georgia, sans-serif; 
	font-size: 12px;
	color: black;
	background-color: white;
}
.starburst {
	margin-right: 10px;
}
.border {
	border: 1px solid black
}
.picdiv {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
}
.picdiv a {
	color: #871744;
}
#div1 {
	background-image: url(images/coldstorage.jpg);
	width: 600px; 
	height: 355px;
	padding-top: 50px;
}
#div2 {
	background-image: url(images/retaillabels.jpg);
	width: 600px; 
	height: 292px;
	padding-top: 40px;
}
#mainshell {
	background-image: url(images/mainback.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}
#header {
	background-image: url(images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #9E9E9E;
	width: 100%;
	text-align: center;
}
#copy {
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.diagram {
	width: 100%;
	text-align: center;
}
#headerleft {
	float: left; 
	height: 150px; 
	width: 250px;
	background-image: url(images/headerleft.gif);
}
#headerright {
	float: right;
	height: 150px; 
	width: 250px;
	background-image: url(images/headerright.gif);
}
h2 {
	font-size: 24px;
	color: #871744;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #580431;
}
h3 {
	font-size: 20px;
}
#menubar {
	height: 40px;
	width: 100%;
	text-align: center;
	background-color: #871744;
	border-top: 1px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}
#copyright {
	width: 400px; font-weight: bold; text-align: center; margin: 115px auto 20px auto;
}