html {
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #FFFFFF url(media/menu_back_new.jpg) no-repeat left top;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

#index {
	background-image: none;
}

#index h1, #index h2 {
	color: #0000FF;
	font-weight: bold;
	font-size: 18px;
}

.consignment {
	color: #FF0000;
	text-decoration: underline;
}

.sitelist {
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}

.sitelist li {
	background: url(media/bullet_arrow.gif) no-repeat 0 2px;
	padding: 0 0 10px 17px;
	margin: 0;
}

.sitelist ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#footer {
	font-size: 13px;
	text-align: center;
}