/* CSS Document */
.container {
	width: 750px;
	 background-color:#FFFFFF;	
}

div#header {
	width:750px;
	height:120px;
	background-image:url(assets/jpg/top.jpg);
	background-color:#FFFFFF;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div#left_column {
	width:150px;
	background-color:#FFFFFF;
	float:left;
}

div#right_column {
	width:590px;
	height:60px;
	background-color:#FFFFFF;
	float:left;
	margin-left: 2px;
	padding-left: 5px;
}

div#leftborder {
	width:15px;
	height:600px;
	background-color:#FFFFFF;
	float:left;
}

div#mini_header {
	width:570px;
	height:25px;
	background-color:#FFFFFF;
	float:left;
}
	
div#mini_regnum {
	width:100px;
	background-color:#FFFFFF;
	float:left;
}

div#mini_Chassis {
	width:120px;
	background-color:#FFFFFF;
	float:left;
	padding-left: 15px;
}

div#mini_body {
	width:120px;
	background-color:#FFFFFF;
	float:left;
}

div#mini_year {
	width:80px;
	background-color:#FFFFFF;
	float:left;
}

div#mini_operator {
	width:140px;
	background-color:#FFFFFF;
	float:left;
}

div#single_header {
	width:570px;
	height:45px;
	background-color:#FFFFFF;
	float:left;
}
	
div#single_regnum {
	width:100px;
	background-color:#FFFFFF;
	float:left;
}

div#single_Chassis {
	width:120px;
	background-color:#FFFFFF;
	float:left;
	padding-left: 10px;
}

div#single_body {
	width:120px;
	background-color:#FFFFFF;
	float:left;
}

div#single_year {
	width:80px;
	background-color:#FFFFFF;
	float:left;
}

div#single_operator {
	width:140px;
	background-color:#FFFFFF;
	float:left;
}

div#double_header {
	width:570px;
	height:45px;
	background-color:#FFFFFF;
	float:left;
}
	
div#double_regnum {
	width:100px;
	background-color:#FFFFFF;
	float:left;
}

div#double_Chassis {
	width:120px;
	background-color:#FFFFFF;
	float:left;
	padding-left: 10px;
}

div#double_body {
	width:120px;
	background-color:#FFFFFF;
	float:left;
}

div#double_year {
	width:80px;
	background-color:#FFFFFF;
	float:left;
}

div#double_operator {
	width:140px;
	background-color:#FFFFFF;
	float:left;
}



div#footer {
	width:750px;
	background-color:#FFFFFF;
	float:left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 2px;
}

p{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
color:#000000;
}

p.legal{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:blue;
}

p.copy{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
color:#000000;
}

h1{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:oblique;
color:#000000;
}

h2{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
font-style:oblique;
color:#0066CC;
}

h3{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}

div#clearfloats {clear:both}
