body {
	 margin: 0px;
	 padding: 0px; 
	background:#000000;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 10pt;
}

a {
	color: #ffffff;
}

#wrapper {
	text-align: center;
	width: 1000px;
}

#container {
	float: left;
	width: 1000px;
	border: 1px solid #8b8b8b;
	background: url(images/bg.jpg) center;
	margin-top: -10px;
}

#container2 {
	float: left;
	width: 1000px;
	padding: 20px;
	border: 1px solid #8b8b8b;
	background: #000000;
	margin-top: -10px;
	text-align: left;
}

#topsection {
	float: left;
	width: 1000px;
	height: 190px;
	background: #000000;
}

#topsection img {
	margin-top: 10px;
}

#topimages {
	float: left;
	width: 1000px;
	height: 300px;
	margin-bottom: 20px;
	background: url(images/topimage.jpg) #000000;
	border-bottom: 1px solid #ffffff;
}

#left {
	float: left;
	width: 180px;
	margin: 0px 25px 20px 10px;
	text-align: left;
}

#left a {
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

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

#main{
	float: left;
	width: 570px;
	text-align: left;
}

h1 {
	margin: 0px;
	font-size: 12pt;
}

h2 {
	margin: 5px 0px 5px 0px;
	font-size: 10pt;
	text-decoration: underline;
}

li {
	margin-left: -20px;
}

#main input, #main textarea {
	width: 250px;
}

.column {
	float:left;
	width: 275px;
}

.fleetcon {
	width: 100%;
	float: left;
}

.car {
	width: 50%;
	height: 170px;
	float: left;
}

.info {
	width: 50%;
	float: left;
}

#right {
	float: right;
	width: 190px;
	height: 280px;
	text-align: left;
	margin-right: 5px;
}

#right input {
	width: 180px;
}

span.submit-button:hover {
   cursor: pointer;
}

#cards {
	float: left;
	width: 990px;
	text-align: right;
}

#bottomsection {
	float: left;
	font-size: 8pt;
	text-decoration: none;
	width: 1000px;
	height: 30px;
	color: #ffffff;
	margin-top: 5px;
}

#copy {
	float: left;
	text-align: left;
	padding: 2px;
}
#adh {
	float: right;
	text-align: right;
	padding: 2px;
}

.adh {
	color: #ffffff;
	text-decoration: none;
}

.adh:hover {
	text-decoration: underline;
}


