#container{
	background-color: #000;
	margin: auto;
	width: 600px;
}
#footer{
	position: relative;
	background-color: #000;
	margin: auto;
	width: 600px;
	height: 35px;
	color: #444;
	font-size: 10px;
}
#footer	a, a:visited, a:active, a:link{
	color: #444;
	font-size: 10px;
}
#footer	p{
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	margin: 0 10px;
}
#footer	a img{
	margin: 0 10px;
	border: 0;
}
#header{
	height: 100px;
	margin: auto;
	width: 600px;
}
#listdiv{
	background-color: #000;
	height: 400px;
	position: relative;
	width: 600px;
	padding: 3px 0px;
	overflow: auto;
	z-index: 2;
}
#help{
	background-color: #001;
	border: 10px solid #000;
	border-color: #000;
	color: #66a;
	display: none;
	padding: 10px;
}
#righty{
	background: url(paper.gif) top left repeat-y;
	border: 5px solid #111;
	color: #000;
	margin: 3px 10px 0 0;
	padding: 5px;
	position: absolute;
	right: 0;
	width: 230px;
}
#notes{
	width: 100%;
	padding: 0 10px;
}
#notes a{
	font-size: 10px;
	margin: 1px 5px;
}
a#helplink{
}
a, a:visited, a:active, a:link{
	color: #a66;
}
a:hover{
	color: #b77;
}
body{
	background-color: #fff;
	color: #66a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
form#items{
	color: #66a;
	left: 0;
	margin: 5px;
	position: absolute;
}
h1{
	text-align: center;
}
h2{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
div.col{
	margin: 0;
	padding: 0;
	border: none;
}
input.delBtn{
	margin: 0 0 0 3px;
	width: 25
px;
}
select, input{
	background-color: #000;
	color: #bbf;
	border: 1px solid #666;
	border-width: 1px 1px 1px 1px;
	margin: -1px 2px 0 2px;
}
select:focus, input:focus{
	background-color: #600;
}
text{
}
@media print{
	#header{
		display: none;
	}
	#footer{
		display: none;
	}
	#items{
		display: none;
	}
	#help{
		display: none;
	}
	#notes{
		display: none;
	}
	#listcount{
		display: none;
	}
	body{
		background-color: #fff;
		font-size: 12px;
		text-decoration: none;
	}
	h2{
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
	}
	div.col{
		float: left;
		top: 0;
		margin: 0 0 0 30px;
	}
	#listdiv{
		background-color: none;
		height: inherit;
		position: relative;
		width: inherit;
		overflow: none;
		z-index: 2;
	}
	#righty{
		background: none;
		border: none;
		float: none;
		font-size: 14px;
		width: inherit;
		margin: 0;
		padding: 0;
		position: relative;
		right: inherit;
	}
}