body {
	background-color: #FAA142;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav {
	position: absolute;
	top: 0px;
	left: 212px;
	width: 220px;
	height: 200px;
}
#car {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 650px;
	height: 80px;
}
a:link, a:active {
	font-family: Arial, Verdana; 
	font-size: 11px;
	color: #000000; 
	text-decoration: underline;
}
a:visited, a:hover {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #232323; 
	text-decoration: underline;
}
.txt_bold {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #232323;
}
.txt {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #232323;
}
.input{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #232323;
	height:19px;
	border: 1px solid #000000;
}