/* CSS Document */
body{
	background-color:#d4e7fc;
	padding: 0;
	margin: 0;
}
h1{
	font-size:32px;
	color: #040335;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	margin-top:0px;
}
h1 span{
	color:#A6A90A;
}
h2{
	font-size: 16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#4E4E4E;
}
.wrapper{
	width:804px;
	background: url(../images/conveyor-systems.jpg) top left repeat-y;
	margin: 0 auto;
	font-family:"MS Sans Serif4", Geneva, sans-serif;
	color:#2C2C2C;
	font-size: 12px;
}
.used-conveyors {
width: 804px;
height: 246px;
background: url(../images/used-conveyors.jpg) no-repeat;
margin: 0;
padding: 0;
}
.main-content {
padding-left: 180px;
position: relative;
}
.nav {
position: absolute;
top: 0;
left: 0;
width: 180px;
margin-left: -30px;
line-height: 3em;
}
.nav ul {
list-style-type: none;
list-style: none;
}
.nav ul li a {
color: #FFF;
text-decoration: none;
}
.nav ul li a:hover {
text-decoration: underline;
}