﻿body {
	background:#000;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#df0000;
}

.wrapper {
	padding:5px;
	vertical-align:top;
	background:#fff;
	width:900px;
}

#left {
	vertical-align:top;
	background:url(siteart/machine-bucket.jpg) no-repeat top right;
	width:603px;
}

.hdr {
	display:block;
	background:#000;
	padding:5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	letter-spacing:-.5pt;
	margin:5px 0;
}

.slide {
	border-top:1px #000 dotted;
	border-bottom:1px #000 dotted;
	padding:5px 0;
	display:block;
}

#right {
	vertical-align:top;
	width:287px;
	background:url(siteart/rightbg.jpg) no-repeat bottom;
}

.right-content {
	padding:73px 20px 0;
	display:block;
}

.right-hdr {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px #000 solid;
	display:block;
	margin-bottom:5px;
	letter-spacing:-.5pt;
}

.right-content ul{
	margin:0;
	padding:0;
	list-style:none;
}

.right-content li {
	display:block;
	float:left;
}

.right-content li a {
	text-decoration:none;
	font-size:14px;
	color:#000;
	border-bottom:1px #000 dotted;
	display:block;
	padding:5px 0;
	width:247px;
}

.right-content li a:hover {
	color:#df0000;
}