

html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 14px arial,sans-serif;
	text-align: center;
}

p {
	margin: 0 10px 10px;
}

a {
	
	color: #981793;
}

#header {
	width: 1020px;
	height: 99px;
	background: #ffffff;
	margin-top: 20px;
	background-image: url(abrams-towing-header-2.jpg);
}

#header h1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #CC0000;
}

#header h1 .line_1 {
	position: absolute;
	left: 35px;
	top: 5px;
}

#header h1 .line_2 {
	position: absolute;
	left: 250px;
	top: 50px;
}

#wrapper {
	background: url('faux-left.gif') left top repeat-y;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
}

#container {
	width:1020px;
	margin:0 auto;
	text-align: left;
}

#navigation {
	float: left;
	width: 235px;
	background-color: #CC0000;
	width: 235px;
}

#navigation .info {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #CC0000;
}

#content {
	float: left;
	padding: 10px;
	width:763px;
}

#content p {
	line-height:1.4;
}

#footer {
	background-color: #ffffff;
	background-image: url('abrams-towing-footer.jpg');
	color: #eeeeee;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin-bottom: 20px;
}

.form {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.cleaner {
	clear: both;
}

.counter {text-align: center;
}
