* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
	float: left;
}
#header {
 width: 770px;
 float: left;
 border: none;
 height: 111px;
}
#leftcolumn {
	padding: 5px;
	height: auto;
	width: 150px;
	float: left;
	background-image: url(../../images/navbg.jpg);
	background-repeat: no-repeat;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 padding-top: 10px;
 height: 1000;
 width: 585px;
 display: inline;
}
#footer { 
 width: 770px;
 clear: both;
 color: #333;
}
#navigation {
	float: left;
	padding-left: none;
	position: relative;
}
.nav-button {
	background-image: url(../../images/button.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: left top;
	display: block;
	width: 133px;
	position: relative;
	padding-left: 10px;
}
.nav-button:Hover {
	background-image: url(../../images/button_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#current-price {
	display: block;
	float: left;
	padding-top: 35px;
	width: 130px;
	padding-bottom: 10px;
}
#company-info {
	display: block;
	float: left;
	padding-top: 135px;
	padding-left: 5px;
	width: 140px;
	padding-bottom: 10px;
}
#top-pic {
	display: block;
	float: right;
	width: 187px;
}
#list-left {
	display: block;
	float: left;
	width: 80px;
	padding-left: 30px;
	padding-top: 5px;
}
#list-right {
	display: block;
	float: left;
	width: 95px;
	padding-left: 25px;
	padding-top: 5px;
}
#map {
	display: block;
	float: right;
	width: 280px;
	padding-right: 30px;
}
#formwrapper {
	float: left;
	width: 375px;
	padding-left: 25px;
}
#home-pic {
	float: left;
	width: 475px;
	padding-left: 75px;
	padding-top: 30px;
}