/* CSS Document */

* {
		margin:0;
		padding:0;
}

a {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline}

h1 {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}

#container {
	text-align : left;
	width : 1100px;
	margin: auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

#image-top {
	width : 1100px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/website/1top-image.jpg);
	height: 199px;
}

#image-left {
	display: inline;
	float: left;
	height: 501px;
	width: 300px;
	background-image: url(images/website/2side-left-.jpg);
}

#middle {
	display: inline;
	float: left;
	height: 501px;
	width: 500px;
	background-image: url(images/website/3-middle.jpg);
}

#middle1 {
	display: inline;
	float: left;
	height: auto;
	width: 500px;
	background-image: url(images/website/3-middle.jpg);
}

#content-holder {
	height: 201px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#car-image-holder {
	height: 300px;
	width: 500px;
}

#forum-holder {
	height: auto;
	width: 500px;
	padding-top: 20px;
	}


#image-right {
	display: inline;
	float: left;
	background-image: url(images/website/5side-right.jpg);
	height: 501px;
	width: 300px;
}

#image-bottom {
	background-image: url(images/website/6-page-bottom.jpg);
	height: 168px;
	width: 1100px;
	float:left;
	}

#image-left-car {
	display: inline;
	float: left;
	height: 1002px;
	width: 300px;
	background-image: url(images/website/left-cars.jpg);}
	
#image-right-car {
	display: inline;
	float: left;
	background-image: url(images/website/right-cars.jpg);
	height: 1002px;
	width: 300px;}

