@charset "UTF-8";
/* CSS Document */

body {
	background:			#000;
	margin:				0;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#b6bfb9;
	font-size:			11px;
	text-transform:		uppercase;
}

#wrapper {
	width:				1045px;
	height:				576px;
	margin:				0 auto;
	margin-top:			80px;
}

p {
	line-height:		16px;
	padding-bottom:		10px;
}

label {
	width:				70px;
	float:				left;
}

#info_panel {
	float:				left;
	width:				295px;
	height:				600px;
	background:			url(../img/text_bg.jpg) no-repeat;
}

#info_panel a {
	color:				#fff;
	text-decoration:	none;
}

#info_panel a:hover {
	text-decoration:	underline;
}

.car_image {
	width:				125px;
	height:				100px;
	float:				left;
	cursor:				pointer;
}

.car_image a img {
	border:				0px;
}

.logo {
	padding-bottom:		5px;
}

#pictures_panel {
	width:				750px;
	float:				left;
}

fieldset {
	border:				none;
	padding:			0px;
	margin:				0px;
}
