* { border: 0; padding: 0; margin: 0; }

body { font: 12px/150% Arial, Sans-Serif }

h1, h2, h3, h4 { margin: 0 0 1em; text-transform: uppercase; color: #9e005d; }

h1 {
	font-size: 18px;
}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

p { margin: 0 0 1em; }

a, a:visited { font-weight: bold; color: #9e005d; text-decoration: none; }
a:hover { color: #9e005d; }

#container { position: relative; width: 760px; margin: 0 auto; }

#navPanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 400px;
	background: url('/graphics/bg-nav%20copy.jpg') no-repeat 0 0;
	background-image: url(/graphics/bg-nav%20copy.jpg);
}
#navPanel ul { list-style-type: none; margin: 80px 0 0 30px; }
#navPanel ul li a { width: 100px; height: 20px; display: block; padding: 2px 3px 0; }
#navPanel ul li a:hover { color: #fff; background-color: #9e005d; border-right: 5px solid #555; }

#header { margin-left: 160px; padding: 20px 0 0 20px; width: 580px; height: 20px; border-bottom: 2px solid #9e005d; }
#header h1 { margin: 0; }

#content { margin-left: 160px; padding: 20px; width: 400px; }

#contactPanel { position: absolute; top: 65px; left: 600px; width: 160px; height: 400px; font-size: 10px; }

#footer { font-size: 10px; border-top: 2px solid #9e005d; text-align: center; padding-top: 10px; clear: both; }

input, textarea { border: 1px solid #ccc; }
.noBorder { border: 0; }
.width140 { width: 140px; }

.fleetCoach { border-top: 1px dashed #9966cc; padding: 20px 0 10px; }
.fleetCoach img { float: left; margin-right: 20px; }
.fleetCoach p { margin-top: 30px; }
.topOne { border: 0; }

#testDiv { display: none; }
