﻿/* CSS layout */
#masthead {
	width: 1000px;
	height: 100px;
	background-image: url('images/bulldozer-for-sale-logo-boxed.jpg');
	text-align: center;
	background-repeat: no-repeat;
}
#top_nav {
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	height: 36px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url('images/nav-background.jpg');
	background-repeat: no-repeat;
	padding-left: 200px;
}
#container {
height: 600px;
	position: relative;
	width: 1000px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
	background-image: url('images/home/bo-fade.jpg');
	background-repeat: repeat-y;
}
#left_col {

	float: left;
	width: 190px;
	margin: 0;
	background-image: url('images/home/bo-fade.jpg');
	background-repeat: repeat-y;
}
#page_content {
height: 600px;
	margin-left: 200px;
	clear: none;
	background-image: url('images/bulldozer-cutout-light-toony-m.jpg');
	background-repeat: no-repeat;
}
#footer {
	width: 1000px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
	text-align: center;
}
/* Styles for Navigation */
#top_nav  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_nav  li {
	float: left;
}
#top_nav  a {
	border-style: solid;
	border-color: #333333;
	border-width: 1px 2px 2px 1px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 2px 1px 0px 1px;
	padding: 5px;
	display: block;
	background-color: #C0C0C0;
	background-image: url('images/home/nav-bg.jpg');
	background-repeat: repeat-x;
}
#top_nav  a:hover {
	border-style: solid;
	border-color: #333333;
	border-width: 2px 1px 1px 2px;
	background-color: #CCCCCC;
	color: #808080;
}

.h1Body {
	font-size: medium;
}
