
body {
	margin: 0px 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/bg-image.jpg);
	background-repeat:repeat-x;
}

h1, h2, h3 {
	color:#B30E04;
}


h1, h2 {
	font-size: 1.6em;
	text-align: center;
}

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

h4 {
	font-size: 10px;
	text-align: center;
	color:#CCCCCC;
}

h5 {
	font-size: 1.3em;
	text-align:center;
	}
	
img {
	padding-right:10px;
	}
	

p, ul, ol, blockquote {
	margin-top: 4;
	color:#000000;
}

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

a:hover {
	border: none;
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#7E393D;
	text-decoration:none;
	}

img {
	border: none;
}



#header {
	width: 700px;
	height: 280px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}



#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/collision_repair_img2.gif)}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover  {
	background: url(images/collision_repair_img3.gif);
	color: #000000;
}


#menu .active a {
	background: url(images/collision_repair_img3.gif);
	color: #000000;
}


#content {
	width: 700px;
	margin: 0 auto;
	background-color:#F6F0F0;
	
}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
	background-color:#E1E1E1;
}

#colOneBlack {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
	background-color:#373737;
	color:#FFFFFF;
	}
	
#colOneBlack a {
	color:#FFFFFF;
	text-align:center;
	}
	
#colOneBlack a:hover {
	color:#666666;
	text-align:center;
	}
	


#mainContent {
	float: left;
	width: 500px;
	padding: 20px 10px 0 10px;
	background-color:#F6F0F0;
	
	
}

#mainContent h2 {
	text-align:center;
	}


#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/collision_repair_img6.gif) repeat-x;
	font-size: smaller;
	background-color:#F6F0F0;
	text-align:center;
}

#footer * {
	color: #666666;
}