body,
div,
p,
h1, h2, h3,
a,
ul,
li
{	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a { text-decoration:none;}
img { border:none;}
ul { list-style:none;}

body  {
	font: 12px Arial, Helvetica, sans-serif ;
	background: #9F0701;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4AA0B;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	width:252px;
	height:130px;
	float:left;
	background:url(../img/logo.gif) no-repeat;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header a { width:252px; height:130px; display:block;}
.twoColFixLtHdr #ads_top {
	width:728px;
	height:90px;
	float:left;
}
.twoColFixLtHdr #menu {
	background: #F96910; background:#FF3600; 
	width:728px;
	height:40px;
	float:left;
}
.twoColFixLtHdr #menu li {
float:left;
display:inline;
color:#FFFFFF;
font: 14px bold Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #menu li a {
display:block;
padding:12px 20px;
color:#FFFFFF;
font: 14px Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.twoColFixLtHdr #menu li a#home { padding: 12px 24px;} 
.twoColFixLtHdr #menu li a#qa { padding: 12px 18px 12px 19px;} 
.twoColFixLtHdr #menu li a:hover,
.twoColFixLtHdr #menu li a.active { color:#9F0701; background:#F4AA0B;}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* 	background: #EBEBEB;the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px;
}

.twoColFixLtHdr #sidebar1 #box {overflow:hidden; height:580px; background:#F4AA0B;}
.twoColFixLtHdr #sidebar1  #box  #ads_left {  position:relative; top:-25px; background:#F4AA0B;}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.twoColFixLtHdr #mainContent #intro { width:648px; display:block; float:left; padding: 20px 0;}
/*
.twoColFixLtHdr #mainContent #job { width:448px; float:left;  }
.twoColFixLtHdr #mainContent #job a { color:#FFF; font-weight:bold; padding: 20px 0; width:448px; display:block;}
*/
.twoColFixLtHdr #mainContent #plusone { width: 80px; padding:15px 0 0 0;  display:block; float:left; }
.twoColFixLtHdr #mainContent #drivetest {width:728px; float:right; text-align:right; padding:0;}
.twoColFixLtHdr #mainContent #intro a { 	color:#9F0701; font-weight:bold;}
.twoColFixLtHdr #mainContent #drivetest a  { 	color:#BB0000; font-weight:bold; padding: 12px 20px; display:block; }
.twoColFixLtHdr #mainContent #drivetest a:hover { color:#FFFFFF;}
.twoColFixLtHdr #mainContent #testM { width:700px; height:350px; float:right; margin:0 28px 40px 0; float:right;}

.twoColFixLtHdr #mainContent #homeContent { width:700px; height:300px; float:right; margin:0 28px 40px 0; float:right;}
.twoColFixLtHdr #mainContent #homeContent .start { width: 220px; margin-right: 40px; float:left;} 
.twoColFixLtHdr #mainContent #homeContent .start h3 a{ color:#FFFFFF; font-weight:normal; font-size: 18px; padding:0 0 10px 3px; display:block;}
.twoColFixLtHdr #mainContent #homeContent .start p a {color:#BB0000; font-weight:normal; font-size: 14px; padding:5px 0 5px 3px; display:block;}
.twoColFixLtHdr #mainContent #homeContent .start p a:hover { text-decoration:underline;}

.twoColFixLtHdr #mainContent #homeContent .start ul { padding: 20px 0 20px 18px;}
.twoColFixLtHdr #mainContent #homeContent .start li { list-style:disc; line-height:130%; font-size:14px;}

.twoColFixLtHdr #mainContent #pageContent { width: 660px; padding: 0 20px 10px 0; font-size:14px; text-align:left;}
.twoColFixLtHdr #mainContent #pageContent .headerVerSmall { color:#FFFFFF; font-size:14px; font-weight:bold;  padding: 10px 0;}
.twoColFixLtHdr #mainContent #pageContent ul { margin: 0 0 0 18px;}
.twoColFixLtHdr #mainContent #pageContent li { margin: 0 0 10px 0; list-style:disc; line-height: 150%; }
.twoColFixLtHdr #mainContent #pageContent li a{ color:#9F0701;}
.twoColFixLtHdr #mainContent #pageContent li a:hover{ text-decoration:underline;}

.twoColFixLtHdr #mainContent #ragetest{ padding:0 20px 30px 0;}

.twoColFixLtHdr #mainContent #googleCont { width:728px; height:80px;  }
.twoColFixLtHdr #mainContent #googleCont #line { 
height:20px; background:#F4AA0B; position: relative; top:-20px; width:728px; float:right;
}

.twoColFixLtHdr #container #mainContent .recommend {width:728px; text-align:left; position:relative; top:-40px; clear:both; float:left; font-size:14px; font-weight:bold;}
.twoColFixLtHdr #container #mainContent .recommend .title {  color:#CC0000;}
.twoColFixLtHdr #container #mainContent .recommend .phone {  color:#FFF;}


.twoColFixLtHdr #footer { 
	background:#DDDDDD; background:#FF3600; height:43px;
} 
.twoColFixLtHdr #footer p { float:left; color:#FF3600;}
.twoColFixLtHdr #footer p.copy { padding: 5px 0; float:right;}
.twoColFixLtHdr #footer li { float:left; 	}
.twoColFixLtHdr #footer li a { display:block; padding: 14px 46px; color:#730600; font-weight:bold;}
.twoColFixLtHdr #footer li a#homef { padding: 14px 51px 14px 52px;}
.twoColFixLtHdr #footer li a:hover { color:#FFFFFF; background:#F96910;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

