* { padding:0; margin:0; }

body {
	background-color: #d2b48c;
	font-size: 100%;
	background-image: url("images/tannish_bg.jpg");
	min-width: 490px;
	font-family: Verdana, sans-serif;
}

div#wrap {
	width: 450px;
	margin: 10px auto;
	padding: 10px;
	background-color: #3e3e3e;
}

h1 {
	width: 450px;
	height: 72px;
	position: relative;
	color: white;
	background-color: #ffd700;
	text-align: center;
}
h1 span {
	display:block;
	left:0;
	top:0;
	z-index:1;
	background: url("images/lifefeednet.gif") top left no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

h2#available {
	width: 450px;
	height: 40px;
	position: relative;
	color: white;
	background-color: #004a80;
	text-align: center;
}
h2#available span {
	display:block;
	left:0;
	top:0;
	z-index:1;
	background: url("images/available.gif") top left no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
div#available {
	width: 280px;
	background-color: #A1C1E5;
	background-image: url("images/blue-side.jpg");
	background-repeat: repeat-y;
	padding: 10px 10px 10px 160px;
	text-align: center;
}

h3#smallthings {
	margin: 10px 0px;
	font-family: Verdana;
	font-size: 150%;
	font-weight: bold;
	color: #678;
}
div#smallthings {
}

h2#working {
	width: 450px;
	height: 40px;
	position: relative;
	color: white;
	background-color: #488b19;
	text-align: center;
}
h2#working span {
	display:block;
	left:0;
	top:0;
	z-index:1;
	background: url("images/comingup.gif") top left no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
div#working {
	width: 280px;
	background-color: #A3D39C;
	background-image: url("images/green-side.jpg");
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px 160px 10px 10px;
	text-align: center;
}

div#footer {
	text-align: center;
	margin-top: 10px;
}

a, a:visited {
	color: #333;
}

div#footer a, div#footer a:visited {
	color: white;
	font-size: 20px;
}

ul {
	list-style: none;
}

p.opera7bug {
	width: 450px;
	padding: 20px;
	margin: 10px auto;
	border: 1px solid black;
	text-align: left;
	background-color: #f5f5f5;
	color: black;
}
p.opera7bug b {
	color: #cd5c5c;
}