body { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 0;
	background-color: #8DBED4;
	color: #000000;
}

li {
	list-style: none;
	margin-bottom: 10px;
}

#wrapper {
	margin-left: auto;   /* center wrapper */
	margin-right: auto;
	width: 750px;
	text-align: left;   /* default all text to left justify */
}
#headerwrapper{
	width:750px;
}

#logo {
	float: left;
	width: 300px;
	height: 126px; 
}

#contentwrapper{
	width:750px;
	clear: both;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width:750px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right:5px;
	margin-bottom: 5px;
	text-align:justify;
	font-weight: bold;
}

.img-right {
	float: right;
	margin-left: 10px;
	width: 300px;
	margin-bottom: 10px;
}

.img-left {
	float: left;
	width: 300px;
	margin-right: 35px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#motor-pic {
	float: right;
}

.consignment-title {
	font-weight: bold;
}

.consignment-title2 {
	font-weight: bold;
	margin-top: 100px;
}

.consignment-list {
	margin-top: 85px;
}
	
#contact-info {
	margin-top: 90px;
}

.contact-img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}	

#footer {
	font-size: 9px;
	text-align: center;
	width:750px;
	height:50px;
	border-top: solid black 1px;
	clear:both;
}

.footerinfo {
	text-align: left;
	width: 550px;
	float: left;
}

.footerlinks {
	text-align: right;
	width: 200px;
	float: right;
}