body,html {
	background: #ffffe7;
	text-align: center;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
}
#warning a {
 color: white;
}
#warning a:visited {
 color: white;
}
#warning a:hover {
 color: gray;
}
#warning {
 position: absolute;
 top: 0;
 padding-top: 4px;
 padding-bottom: 4px;
 z-index: 99;
 font-size: 16px;
 color: #ff0000;
 font-weight: bold;
 width: 100%;
 background: black;
}
h1 {
	font-size: 16px;
	color: RGB(0,121,29);
	letter-spacing: .03cm;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif
}
.deals li {
	list-style-image: url('images/square.gif');
	list-style-type: square;
}
table {
	margin: 10px;
}
.deals {
	position: absolute;
	left: 180px;
	top: 10px;
	width: 550px;
	text-align: left;
}
.footer {
	position: absolute;
	left: 180px;
	width: 550px;
	text-align: center;
}
.deals .pad {
	padding-left: 50px;
	list-style-image: url('images/square.gif');
	list-style-type: square;
}
.pad li {
	margin: 10px;
}
#menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 180px;
	color: black;
	font-size: 10pt;
	padding-top: 20px;
	height: 100%;
	background: url('images/rainier.jpg') no-repeat;
}
#menu ul, #menu li { margin: 0; padding-left: 5px; list-style-image: none; list-style-type: none; }
#menu a, #menu a:visited, #menu hr {
	position: relative;
	left: -10px;
	text-decoration: underline;
	font-size: 12px;
	color: white;
}
#menu a:hover, #menu a:hover:visited {
	letter-spacing: 1px;
}