body {
	background-color: #FCFF2B;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #515151;
	font-family: tahoma;
	font-size: 42px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #FF0000;
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

#header {
	margin: 0px;
	padding: 0px;
}

	#nav {
		padding: 0px; 
		margin: 0px; 
		list-style: none; 
		line-height: 18px;
	}

	#nav li {
		border:1px solid #000000; 
		background: #FF0000; 
		font-family: verdana; 
		font-size: 12px; 
		float:left; 
		margin: 1px; 
		text-align: center;
	}

	#nav a {
		color: #000000; 
		display: block; 
		text-decoration: none;  
		width: 100px;
	}

	#nav a:hover {
		background-color:#EFEFEF; 
		color:#FF0000;
	}

#main {
	background-image: url(images/car.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear: both;
	padding: 0px;
	margin: 16px;
}

	#welcome {
		padding: 0px;
		margin:2px;
		text-align: justify;
	}

	.box {
		border: 1px solid #DA4000;
		margin: 4px;
	}
		
	.box_top {
		background-color: #DA4000;
		border-bottom: 1px solid #DA4000;
		font-weight: bold;
	}

	.box_title {
		font-weight:bold;
		margin:2px;
		text-align: center;
		text-decoration: underline;
	}

	.box_text {
		margin:4px;
		text-align: justify;
	}
		

	.box_left {
		float: left;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		text-align: right;
		width: 50%;
	}

	.box_right {
		float: right;
		padding: 0px;
		margin: 0px;
		text-align: left;
		width: 50%;
	}

#footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 100px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#footer a:hover {
	color: #FFF000;
}

	#footer_pics {
		float: left;
		margin: 20px;
		text-align: right;
		width: 250px;
	}

	.footer_text {
		font-family: verdana;
		font-size: 10px;
		padding-top: 20px;
		text-align: left;
	}

	#valid {
		padding: 0px;
		margin: 6px;
		text-align: center;
	}

.border {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.margin {
	margin: 10px;
}