body {
	margin: 0;
	padding: 0;
	background: #eef url('back.png') no-repeat 100% 100% fixed;
}
#header {
	background: #06f url('header.png') no-repeat 10px 50%;
	height: 120px;
}
#topmenu {
	background: #000;
	color: #fff;
	padding: 0 0 0 150px;
	margin: 0;
}
#topmenu li {
	margin: 0;
	padding: 0 1em 0 0;
	display: inline;
	font-size: 0.8em;
	line-height: 1.5em;
	background: url('breadcrumbarrow.png') 99% 50% no-repeat;
}
#topmenu li.last {
	padding: 0;
	background: none;
}
#topmenu a {
	color: #fff;
	text-decoration: none;
	border: none;
}
#topmenu a:hover {
	color: #fc0;
}

#leftmenu {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: center;
}
#leftmenu li {
	display: block;
	list-style: none;
}
#leftmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: none;
}
#leftmenu a:hover {
	background: #c08;
}
#leftmenu a:active {
	background: #fc0;
	color: #000;
}
#content {
	background: #80aede url('menuback.png') repeat-x;
}
#body {
	margin-left: 150px;
	background: #eef url('back.png') no-repeat 100% 100% fixed;
	padding: 1em;
}

input, select, textarea {
	border: solid;
	border-color: #c08;
	border-width: 1px;
	color: #359;
	background: #ddf;
}
input:hover, select:hover, textarea:hover {
	color: #ddf;
	background: #359;
}
