	
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #DDDDDD;
	background-image: url(images/car3.png);
	background-repeat: no-repeat;
	height: 372px;
} 
.twoColFixLtHdr #headerServices {
	padding: 0;  /* 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. */
	background-color: #DDDDDD;
	background-image: url(car4.png);
	background-repeat: no-repeat;
	height: 372px;
	margin: 0px;
}  

#sidebar1 a {
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#sidebar1 h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#sidebar1 a:hover {
	color: #FF0000;
}
.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: 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 20px;
}
.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. */
	padding: 0 20px;
} 
#mainContent h1 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 5px;
	line-height: 36px;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	text-align: center;
	height: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#footer #facebook {
}
#footer ul {
	width: 500px;
	float: none;
	margin-left: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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;
}
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style2 {color: #FF0000}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	color: #FF0000;
}
.style7 {font-family: Georgia, "Times New Roman", Times, serif}
.style8 {font-family: "Times New Roman", Times, serif}
.style10 {font-size: 12px}
.style11 {
	font-size: 14px
}
.style12 {font-size: 16px}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
.style13 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style14 {
	font-size: 24px
}
.style15 {font-size: 18px}
.style16 {font-family: Arial, Helvetica, sans-serif}
.style10 {font-size: 12px}
.style12 {font-size: 16px}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
.style13 {
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style14 {
	font-size: 26px
}
.style17 {font-family: Georgia}
.style18 {font-size: 28px}
.style23 {font-size: 22px}
.style25 {
	font-family: Georgia;
	font-size: 19px;
}


#footer   a   {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer  a:hover   {
	color: #FF0000;
}
#documents {
}
#documents ul {
	list-style-type: none;
}
#documents li {
	font-size: 14px;
}
ul li#page4 a {
	background-color: #FFFF00;
}
#documents p {
	line-height: 28px;
}
#documents img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SpecialityPlates {
	height: 1800px;
}
#SpecialityPlates a {
	font-size: 16px;
	font-weight: bold;
}
#faqs {
	height: 4700px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
questions {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#outState {
	width: 950px;
}
#contact ul {
	list-style-type: none;
}
#services ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	list-style-type: disc;
	list-style-position: outside;
}
.faqAnswer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #3366FF;
	font-style: normal;
	line-height: 23px;
}
faqs ul {
	line-height: 30px;
}
.ofsTransfers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.faqQuestion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 26px;
}
.outofState {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}
.asterick {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.illuminateServices {
	background-color: #FFFF00;
}
.illuminate {
	background-color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #3366FF;
	line-height: 24px;
}
#floridaPic {
	height: 175px;
	width: 650px;
	background-image: url(images/florida-flag.jpg);
}
#contact {
	height: 700px;
}
#thankyou {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 45px;
	width: 600px;
}
#thankyou p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 75px;
	font-style: italic;
}
.homeAddress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#sidebar1 .homeAddress a {
	font-size: 14px;
	text-decoration: underline;
}
