html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #D8D8D8 url('../images/background.jpg') repeat-x;
	font-family:arial,sans-serif;
	font-size:small;
	color:#000000;
}

div#container {
	width: 830px;
	margin: 0 auto;
	height: auto !important;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
a {
	color: #1B76D6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.navigation {
	color: #000000;
	text-decoration: none;
}
a.navigation:hover {
	color: #999999;
}
.listings {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #999;
}
.listings th {
	text-align: left;
	padding: 4px;
}
.listings td {
	padding: 4px;
}
.listings .highlight {
	background: #eee;
}
.listings input {
	border: 1px solid #999;
}