body {
	font-family: verdana, Arial, Helvetica, sans-serif, courier;
	font-size: 12pt;
	color: black;
	background-color: white;
	background-image: url(bg-headstock.jpg);
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 20px 215px;
}
:active, :focus {
	outline-style: none;
	-moz-outline-style:none;
}
p.footer {
	margin-top: 50px;
	margin-right: 50px;
	font-size: 8pt;
	text-align: right;
}
a:link {
	color: black;
	text-decoration: underline
}
a:visited {
	color: black;
	text-decoration: underline
}
a:hover {
	color: black;
	text-decoration: none
}
a:active {
	color: grey;
	text-decoration: underline
}
a.header {
	margin: 5px 30px 5px 0px;
	font-weight: bold;
}
img.floatLeft {
	float: left;
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 4px;
}
#dock {
	margin-left: 0;
	padding: 2px 5px 8px 5px;
	list-style-type: none;
	width: 525px;
	height: 95px;
	background: url(menu-background.jpg) no-repeat;
}
#dock li {
	display: block;
	float: left;
	padding: 0px 7px 2px 7px;
}
#dock li a {
	display: block;
	position: relative;
	text-decoration: none;
}
#dock li a:hover {
	text-decoration: underline;
	z-index: 100;
}
#dock li a span {
	position: absolute;
	width: 55px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 65px;
	margin-left: 0px;
}
#dock li a img {
	border: 0;
}
.menu-plug {
	width: 49px;
	height: 60px;
	background: url(menu-plug.gif) no-repeat;
}
.menu-plug:hover,
.menu-plug-on {
	width: 49px;
	height: 60px;
	background: url(menu-plug.gif) no-repeat;
}
.menu-switch {
	width: 49px;
	height: 60px;
	background: url(menu-switch-up.gif) no-repeat;
}
.menu-switch:link,
.menu-switch:visited {
	width: 49px;
	height: 60px;
	background: url(menu-switch-down.gif) no-repeat;
}
.menu-switch:focus,
.menu-switch:hover,
.menu-switch-on {
	width: 49px;
	height: 60px;
	background: url(menu-switch-up.gif) no-repeat;
}
.menu-power {
	width: 58px;
	height: 60px;
	background: url(menu-power-on.gif) no-repeat;
}
.menu-power:link,
.menu-power:visited {
	width: 58px;
	height: 60px;
	background: url(menu-power-off.gif) no-repeat;
}
.menu-power:focus,
.menu-power:hover,
.menu-power-on {
	width: 58px;
	height: 60px;
	background: url(menu-power-on.gif) no-repeat;
}
.menu-knob {
	width: 58px;
	height: 60px;
	background: url(menu-knob-at-10.gif) no-repeat;
}
.menu-knob:link,
.menu-knob:visited {
	width: 58px;
	height: 60px;
	background: url(menu-knob-at-1.gif) no-repeat;
}
.menu-knob:focus,
.menu-knob:hover,
.menu-knob-on {
	width: 58px;
	height: 60px;
	background: url(menu-knob-at-10.gif) no-repeat;
}
