html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header {
	background-color: #3333cc;
	height: 10%;
}
#content {
	height: 80%;
	background-color: #66ccff;
}
#menu {
	background-color: #330066;
	float: left;
	width: 200px;
	height: 100%;
	color: #ffffff;
}
#center {
	margin-left: 200px;
}
#footer {
	background-color: #336699;
	height: 10%;
}
div#pageContainerOuter {
	border: none;
	width: 100%;
	text-align: center;
}
div#pageContainerInner {
	width: 980px;
	border: none;
}
div#pageHeader {
	background-image:url('../backgrounds/titlebar_background.jpg');
	height: 120px;
}
div#pageHeaderLinks {
	position: relative;
	top: 6px;
	right: -30px;
	border: none;
	width: 500px;
	text-align: right;
}
div#pageHeaderLinks ul {
	border: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#pageHeaderLinks li {
	margin: 0px;
	margin-right: 12px;
	display: inline;
}
div#pageHeaderLinks a {
	color: #444444;
}

div#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #C73CB3;
	margin: 12px 25px;
}

input.qtyField {
	width: 20px;
	font-size: smaller;
}

div.error {
	width: 570px;
	margin: 12px 26px;
	border: 1px solid #bb0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	color: #bb0000;
	background-color: #ffdddd;
	text-align: center;
	font-weight: bold;
}
