body {
	width: 100%; height: 100%;
	background: #527fab;
	margin: 1em 0em;
	font: 11pt Georgia, Garamond, Palatino, serif;
}
#container {
	background: white;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
body>table {
	width: 100%;
}

img {
	border: 0px none black;
}

p {
	background: transparent;
}

td {
	vertical-align: top;
}

#content {
	margin-top: 2em;
}

#content p, #content li {
	padding: 0em 1em;
	line-height: 18pt;
	font: 11pt Georgia, Garamond, Palatino, serif;
}

#content li {
	padding-left: 1em;
	margin-bottom: 5px;
}

#content:first-line {
	padding-top: 2em;
}
#content:last-line {
	padding-bottom: 2em;
}

#logo {
	width: 222px; height: 222px;
	background: white;
	margin-bottom: 40px;
}

#filler, #footer {
	border: 2px black solid;
	height: 28px;
}

#footer {
	text-align: center;
	margin-top: 3em;
	border: 2px solid black;
}
#footer p {
	font: 14px "ITC Kabel", Tahoma, Verdana, sans-serif;
	line-height: 31px;
	margin: 0em; padding: 0em;
}

#header {
	font: 14px "ITC Kabel", Tahoma, Verdana, sans-serif;
	line-height: 20px;
	text-align: right;
}

#filler {
	border-left: 0px none black;
	width: 100%;
}


#suppliers {
	width: 180px;
	text-align: center;
	border: 2px solid #527fab;
	padding: 5px 0px;
}

#navbar {
	height: 32px;
	z-index: 1;
}

#inventory, #inventory td {
	border: 1px solid #b8d8f7;
	font-size: 12px;
	text-align: left;
}
#inventory p {
	font-size: 12px;
	text-align: left;
}

#headRow td {
	font-weight: bold; border: none;
}

:link, :active, :visited {
	color: #084887;
	text-decoration: none;
}
:hover {
	color: #fc4128;
	text-decoration: underline;
}

