body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background-color: #669900;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.container h1 {
	display: block;
	height: 140px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	text-align: center;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.container .nav {
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 770px;
	text-align: center;
}
.container .nav #nav-dealers, 
.container .nav #nav-directions, 
.container .nav #nav-poster, 
.container .nav #nav-schedule, 
.container .nav #nav-contact {
	text-align: center;
	display: block;
	height: 44px;
	float: left;
	padding-top: 10px;
}
.container .nav #nav-dealers span, 
.container .nav #nav-directions span, 
.container .nav #nav-poster span, 
.container .nav #nav-schedule span, 
.container .nav #nav-contact span {
	display: none;
}
.container .nav #nav-dealers {
	width: 132px;
	margin-left: 61px;
	background: url(images/nav-dealers.png) no-repeat;
}
.container .nav #nav-directions {
	width: 106px;
	background: url(images/nav-map.png) no-repeat;
}
.container .nav #nav-poster {
	width: 127px;
	background: url(images/nav-poster.png) no-repeat;
}
.container .nav #nav-schedule {
	width: 154px;
	background: url(images/nav-schedule.png) no-repeat;
}
.container .nav #nav-contact {
	width: 137px;
	background: url(images/nav-contact.png) no-repeat;
}
.container .content {
	background-color: #F1EFA9;
	margin: 0px;
	padding-top: 10px;
	background-image: url(images/bottom.png);
	background-position: bottom;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	position: relative;
	width: 770px;
}
.container .footer {
	background-image: url(images/footer.png);
	height: 31px;
	width: 740px;
	font-size: 12px;
	text-align: center;
	padding: 15px;
}
.container .content .prices {
	height: 140px;
	width: 180px;
	position: absolute;
	top: 15px;
	right: 5px;
	background-image: url(images/prices.png);
	background-repeat: no-repeat;
}
.container .content .prices span {
	display: none;
}
h2 {
	display: block;
	clear: both;
	height: 90px;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
}
h2 span {
	display: none;
}
h2.dealers {
	background-image: url(images/title-dealers.png);
	background-repeat: no-repeat;
}
h2.directions {
	background-image: url(images/title-directions.png);
	background-repeat: no-repeat;
}
h2.poster {
	background-image: url(images/title-poster.png);
	background-repeat: no-repeat;
}
h2.schedule {
	background-image: url(images/title-schedule.png);
	background-repeat: no-repeat;
}
h2.contact {
	background-image: url(images/title-contact.png);
	background-repeat: no-repeat;
}
ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 20px 40px;
	line-height: 1.4;
}
li {
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 35px;
}
li img {
	padding-left: 20px;
}
.container .content p {
	margin: 20px 30px 0 60px;
}
.blocklink {
	text-decoration: none;
	background-color: #FF9900;
	display: block;
	padding: 2px;
	width: 400px;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
}
.container .content .blocklink:hover {
	background-color: #CE830B;
}
.to-top {
	position: absolute;
	width: 60px;
	right: 10px;
	bottom: 0px;
	height: 30px;
	display: block;
}
.container h1 span {
	display: none;
}
