body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small Arial, Helvetica, sans-serif;
	color: #cccccc;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #f50700;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	line-height: normal;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

h4 {
	font-size: 1.6em;
	margin: 0;
	font-weight: normal;
	font-style: italic;
	color: #f50700;
	line-height: normal;
}

p, ul, ol, blockquote {
	margin-top: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

a:link {
	text-decoration: none;
	color: #0082B2;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0082B2;
}

li {
	color: #cccccc;
}

li a:link {
	border-bottom: 1px dotted #cccccc;
	color: #cccccc;
}

li a:hover {
	border-bottom: 1px solid #0082b2;
	text-decoration: none;
	color: #0082B2;
}
li a:visited {
	border-bottom: 1px dotted #cccccc;
	color: #cccccc;
}



img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

/* Header */

#header {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding: 0px;
	background: #444444 url(images/clear-auto-bras-reno-nv2.jpg) no-repeat  1px 1px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 165px 0 0 250px;
	font-weight: normal;
	color: #0082B2;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	background: #222222 ;
	border: 1px solid #222222;
	border-top: none;
}

#colOne {
	float: left;
	width: 180px;
	padding: 30px 10px 20px;
	background: #222222;
	
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
	font-size: medium;
}

#colTwo {
	float: left;
	width: 580px;
	padding: 30px 10px 20px;
	font-size: medium;
	line-height: 21px;
}
#colTwo ul {
	font-size: medium;
	font-color: #cccccc;
}


#colThree {
	float: left;
	width: 180px;
	padding: 30px 10px 20px;
	background: #222222;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 14px;
	text-align: center;
	font-size: 12px;
}

#footer * {
	color: #ffffff;
}
