@charset "UTF-8";
/* Top Fuel Design Services CSS */

* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
h1 {
	color:#990000;
	font-size:18px;
	text-align:center;
	}
h2 {
	color:#990000;
	font-size:16px;
	font-weight:bold;
	}
#main {
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#d8d6d7;
	}
#mission_rt {
	float:right;
	width:252px;
	}
.mission_rt_txt {
	background-image:url(../images/mission_mid.gif);
	background-repeat:repeat-y;
	line-height:18px;
	width: 193px;
	padding:0 40px 5px 25px;
	list-style:disc;
	}
.mission_rt_btm {
	height: 34px;
	background-image:url(../images/mission_btm.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:253px;
	}
#about_lft {
	float:left;
	width:532px;

	}
.about_lft_txt {
	background-image:url(../images/about_mid.gif);		
	background-repeat:repeat-y;
	padding-left: 40px;
	padding-right:35px;
	text-indent:1.5em;
	}
.mission_rt_txt ul {
	margin-left:10px;
	margin-top:10px;
	list-style:disc;
	}
.motor {
	background-image:url(../images/bottom-mtr.gif);
	background-repeat:no-repeat;
	width: 212px;
	height:130px;
	}
#contact_mid {
	background-image:url(../images/contact_mid.jpg);
	background-repeat:repeat-y;
	padding: 0 30px 10px 30px;
	text-align:center;
	}
#contact_btm {
	background-image:url(../images/contact_mid2.jpg);
	background-repeat:repeat-y;
	padding: 10px 30px 10px 115px;
	text-align:center;
	}
.form {
	padding:0 auto 0 75px;
	}